From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 20 19:51:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C509816A4A7 for ; Fri, 20 Oct 2006 19:51:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A0943D92 for ; Fri, 20 Oct 2006 19:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9KJoJEQ068750 for ; Fri, 20 Oct 2006 19:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9KJoJPA068749; Fri, 20 Oct 2006 19:50:19 GMT (envelope-from gnats) Resent-Date: Fri, 20 Oct 2006 19:50:19 GMT Resent-Message-Id: <200610201950.k9KJoJPA068749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6616A55E for ; 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 ; 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" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/104630: [PATCH] games/linux-enemyterritory-tce, games/linux-enemyterritory-fortress: use IA32_BINARY_PORT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 19:51:20 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 20 19:50:19 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. >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: >Unformatted: