diff options
author | dmcmahill <dmcmahill> | 2001-05-08 23:58:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-05-08 23:58:44 +0000 |
commit | b6da7cded4aa08a51cd8bd72e1990f6fd3c9ae41 (patch) | |
tree | b642015cdf75b55675719152116a0cd16d9bf646 /net/citrix_ica/patches | |
parent | 03bff0d7cd0e1acbc46fca2e99c1980ce1fdfe3a (diff) | |
download | pkgsrc-b6da7cded4aa08a51cd8bd72e1990f6fd3c9ae41.tar.gz |
use a common patches directory and distinfo file, but use
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we
can find the right one per suggestions on tech-pkg.
Diffstat (limited to 'net/citrix_ica/patches')
-rw-r--r-- | net/citrix_ica/patches/patch-i386-aa | 29 | ||||
-rw-r--r-- | net/citrix_ica/patches/patch-i386-ab | 24 | ||||
-rw-r--r-- | net/citrix_ica/patches/patch-sparc-aa | 39 | ||||
-rw-r--r-- | net/citrix_ica/patches/patch-sparc-ab | 11 |
4 files changed, 103 insertions, 0 deletions
diff --git a/net/citrix_ica/patches/patch-i386-aa b/net/citrix_ica/patches/patch-i386-aa new file mode 100644 index 00000000000..b262e0198ad --- /dev/null +++ b/net/citrix_ica/patches/patch-i386-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-i386-aa,v 1.1 2001/05/08 23:58:45 dmcmahill Exp $ + +--- linuxx86/hinst.orig Tue Aug 8 20:24:55 2000 ++++ linuxx86/hinst +@@ -112,7 +112,7 @@ + + # The hosts file name + CAT_CMD=cat +-MORE_CMD=more ++MORE_CMD="echo Please read " + CAT_HOST_ARG=/etc/hosts + + # The command to read host information from NIS +@@ -835,13 +835,13 @@ + echo_no_nl $calcspace3 + read dummy + +- /bin/false ++ /usr/bin/false + return + fi + + $ECHO_CMD $calcspace4 + +- /bin/true ++ /usr/bin/true + return + } + diff --git a/net/citrix_ica/patches/patch-i386-ab b/net/citrix_ica/patches/patch-i386-ab new file mode 100644 index 00000000000..91e02aacc63 --- /dev/null +++ b/net/citrix_ica/patches/patch-i386-ab @@ -0,0 +1,24 @@ +$NetBSD: patch-i386-ab,v 1.1 2001/05/08 23:58:45 dmcmahill Exp $ + +--- setupwfc.orig Tue Aug 8 20:24:35 2000 ++++ setupwfc +@@ -378,7 +378,7 @@ + PLATFORM=hp + DISP_PLATFORM="Hewlett-Packard (HP-UX)" + ;; +- Linux) ++ Linux|FreeBSD|NetBSD) + # We assume that an Intel-based linux system will have an x86 + # processor. We also assume that this is reported by uname -m + # "ix86" where x is some number. +@@ -395,10 +395,6 @@ + exit 1 + fi + ;; +- NetBSD) +- PLATFORM=netbsd +- DISP_PLATFORM="NetBSD" +- ;; + UnixWare) + # SCO UnixWare 7 + PLATFORM=sco diff --git a/net/citrix_ica/patches/patch-sparc-aa b/net/citrix_ica/patches/patch-sparc-aa new file mode 100644 index 00000000000..6a8c16a0730 --- /dev/null +++ b/net/citrix_ica/patches/patch-sparc-aa @@ -0,0 +1,39 @@ +$NetBSD: patch-sparc-aa,v 1.1 2001/05/08 23:58:46 dmcmahill Exp $ + +--- solaris/hinst.orig Fri Dec 15 12:06:19 2000 ++++ solaris/hinst Sat May 5 12:55:03 2001 +@@ -95,5 +95,5 @@ + + # The command to undo the archive on this platform. +-EXTRACT_ARCHIVE="cpio -icmud" ++EXTRACT_ARCHIVE="cpio -imud" + + # The thing that goes between the owner and group to set both by chown. +@@ -115,5 +115,5 @@ + # The hosts file name + CAT_CMD=cat +-MORE_CMD=more ++MORE_CMD="echo please read" + CAT_HOST_ARG=/etc/hosts + +@@ -887,5 +887,5 @@ + read dummy + +- /bin/false ++ /usr/bin/false + return + fi +@@ -893,5 +893,5 @@ + $ECHO_CMD $calcspace4 + +- /bin/true ++ /usr/bin/true + return + } +@@ -1928,5 +1928,5 @@ + : + else +- /bin/false ++ /usr/bin/false + return + fi diff --git a/net/citrix_ica/patches/patch-sparc-ab b/net/citrix_ica/patches/patch-sparc-ab new file mode 100644 index 00000000000..4a8c1c4d6a0 --- /dev/null +++ b/net/citrix_ica/patches/patch-sparc-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-sparc-ab,v 1.1 2001/05/08 23:58:46 dmcmahill Exp $ + +--- setupwfc.orig Fri Dec 15 12:05:20 2000 ++++ setupwfc Fri May 4 21:46:40 2001 +@@ -402,5 +402,5 @@ + ;; + NetBSD) +- PLATFORM=netbsd ++ PLATFORM=solaris + DISP_PLATFORM="NetBSD" + ;; |