From alepulver@FreeBSD.org  Fri Oct 20 19:45:41 2006
Return-Path: <alepulver@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1CC6616A55E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Oct 2006 19:45:41 +0000 (UTC)
	(envelope-from alepulver@FreeBSD.org)
Received: from relay01.pair.com (relay01.pair.com [209.68.5.15])
	by mx1.FreeBSD.org (Postfix) with SMTP id A2D2343DEC
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Oct 2006 19:44:11 +0000 (GMT)
	(envelope-from alepulver@FreeBSD.org)
Received: (qmail 7578 invoked from network); 20 Oct 2006 19:44:02 -0000
Received: from unknown (HELO phobos.mars.bsd) (unknown)
  by unknown with SMTP; 20 Oct 2006 19:44:02 -0000
Message-Id: <1161373439.41828@phobos.mars.bsd>
Date: Fri, 20 Oct 2006 16:43:59 -0300
From: "Alejandro Pulver" <alepulver@FreeBSD.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] games/linux-enemyterritory-tce, games/linux-enemyterritory-fortress: use IA32_BINARY_PORT
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         104630
>Category:       ports
>Synopsis:       [PATCH] games/linux-enemyterritory-tce, games/linux-enemyterritory-fortress: use IA32_BINARY_PORT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 20 19:50:19 GMT 2006
>Closed-Date:    Tue Oct 31 14:18:14 GMT 2006
>Last-Modified:  Tue Oct 31 14:20:37 GMT 2006
>Originator:     Alejandro Pulver
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
>Environment:


System: FreeBSD 6.1-RELEASE-p1 #3: Mon Jun 19 14:49:35 ART 2006
    root@phobos.mars.bsd:/usr/obj/usr/src/sys/ATHLON-PHOBOS



>Description:


- Use IA32_BINARY_PORT to allow using it in amd64/ia64.


>How-To-Repeat:





>Fix:


--- linux-enemyterritory2.diff begins here ---
Index: linux-enemyterritory-tce/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory-tce/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- linux-enemyterritory-tce/Makefile	8 Oct 2006 22:34:51 -0000	1.6
+++ linux-enemyterritory-tce/Makefile	20 Oct 2006 19:42:20 -0000
@@ -18,7 +18,7 @@
 
 RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
 
-ONLY_FOR_ARCHS=	i386
+IA32_BINARY_PORT=	yes
 USE_ZIP=	yes
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile size is 450MB, set FORCE_PACKAGE if you really want to build this package
Index: linux-enemyterritory-fortress/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory-fortress/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- linux-enemyterritory-fortress/Makefile	31 May 2006 01:43:26 -0000	1.9
+++ linux-enemyterritory-fortress/Makefile	20 Oct 2006 19:42:20 -0000
@@ -19,7 +19,7 @@
 
 RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
 
-ONLY_FOR_ARCHS=	i386
+IA32_BINARY_PORT=	yes
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package
 RESTRICTED=	Redistribution is limited, see license
--- linux-enemyterritory2.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 20 19:51:46 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Alejandro Pulver <alepulver@FreeBSD.org>
To: bug-followup@FreeBSD.org, jylefort@FreeBSD.org
Cc:  
Subject: Re: ports/104630: [PATCH] games/linux-enemyterritory-tce,
 games/linux-enemyterritory-fortress: use IA32_BINARY_PORT
Date: Sat, 21 Oct 2006 10:57:50 -0300

 Hello.
 
 I misunderstood the use of IA32_BINARY_PORT because it's for FreeBSD
 native binaries, Linux binaries should have "ONLY_FOR_ARCHS=i386
 amd64" (since they just work fine on amd64).
 
 So here is an updated patch:
 
 Index: linux-enemyterritory-fortress/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/games/linux-enemyterritory-fortress/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- linux-enemyterritory-fortress/Makefile	31 May 2006 01:43:26 -0000	1.9
 +++ linux-enemyterritory-fortress/Makefile	21 Oct 2006 13:43:57 -0000
 @@ -19,7 +19,7 @@
  
  RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
  
 -ONLY_FOR_ARCHS=	i386
 +ONLY_FOR_ARCHS=	i386 amd64
  USE_LINUX=	yes
  NO_PACKAGE=	Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package
  RESTRICTED=	Redistribution is limited, see license
 
 Index: linux-enemyterritory-tce/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/games/linux-enemyterritory-tce/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- linux-enemyterritory-tce/Makefile	8 Oct 2006 22:34:51 -0000	1.6
 +++ linux-enemyterritory-tce/Makefile	21 Oct 2006 13:44:08 -0000
 @@ -18,7 +18,7 @@
  
  RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
  
 -ONLY_FOR_ARCHS=	i386
 +ONLY_FOR_ARCHS=	i386 amd64
  USE_ZIP=	yes
  USE_LINUX=	yes
  NO_PACKAGE=	Distfile size is 450MB, set FORCE_PACKAGE if you really want to build this package
 
 Best Regards,
 Ale
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Tue Oct 31 14:18:07 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104630: commit references a PR
Date: Tue, 31 Oct 2006 14:17:21 +0000 (UTC)

 jylefort    2006-10-31 14:17:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/linux-enemyterritory-tce Makefile 
   Log:
   Add amd64 to ONLY_FOR_ARCHS
   
   PR:             ports/104630
   Submitted by:   alepulver
   
   Revision  Changes    Path
   1.7       +1 -1      ports/games/linux-enemyterritory-tce/Makefile
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104630: commit references a PR
Date: Tue, 31 Oct 2006 14:18:15 +0000 (UTC)

 jylefort    2006-10-31 14:18:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/linux-enemyterritory-fortress Makefile 
   Log:
   - Add amd64 to ONLY_FOR_ARCHS [1]
   - Grammar fix
   
   [1]:
   PR:             ports/104630
   Submitted by:   alepulver
   
   Revision  Changes    Path
   1.10      +2 -2      ports/games/linux-enemyterritory-fortress/Makefile
 _______________________________________________
 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:
