Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2006 16:50:55 -0300
From:      "Alejandro Pulver" <alepulver@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/104632: [PATCH] games/linux-ut2004-demo: use IA32_BINARY_PORT
Message-ID:  <1161373855.47910@phobos.mars.bsd>
Resent-Message-ID: <200610202000.k9KK0ctH069725@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104632
>Category:       ports
>Synopsis:       [PATCH] games/linux-ut2004-demo: use IA32_BINARY_PORT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 20 20:00:38 GMT 2006
>Closed-Date:
>Last-Modified:
>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 (well, there is no linuxator for ia64).


>How-To-Repeat:





>Fix:


--- linux-ut2004-demo.diff begins here ---
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	20 Oct 2006 19:47:40 -0000
@@ -18,7 +18,7 @@
 MAINTAINER=	jylefort@FreeBSD.org
 COMMENT=	Unreal Tournament 2004 demo
 
-ONLY_FOR_ARCHS=	i386
+IA32_BINARY_PORT=	yes
 USE_X_PREFIX=	yes
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile is 275MB, set FORCE_PACKAGE if you really want to build this package
--- linux-ut2004-demo.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1161373855.47910>