- Use IA32_BINARY_PORT to allow it to be used in amd64/ia64.
Responsible Changed From-To: freebsd-ports-bugs->alepulver Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
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.
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 Maintainer approved.
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"
State Changed From-To: open->closed Committed.