pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/citrix_ica Make the installer recognise DragonFly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53c2bbe6250f
branches:  trunk
changeset: 535309:53c2bbe6250f
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Tue Nov 13 09:16:59 2007 +0000

description:
Make the installer recognise DragonFly as a BSD

diffstat:

 net/citrix_ica/distinfo              |   3 ++-
 net/citrix_ica/patches/patch-i386-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r b22530cdadb9 -r 53c2bbe6250f net/citrix_ica/distinfo
--- a/net/citrix_ica/distinfo   Tue Nov 13 08:44:56 2007 +0000
+++ b/net/citrix_ica/distinfo   Tue Nov 13 09:16:59 2007 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.14 2007/07/03 13:31:31 sborrill Exp $
+$NetBSD: distinfo,v 1.15 2007/11/13 09:16:59 sborrill Exp $
 
 SHA1 (citrix_ica-10.6.115659/en.linuxx86.tar.gz) = 674a113dc82e9add57f306cc24e143373532d709
 RMD160 (citrix_ica-10.6.115659/en.linuxx86.tar.gz) = 45453f4a63baf2b0c10f3f31ca3e17574361dcfa
 Size (citrix_ica-10.6.115659/en.linuxx86.tar.gz) = 1801486 bytes
 SHA1 (patch-i386-aa) = 18c4a63f9a4cfd040bcf1548dcd9587161ad84cb
+SHA1 (patch-i386-ab) = cdcaa91d329cab329702c2f1e215b5ea956c3d7f
 SHA1 (patch-sparc-aa) = e1a03dd26746a4c0da0aa7633983c3cbe305eb4d
 SHA1 (patch-sparc-ab) = 7a203edc890e80dd26ea94d9882d81ab6d816bbe
diff -r b22530cdadb9 -r 53c2bbe6250f net/citrix_ica/patches/patch-i386-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/citrix_ica/patches/patch-i386-ab      Tue Nov 13 09:16:59 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-i386-ab,v 1.5 2007/11/13 09:16:59 sborrill Exp $
+
+--- setupwfc.orig      2007-11-13 09:03:07.000000000 +0000
++++ setupwfc   2007-11-13 09:03:07.000000000 +0000
+@@ -438,7 +438,7 @@
+                    exit 1
+                fi
+                ;;
+-      *BSD)
++      *BSD|DragonFly)
+                # Assume Free/Net/Open BSD on an X86 with Linux emulation.
+ 
+                if uname -m | grep 86 2>&1 >/dev/null ; then



Home | Main Index | Thread Index | Old Index