From 394907382d01335dd74c44910708785a2eebc336 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 30 Nov 2006 18:51:31 +0000 Subject: The oracle says that FOO= ${FOO} to get the variable from the environment in Makefile is a really bad and stupid idea. Kill it. --- security/MyPasswordSafe/distinfo | 4 ++-- security/MyPasswordSafe/patches/patch-aa | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'security') diff --git a/security/MyPasswordSafe/distinfo b/security/MyPasswordSafe/distinfo index d32956ee778..97c75143da9 100644 --- a/security/MyPasswordSafe/distinfo +++ b/security/MyPasswordSafe/distinfo @@ -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 --git a/security/MyPasswordSafe/patches/patch-aa b/security/MyPasswordSafe/patches/patch-aa index 74353abda6e..a97945898ff 100644 --- a/security/MyPasswordSafe/patches/patch-aa +++ b/security/MyPasswordSafe/patches/patch-aa @@ -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 -- cgit v1.2.3