Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 10:14:26 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/108212: [MAINTAINER] net/citrix_ica: fix patch for amd64
Message-ID:  <200701221514.l0MFEQVm059400@goodking.goodking.ca>
Resent-Message-ID: <200701221520.l0MFKLdV060598@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108212
>Category:       ports
>Synopsis:       [MAINTAINER] net/citrix_ica: fix patch for amd64
>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:   Mon Jan 22 15:20: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:
- fix patch for amd64, actually patch the part that affects *BSD
- thanks to Leif Warland for original patch, and subsequent testing

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- citrix_ica-9.00_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/citrix_ica/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	18 Jan 2007 18:22:14 -0000	1.43
+++ Makefile	22 Jan 2007 15:12:13 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	citrix_ica
 PORTVERSION=	9.00
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net comms linux
 MASTER_SITES=
 DISTNAME=	${PORTNAME}-linuxx86-${PORTVERSION}
Index: files/patch-setupwfc
===================================================================
RCS file: /home/ncvs/ports/net/citrix_ica/files/patch-setupwfc,v
retrieving revision 1.4
diff -u -r1.4 patch-setupwfc
--- files/patch-setupwfc	18 Jan 2007 18:22:14 -0000	1.4
+++ files/patch-setupwfc	22 Jan 2007 15:12:13 -0000
@@ -1,11 +1,11 @@
 --- 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
++++ setupwfc	Mon Jan 22 10:10:48 2007
+@@ -396,7 +396,7 @@
+ 	*BSD)
+                # Assume Free/Net/Open BSD on an X86 with Linux emulation.
+ 
+-               if uname -m | grep 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
+ 		   echo
--- citrix_ica-9.00_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701221514.l0MFEQVm059400>