From owner-cvs-ports@FreeBSD.ORG Fri Oct 20 20:32:49 2006 Return-Path: <owner-cvs-ports@FreeBSD.ORG> X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9A316A494; Fri, 20 Oct 2006 20:32:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86EAA43DE5; Fri, 20 Oct 2006 20:26:08 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id A7F4099FF8D; Fri, 20 Oct 2006 22:26:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LxR8GSvTISaH; Fri, 20 Oct 2006 22:26:04 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 4992B99FF46; Fri, 20 Oct 2006 22:26:04 +0200 (CEST) Message-ID: <453930DB.1050703@FreeBSD.org> Date: Fri, 20 Oct 2006 22:26:03 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= <gabor@FreeBSD.org> User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Alejandro Pulver <alepulver@FreeBSD.org> References: <200610202002.k9KK2SEW030981@repoman.freebsd.org> In-Reply-To: <200610202002.k9KK2SEW030981@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/linux-doom3 Makefile ports/games/linux-enemyterritory-etpro Makefile ports/games/linux-enemyterritory-etpub Makefile ports/games/linux-enemyterritory-jaymod Makefile ports/games/linux-enemyterritory-omni-bot Makefile ports/games/linux-enemyterritory-shrub Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports> List-Post: <mailto:cvs-ports@freebsd.org> List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 20 Oct 2006 20:32:49 -0000 Alejandro Pulver wrote: > alepulver 2006-10-20 20:02:27 UTC > > FreeBSD ports repository > > Modified files: > games/linux-doom3 Makefile > games/linux-enemyterritory-etpro Makefile > games/linux-enemyterritory-etpub Makefile > games/linux-enemyterritory-jaymod Makefile > games/linux-enemyterritory-omni-bot Makefile > games/linux-enemyterritory-shrub Makefile > games/linux-quake3 Makefile > games/linux-quake3-demo Makefile > games/rtcw Makefile > Log: > - Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS=i386. > > Approved by: portmgr (erwin) > > Uhh, I don't think it's correct. It seems these ports run on the Linuxulator and we have a 32-bit Linuxulator both on amd64 and i386, but having the 32-bit libraries is not a prerequisite of that. That macro is only for ports that are native FreeBSD binaries compiled for i386. -- Cheers, Gabor