diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-19 02:22:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-19 02:22:14 +0800 |
commit | e2628c58bab6f30a66254c8e45a885b89b49ca74 (patch) | |
tree | 43662da227adbb7542cc63ea75aa905dc019cb58 /net/citrix_xenapp | |
parent | 2508622eb74322a7a1b3697c087db4a1df2a8832 (diff) | |
download | freebsd-ports-gnome-e2628c58bab6f30a66254c8e45a885b89b49ca74.tar.gz freebsd-ports-gnome-e2628c58bab6f30a66254c8e45a885b89b49ca74.tar.zst freebsd-ports-gnome-e2628c58bab6f30a66254c8e45a885b89b49ca74.zip |
- Works on amd64, add to list
- Cleanup Makefile
PR: ports/108086
Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 5 | ||||
-rw-r--r-- | net/citrix_xenapp/files/patch-setupwfc | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 09385a033bb2..85c18b37c5fe 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 9.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} @@ -17,9 +17,8 @@ COMMENT= Citrix(R) Presentation Server(TM) client RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -#USE_X_PREFIX= yes RESTRICTED= License prohibits redistribution IS_INTERACTIVE= "Noisy license agreement ignores stdin" diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc index 0d1b30ea8bfa..9549ea7a0663 100644 --- a/net/citrix_xenapp/files/patch-setupwfc +++ b/net/citrix_xenapp/files/patch-setupwfc @@ -1,11 +1,11 @@ ---- setupwfc.orig Wed Apr 17 18:32:45 2002 -+++ setupwfc Mon Jul 8 18:28:31 2002 -@@ -382,7 +382,7 @@ +--- setupwfc.orig Fri Apr 8 13:52:46 2005 ++++ setupwfc Thu Jan 18 08:16:31 2007 +@@ -380,7 +380,7 @@ # 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. - if uname -m | grep 86 2>&1 >/dev/null ;then -+ if uname -m | grep i[3456]86 2>&1 >/dev/null ;then ++ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then PLATFORM=linuxx86 DISP_PLATFORM="Linux (x86)" elif uname -m | grep -i arm 2>&1 >/dev/null ;then |