summaryrefslogtreecommitdiff
path: root/security/rc5des
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-05-09 15:13:21 +0000
committerfrueauf <frueauf>1999-05-09 15:13:21 +0000
commitdaa2b996d55111cf97b5d2a335e9c381ec454500 (patch)
tree8193af70345d2785cc6fb3b11804ce711199e038 /security/rc5des
parentd85990b15b1d16436b478d9ce3b3478e1a147087 (diff)
downloadpkgsrc-daa2b996d55111cf97b5d2a335e9c381ec454500.tar.gz
Make rc5.sh work on NetBSD 1.4* too, fix submitted in pr 7317 by
Antti Kantee.
Diffstat (limited to 'security/rc5des')
-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.*)