From alepulver@FreeBSD.org  Fri Oct 20 19:44:43 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 2F31316A4D1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Oct 2006 19:44:43 +0000 (UTC)
	(envelope-from alepulver@FreeBSD.org)
Received: from relay02.pair.com (relay02.pair.com [209.68.5.16])
	by mx1.FreeBSD.org (Postfix) with SMTP id D53AF43DAB
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Oct 2006 19:42:03 +0000 (GMT)
	(envelope-from alepulver@FreeBSD.org)
Received: (qmail 95637 invoked from network); 20 Oct 2006 19:41:56 -0000
Received: from unknown (HELO phobos.mars.bsd) (unknown)
  by unknown with SMTP; 20 Oct 2006 19:41:56 -0000
Message-Id: <1161373314.36620@phobos.mars.bsd>
Date: Fri, 20 Oct 2006 16:41:54 -0300
From: "Alejandro Pulver" <alepulver@FreeBSD.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] games/linux-enemyterritory: use IA32_BINARY_PORT
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify: benlutz@datacomm.ch

>Number:         104629
>Category:       ports
>Synopsis:       [PATCH] games/linux-enemyterritory: use IA32_BINARY_PORT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 20 19:50:18 GMT 2006
>Closed-Date:    Mon Oct 23 19:22:09 GMT 2006
>Last-Modified:  Mon Oct 23 19:30:17 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 it to be used in amd64/ia64.


>How-To-Repeat:





>Fix:


--- linux-enemyterritory.diff begins here ---
Index: linux-enemyterritory/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- linux-enemyterritory/Makefile	14 Jun 2006 14:29:54 -0000	1.11
+++ linux-enemyterritory/Makefile	20 Oct 2006 19:40:23 -0000
@@ -17,7 +17,7 @@
 MAINTAINER=	benlutz@datacomm.ch
 COMMENT=	Wolfenstein: Enemy Territory (Linux version)
 
-ONLY_FOR_ARCHS=	i386
+IA32_BINARY_PORT=	yes
 USE_LINUX=	yes
 USE_ZIP=	yes
 NO_CDROM=	Redistribution is limited, see license
--- linux-enemyterritory.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 20 19:51:28 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104629 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 20 19:51:34 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Benjamin Lutz <benlutz@datacomm.ch>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/104629: [PATCH] games/linux-enemyterritory: use IA32_BINARY_PORT
Date: Sat, 21 Oct 2006 04:52:40 +0200

 --nextPart2909512.1QSkMqjgPU
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 On Friday 20 October 2006 21:51, Edwin Groothuis wrote:
 > Maintainer of games/linux-enemyterritory,
 >
 > Please note that PR ports/104629 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104629
 
 approved.
 
 --nextPart2909512.1QSkMqjgPU
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.5 (GNU/Linux)
 
 iD8DBQBFOYt7gShs4qbRdeQRAtyxAJwPnSXsZKBVGDpw5/ojZWenB4851ACfWhNN
 Ar4M6awKvqtXcsW4LfVVRDE=
 =Jnd8
 -----END PGP SIGNATURE-----
 
 --nextPart2909512.1QSkMqjgPU--

From: Alejandro Pulver <alepulver@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: Benjamin Lutz <benlutz@datacomm.ch>
Subject: Re: ports/104629: [PATCH] games/linux-enemyterritory: use
 IA32_BINARY_PORT
Date: Sat, 21 Oct 2006 10:47:36 -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/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/games/linux-enemyterritory/Makefile,v
 retrieving revision 1.11
 diff -u -r1.11 Makefile
 --- linux-enemyterritory/Makefile	14 Jun 2006 14:29:54 -0000	1.11
 +++ linux-enemyterritory/Makefile	21 Oct 2006 13:46:23 -0000
 @@ -17,7 +17,7 @@
  MAINTAINER=	benlutz@datacomm.ch
  COMMENT=	Wolfenstein: Enemy Territory (Linux version)
  
 -ONLY_FOR_ARCHS=	i386
 +ONLY_FOR_ARCHS=	i386 amd64
  USE_LINUX=	yes
  USE_ZIP=	yes
  NO_CDROM=	Redistribution is limited, see license
 
 Best Regards,
 Ale
State-Changed-From-To: feedback->open 
State-Changed-By: alepulver 
State-Changed-When: Sat Oct 21 14:05:49 UTC 2006 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104629 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Mon Oct 23 19:21:55 UTC 2006 
State-Changed-Why:  
Committed. 

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

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

 alepulver    2006-10-23 19:21:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/linux-enemyterritory Makefile 
   Log:
   - Add amd64 to ONLY_FOR_ARCHS.
   
   PR:             ports/104629
   Submitted by:   alepulver (myself)
   Approved by:    portmgr (erwin)
   
   Revision  Changes    Path
   1.12      +1 -1      ports/games/linux-enemyterritory/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:
