diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
commit | 048ffad3c0e37684d3216352a6827d8c4bfdecc3 (patch) | |
tree | 0917be47eff368105e67f152dd6282d3ccccf1e9 /net/citrix_ica/patches | |
parent | 3c201dfe6bdbfa0254eafc01831d3a2e11d4454d (diff) | |
download | pkgsrc-048ffad3c0e37684d3216352a6827d8c4bfdecc3.tar.gz |
get this to go on sparc as well as i386. The distfiles are different
and hence patches can't be shared. Also, there are some minor PLIST
differences.
Diffstat (limited to 'net/citrix_ica/patches')
-rw-r--r-- | net/citrix_ica/patches/patch-aa | 29 | ||||
-rw-r--r-- | net/citrix_ica/patches/patch-ab | 24 |
2 files changed, 0 insertions, 53 deletions
diff --git a/net/citrix_ica/patches/patch-aa b/net/citrix_ica/patches/patch-aa deleted file mode 100644 index 46f23248598..00000000000 --- a/net/citrix_ica/patches/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/20 19:06:12 wiz 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-ab b/net/citrix_ica/patches/patch-ab deleted file mode 100644 index 509c0f320e6..00000000000 --- a/net/citrix_ica/patches/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/20 19:06:12 wiz 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 |