summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-05-09 15:13:21 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-05-09 15:13:21 +0000
commitf684b51d3c9eb348b56c3a31aa939609e7adef51 (patch)
tree8193af70345d2785cc6fb3b11804ce711199e038 /security
parent4b2a245037ef387c866f782ceb2481fe88417701 (diff)
downloadpkgsrc-f684b51d3c9eb348b56c3a31aa939609e7adef51.tar.gz
Make rc5.sh work on NetBSD 1.4* too, fix submitted in pr 7317 by
Antti Kantee.
Diffstat (limited to 'security')
-rw-r--r--security/rc5des/patches/patch-ab32
1 files changed, 29 insertions, 3 deletions
diff --git a/security/rc5des/patches/patch-ab b/security/rc5des/patches/patch-ab
index 78f4b780322..e6a365a3343 100644
--- a/security/rc5des/patches/patch-ab
+++ b/security/rc5des/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+$NetBSD: patch-ab,v 1.2 1999/05/09 15:13:21 frueauf Exp $
---- rc5.sh 1998/11/16 17:05:43 1.1
-+++ rc5.sh 1998/11/16 17:06:07
+--- rc5.sh.orig Mon Jun 15 02:59:23 1998
++++ rc5.sh Sun May 9 17:03:29 1999
@@ -15,7 +15,7 @@
fi
@@ -11,3 +11,29 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
-l log/${HOSTNAME}-${NOW}.log \
-b 40 \
-nice 0 \
+@@ -30,9 +30,15 @@
+ alpha-*-netbsd1.3*)
+ CLI=v2.7024.409/rc5des-netbsd-alpha-1.3.1
+ ;;
++ alpha-*-netbsd1.4*)
++ CLI=v2.7024.409/rc5des-netbsd-alpha-1.3.1
++ ;;
+ arm32-*-netbsd1.3E)
+ CLI=v2.7024.409/rc5des-netbsd-arm32-1.3E
+ ;;
++ arm32-*-netbsd1.4*)
++ CLI=v2.7024.409/rc5des-netbsd-arm32-1.3E
++ ;;
+ i386-*-netbsd1.2G)
+ CLI=v2.7024.409/rc5des-netbsd-i386-1.2G
+ ;;
+@@ -40,6 +46,9 @@
+ CLI=v2.7024.409/rc5des-netbsd-i386-1.2
+ ;;
+ i386-*-netbsd1.3*)
++ CLI=v2.7024.409/rc5des-netbsd-i386-1.3.1
++ ;;
++ i386-*-netbsd1.4*)
+ CLI=v2.7024.409/rc5des-netbsd-i386-1.3.1
+ ;;
+ i386-*-bsdi3.*)