- Use IA32_BINARY_PORT to allow using it in amd64/ia64 (well, there is no linuxator for ia64).
Responsible Changed From-To: freebsd-ports-bugs->jylefort Over to maintainer
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-ut2004-demo/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-ut2004-demo/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- linux-ut2004-demo/Makefile 4 Sep 2005 03:35:58 -0000 1.3 +++ linux-ut2004-demo/Makefile 21 Oct 2006 13:44:20 -0000 @@ -18,7 +18,7 @@ MAINTAINER= jylefort@FreeBSD.org COMMENT= Unreal Tournament 2004 demo -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_X_PREFIX= yes USE_LINUX= yes NO_PACKAGE= Distfile is 275MB, set FORCE_PACKAGE if you really want to build this package Best Regards, Ale
State Changed From-To: open->closed Committed, thanks!
jylefort 2006-10-31 14:19:52 UTC FreeBSD ports repository Modified files: games/linux-ut2004-demo Makefile Log: - Add amd64 to ONLY_FOR_ARCHS [1] - Grammar fix [1]: PR: ports/104632 Submitted by: alepulver Revision Changes Path 1.4 +2 -2 ports/games/linux-ut2004-demo/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"