From tabthorpe@goodking.goodking.ca  Mon Jan 22 15:14:51 2007
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7A5BE16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jan 2007 15:14:51 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from tbaytel.net (front1-tbaytel.tbaytel.net [216.211.26.150])
	by mx1.freebsd.org (Postfix) with ESMTP id 33A1113C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jan 2007 15:14:50 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca ([216.26.200.33] verified)
  by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 66443101 for FreeBSD-gnats-submit@freebsd.org; Mon, 22 Jan 2007 10:14:49 -0500
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id l0MFEQXw059401
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 22 Jan 2007 10:14:26 -0500 (EST)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.13.8/8.13.8/Submit) id l0MFEQVm059400;
	Mon, 22 Jan 2007 10:14:26 -0500 (EST)
	(envelope-from tabthorpe)
Message-Id: <200701221514.l0MFEQVm059400@goodking.goodking.ca>
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: [MAINTAINER] net/citrix_ica: fix patch for amd64
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108212
>Category:       ports
>Synopsis:       [MAINTAINER] net/citrix_ica: fix patch for amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 15:20:20 GMT 2007
>Closed-Date:    Tue Jan 23 08:13:48 GMT 2007
>Last-Modified:  Tue Jan 23 08:20:33 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jan 22 15:27:57 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108212 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jan 23 08:12:56 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108212 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108212: commit references a PR
Date: Tue, 23 Jan 2007 08:13:22 +0000 (UTC)

 miwi        2007-01-23 08:13:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/citrix_ica       Makefile 
     net/citrix_ica/files patch-setupwfc 
   Log:
   - Fix build on amd64
   
   PR:             108212
   Submitted by:   Thomas Abthorpe <thomas@goodking.ca> (maintainer)
   
   Revision  Changes    Path
   1.44      +1 -1      ports/net/citrix_ica/Makefile
   1.5       +7 -7      ports/net/citrix_ica/files/patch-setupwfc
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
