View | Details | Raw Unified | Return to bug 108086
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	citrix_ica
8
PORTNAME=	citrix_ica
9
PORTVERSION=	9.00
9
PORTVERSION=	9.00
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	net comms linux
11
CATEGORIES=	net comms linux
12
MASTER_SITES=
12
MASTER_SITES=
13
DISTNAME=	${PORTNAME}-linuxx86-${PORTVERSION}
13
DISTNAME=	${PORTNAME}-linuxx86-${PORTVERSION}
Lines 17-25 Link Here
17
17
18
RUN_DEPENDS=	${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
18
RUN_DEPENDS=	${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
19
19
20
ONLY_FOR_ARCHS=	i386
20
ONLY_FOR_ARCHS=	i386 amd64
21
USE_LINUX=	yes
21
USE_LINUX=	yes
22
#USE_X_PREFIX=	yes
23
RESTRICTED=	License prohibits redistribution
22
RESTRICTED=	License prohibits redistribution
24
IS_INTERACTIVE=	"Noisy license agreement ignores stdin"
23
IS_INTERACTIVE=	"Noisy license agreement ignores stdin"
25
24
(-)files/patch-setupwfc (-4 / +4 lines)
Lines 1-11 Link Here
1
--- setupwfc.orig	Wed Apr 17 18:32:45 2002
1
--- setupwfc.orig	Fri Apr  8 13:52:46 2005
2
+++ setupwfc	Mon Jul  8 18:28:31 2002
2
+++ setupwfc	Thu Jan 18 08:16:31 2007
3
@@ -382,7 +382,7 @@
3
@@ -380,7 +380,7 @@
4
                # We assume that an Intel-based linux system will have an x86
4
                # We assume that an Intel-based linux system will have an x86
5
                # processor. We also assume that this is reported by uname -m
5
                # processor. We also assume that this is reported by uname -m
6
                # "ix86" where x is some number.
6
                # "ix86" where x is some number.
7
-               if uname -m | grep 86 2>&1 >/dev/null ;then
7
-               if uname -m | grep 86 2>&1 >/dev/null ;then
8
+               if uname -m | grep i[3456]86 2>&1 >/dev/null ;then
8
+               if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
9
                    PLATFORM=linuxx86
9
                    PLATFORM=linuxx86
10
                    DISP_PLATFORM="Linux (x86)"
10
                    DISP_PLATFORM="Linux (x86)"
11
                elif uname -m | grep -i arm 2>&1 >/dev/null  ;then
11
                elif uname -m | grep -i arm 2>&1 >/dev/null  ;then

Return to bug 108086