diff options
-rw-r--r-- | net/citrix_ica/distinfo | 6 | ||||
-rw-r--r-- | net/citrix_ica/patches/patch-i386-aa | 21 |
2 files changed, 17 insertions, 10 deletions
diff --git a/net/citrix_ica/distinfo b/net/citrix_ica/distinfo index 0a8b0bec8ba..7e8d8a29dc2 100644 --- a/net/citrix_ica/distinfo +++ b/net/citrix_ica/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2002/08/05 00:34:56 dmcmahill Exp $ +$NetBSD: distinfo,v 1.7 2003/01/15 22:41:32 kristerw Exp $ SHA1 (citrix_ica-6.30.1050/linuxx86.tar.gz) = bd932ad50726d5908dcf99c662a2ed08e146768b Size (citrix_ica-6.30.1050/linuxx86.tar.gz) = 1485835 bytes SHA1 (citrix_ica-6.20.985/solaris.tar.Z) = 793a9b5afc7da939d1dbb45e1bafb6f946531b1e Size (citrix_ica-6.20.985/solaris.tar.Z) = 1521133 bytes -SHA1 (patch-i386-aa) = 46e23a2c41910520f476de851a99b55b52a65478 -SHA1 (patch-i386-ab) = 7113a62d8ea8902aea257c2304c53f30d49b385d SHA1 (patch-sparc-aa) = 4bdc52ba9aa2f059047dc67e6b7750392245b5b8 SHA1 (patch-sparc-ab) = 0ab192cb660260f950ad9ab4df5d278c54459f7f +SHA1 (patch-i386-aa) = 52fc882d81be0621b8cee5fe5bdcb807b9e624f2 +SHA1 (patch-i386-ab) = 7113a62d8ea8902aea257c2304c53f30d49b385d diff --git a/net/citrix_ica/patches/patch-i386-aa b/net/citrix_ica/patches/patch-i386-aa index a4516c17407..ed15b56f3ef 100644 --- a/net/citrix_ica/patches/patch-i386-aa +++ b/net/citrix_ica/patches/patch-i386-aa @@ -1,20 +1,27 @@ -$NetBSD: patch-i386-aa,v 1.2 2002/08/05 00:34:57 dmcmahill Exp $ - ---- linuxx86/hinst.orig Thu Apr 18 02:32:58 2002 -+++ linuxx86/hinst +--- linuxx86/hinst.orig Wed Apr 17 18:32:58 2002 ++++ linuxx86/hinst Wed Jan 15 23:32:15 2003 +@@ -84,7 +84,7 @@ + PORT=linuxx86 + + # The command to undo the archive on this platform. +-EXTRACT_ARCHIVE="cpio -imud -H newc --no-preserve-owner" ++EXTRACT_ARCHIVE="cpio -imud" + + # The thing that goes between the owner and group to set both by chown. + CHOWNGRP_TOKEN=":" @@ -835,13 +835,13 @@ echo_no_nl $calcspace3 read dummy - /bin/false -+ /usr/bin/false ++ false return fi $ECHO_CMD $calcspace4 - /bin/true -+ /usr/bin/true ++ true return } @@ -23,7 +30,7 @@ $NetBSD: patch-i386-aa,v 1.2 2002/08/05 00:34:57 dmcmahill Exp $ : else - /bin/false -+ /usr/bin/false ++ false return fi |