pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/MyPasswordSafe The oracle says that FOO= ${FO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/150c5dc8711b
branches:  trunk
changeset: 522022:150c5dc8711b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 30 18:51:31 2006 +0000

description:
The oracle says that FOO= ${FOO} to get the variable from the environment
in Makefile is a really bad and stupid idea. Kill it.

diffstat:

 security/MyPasswordSafe/distinfo         |   4 ++--
 security/MyPasswordSafe/patches/patch-aa |  20 +++++++++++++++++---
 2 files changed, 19 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r fd9eaf409da9 -r 150c5dc8711b security/MyPasswordSafe/distinfo
--- a/security/MyPasswordSafe/distinfo  Thu Nov 30 18:02:28 2006 +0000
+++ b/security/MyPasswordSafe/distinfo  Thu Nov 30 18:51:31 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/03/29 22:14:18 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/11/30 18:51:31 joerg Exp $
 
 SHA1 (MyPasswordSafe-20060326.src.tgz) = 355aa95e9388a1685c3420d0ed524ff4cd180d9c
 RMD160 (MyPasswordSafe-20060326.src.tgz) = a0acc078b7cda1e969bf74c28d86d60360ce381b
 Size (MyPasswordSafe-20060326.src.tgz) = 835296 bytes
-SHA1 (patch-aa) = 2e0b231b50a39d48b7124381f27e0de968c8e7bf
+SHA1 (patch-aa) = ef524bde4c75a822bdf035a828242e6eec5fd652
 SHA1 (patch-ab) = 41f42aa0fa4f9d97431a9a01807a0a2cc838a753
 SHA1 (patch-ac) = f2a1911cb3a7b0de9d99e8ec70299a79c2392b4a
 SHA1 (patch-ad) = 56179239b4ab92ee83f792432bc07c1501e1cdad
diff -r fd9eaf409da9 -r 150c5dc8711b security/MyPasswordSafe/patches/patch-aa
--- a/security/MyPasswordSafe/patches/patch-aa  Thu Nov 30 18:02:28 2006 +0000
+++ b/security/MyPasswordSafe/patches/patch-aa  Thu Nov 30 18:51:31 2006 +0000
@@ -1,8 +1,22 @@
-$NetBSD: patch-aa,v 1.2 2005/11/17 22:12:37 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2006/11/30 18:51:32 joerg Exp $
 
---- Makefile.orig      2004-12-06 14:14:53.000000000 +0100
+--- Makefile.orig      2004-12-06 13:14:53.000000000 +0000
 +++ Makefile
-@@ -29,7 +29,7 @@ MyPasswordSafe.mak: MyPasswordSafe.pro
+@@ -11,13 +11,6 @@ endif
+ QMAKE=qmake
+ DATE=$(shell date +%Y%m%d)
+ VERSION=0.6.7
+-ifndef USER
+-      # get the user's name from the environment
+-      USER=$(USER)
+-endif
+-ifndef HOST
+-      HOST=$(shell hostname)
+-endif
+ 
+ all: MyPasswordSafe
+ 
+@@ -29,7 +22,7 @@ MyPasswordSafe.mak: MyPasswordSafe.pro
  
  MyPasswordSafe: config uuid-1.0.0/.libs/libuuid.a MyPasswordSafe.mak
        ${MAKE} -f MyPasswordSafe.mak



Home | Main Index | Thread Index | Old Index