pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg/patches fix for bad sh behaviour on Sol...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d1d96221b54
branches: trunk
changeset: 459842:1d1d96221b54
user: heinz <heinz%pkgsrc.org@localhost>
date: Sat Aug 09 08:11:30 2003 +0000
description:
fix for bad sh behaviour on Solaris (already available in latest GnuPG snapshots)
diffstat:
security/gnupg/patches/patch-ab | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r abff0aa84b2e -r 1d1d96221b54 security/gnupg/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnupg/patches/patch-ab Sat Aug 09 08:11:30 2003 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.19 2003/08/09 08:11:30 heinz Exp $
+
+--- checks/defs.inc.orig Thu May 1 15:17:46 2003
++++ checks/defs.inc
+@@ -99,9 +99,9 @@ pgmname=`basename $0`
+ [ -z "$srcdir" ] && fatal "not called from make"
+
+ # Make sure we have a valid option files even with VPATH builds.
+-if [ -f ./options]; then
++if [ -f ./options ]; then
+ :
+-elif [ -f ./gpg.conf]; then
++elif [ -f ./gpg.conf ]; then
+ :
+ elif [ -f $srcdir/options ]; then
+ cat $srcdir/options >gpg.conf
+@@ -112,4 +112,4 @@ GPG="../g10/gpg --homedir . "
+ exec 2> ${pgmname}.log
+
+ :
+-# end
+\ No newline at end of file
++# end
Home |
Main Index |
Thread Index |
Old Index