From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 18:40:19 2004 Return-Path: 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 4904B16A4CE for ; Sat, 21 Feb 2004 18:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2697C43D2F for ; Sat, 21 Feb 2004 18:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1M2eIbv016843 for ; Sat, 21 Feb 2004 18:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1M2eI45016842; Sat, 21 Feb 2004 18:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 21 Feb 2004 18:40:18 -0800 (PST) Resent-Message-Id: <200402220240.i1M2eI45016842@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, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2284016A4CE for ; Sat, 21 Feb 2004 18:33:15 -0800 (PST) Received: from mail.atl.us.wormulon.net (unknown [63.223.8.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CCA43D1D for ; Sat, 21 Feb 2004 18:33:15 -0800 (PST) (envelope-from hscholz@slurmcan.wormulon.net) Received: from localhost (unknown [63.223.8.130]) by mail.atl.us.wormulon.net (Postfix) with ESMTP id 74B215D9AD; Sat, 21 Feb 2004 21:33:52 -0500 (EST) Received: from mail.atl.us.wormulon.net ([63.223.8.130]) by localhost (plant.wormulon.net [63.223.8.130]) (amavisd-new, port 10024) with ESMTP id 58596-02; Sat, 21 Feb 2004 21:33:51 -0500 (EST) Received: from slurmcan.wormulon.net (unknown [63.223.7.6]) by mail.atl.us.wormulon.net (Postfix) with ESMTP id 4EC2E5D9AC; Sat, 21 Feb 2004 21:33:51 -0500 (EST) Received: by slurmcan.wormulon.net (Postfix, from userid 1001) id AF2BE39819; Sat, 21 Feb 2004 21:33:09 -0500 (EST) Message-Id: <20040222023309.AF2BE39819@slurmcan.wormulon.net> Date: Sat, 21 Feb 2004 21:33:09 -0500 (EST) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: him@richardkiss.com Subject: ports/63202: amd64-fix: lang/lua4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 02:40:19 -0000 >Number: 63202 >Category: ports >Synopsis: amd64-fix: lang/lua4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 18:40:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RC amd64 >Organization: >Environment: System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add -fPIC to allow compilation on amd64. Reported by: bento http://bento.freebsd.org/errorlogs/amd64-5-latest/lua-4.0_2.log >How-To-Repeat: >Fix: --- lua4-amd64.diff begins here --- Index: Makefile =================================================================== RCS file: /home/FreeBSD-CVS/ports/lang/lua4/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 24 Sep 2003 09:36:54 -0000 1.17 +++ Makefile 22 Feb 2004 02:31:27 -0000 @@ -48,4 +48,8 @@ @${STRIP_CMD} ${PREFIX}/bin/lua @${STRIP_CMD} ${PREFIX}/bin/luac +.if ${MACHINE_ARCH:L} == "amd64" +CFLAGS+= "-fPIC" +.endif + .include --- lua4-amd64.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: