From tabthorpe@goodking.goodking.ca  Thu Jan 18 13:35:55 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 D5FAC16A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jan 2007 13:35:55 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from tbaytel.net (front3.tbaytel.net [216.211.26.102])
	by mx1.freebsd.org (Postfix) with ESMTP id 90FF613C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jan 2007 13:35:55 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca ([216.211.77.167] verified)
  by front3.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 40768179 for FreeBSD-gnats-submit@freebsd.org; Thu, 18 Jan 2007 08:35:54 -0500
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id l0IDZZna030621
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 18 Jan 2007 08:35:36 -0500 (EST)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.13.8/8.13.8/Submit) id l0IDZZGR030620;
	Thu, 18 Jan 2007 08:35:35 -0500 (EST)
	(envelope-from tabthorpe)
Message-Id: <200701181335.l0IDZZGR030620@goodking.goodking.ca>
Date: Thu, 18 Jan 2007 08:35:35 -0500 (EST)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@goodking.ca
Subject: [MAINTAINER] net/citrix_ica: include amd64 in ONLY_FOR_ARCHS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108086
>Category:       ports
>Synopsis:       [MAINTAINER] net/citrix_ica: include amd64 in ONLY_FOR_ARCHS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 18 13:40:20 GMT 2007
>Closed-Date:    Thu Jan 18 18:22:25 GMT 2007
>Last-Modified:  Thu Jan 18 18:30:22 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:
- 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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Thu Jan 18 14:39:16 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108086 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Jan 18 18:22:23 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108086: commit references a PR
Date: Thu, 18 Jan 2007 18:22:21 +0000 (UTC)

 rafan       2007-01-18 18:22:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/citrix_ica       Makefile 
     net/citrix_ica/files patch-setupwfc 
   Log:
   - Works on amd64, add to list
   - Cleanup Makefile
   
   PR:             ports/108086
   Submitted by:   Thomas Abthorpe <thomas at goodking.ca> (maintainer)
   
   Revision  Changes    Path
   1.43      +2 -3      ports/net/citrix_ica/Makefile
   1.4       +4 -4      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:
