ports/108086: [MAINTAINER] net/citrix_ica: include amd64 in ONLY_FOR_ARCHS
Thomas Abthorpe
thomas at goodking.ca
Thu Jan 18 13:40:21 UTC 2007
>Number: 108086
>Category: ports
>Synopsis: [MAINTAINER] net/citrix_ica: include amd64 in ONLY_FOR_ARCHS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 18 13:40:20 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Thomas Abthorpe
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 10:16:54 EST 2007
>Description:
- include amd64 in ONLY_FOR_ARCHS
- cleanup Makefile
- bump PORTREVISION
- thanks to Leif Warland leif.warland_AT_sintef.no for the patch
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- citrix_ica-9.00_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/citrix_ica/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile 17 Jun 2006 09:58:51 -0000 1.42
+++ Makefile 18 Jan 2007 13:20:14 -0000
@@ -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 @@
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"
Index: files/patch-setupwfc
===================================================================
RCS file: /home/ncvs/ports/net/citrix_ica/files/patch-setupwfc,v
retrieving revision 1.3
diff -u -r1.3 patch-setupwfc
--- files/patch-setupwfc 13 Aug 2003 09:29:47 -0000 1.3
+++ files/patch-setupwfc 18 Jan 2007 13:20:14 -0000
@@ -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
--- citrix_ica-9.00_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list