From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 15 12:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14E6F106566B for ; Wed, 15 Jul 2009 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E49328FC14 for ; Wed, 15 Jul 2009 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6FCA1NX099409 for ; Wed, 15 Jul 2009 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6FCA1Ls099408; Wed, 15 Jul 2009 12:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 15 Jul 2009 12:10:01 GMT Resent-Message-Id: <200907151210.n6FCA1Ls099408@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, Andrew Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D65106566C for ; Wed, 15 Jul 2009 12:03:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 462C48FC20 for ; Wed, 15 Jul 2009 12:03:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6FC3P0G089470 for ; Wed, 15 Jul 2009 12:03:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6FC3O6t089468; Wed, 15 Jul 2009 12:03:24 GMT (envelope-from nobody) Message-Id: <200907151203.n6FC3O6t089468@www.freebsd.org> Date: Wed, 15 Jul 2009 12:03:24 GMT From: Andrew Lewis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136786: Update port: textproc/luaexpat to build on amd64 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: Wed, 15 Jul 2009 12:10:02 -0000 >Number: 136786 >Category: ports >Synopsis: Update port: textproc/luaexpat to build on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 15 12:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrew Lewis >Release: 7.1-RELEASE-p6 >Organization: Private >Environment: FreeBSD foo.bar 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 24 14:25:56 UTC 2009 toor@foo.bar:/usr/obj/usr/src/sys/ADAMANTIUM71 i386 >Description: Patch to make textproc/luaexpat build on amd64 (Thankyou Kelly Hayes!) >How-To-Repeat: textproc/luaexpat and net-im/prosody are marked ONLY_FOR_ARCHS=i386 and we are aiming to correct this >Fix: Patch attached. Patch attached with submission follows: diff -urN /usr/ports/textproc/luaexpat/Makefile /var/ports/textproc/luaexpat/Makefile --- /usr/ports/textproc/luaexpat/Makefile 2009-07-14 01:36:52.000000000 -0500 +++ /var/ports/textproc/luaexpat/Makefile 2009-07-14 21:39:44.000000000 -0500 @@ -16,8 +16,6 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -ONLY_FOR_ARCHS= i386 - MAKEFILE= makefile ALL_TARGET= lib USE_LUA= 5.0-5.1 diff -urN /usr/ports/textproc/luaexpat/files/patch-config /var/ports/textproc/luaexpat/files/patch-config --- /usr/ports/textproc/luaexpat/files/patch-config 2009-07-14 01:02:55.000000000 -0500 +++ /var/ports/textproc/luaexpat/files/patch-config 2009-07-14 21:55:12.000000000 -0500 @@ -1,5 +1,5 @@ ---- config.orig 2006-06-08 20:41:48.000000000 +0000 -+++ config 2009-07-03 03:00:20.000000000 +0000 +--- config.orig 2006-06-08 15:41:48.000000000 -0500 ++++ config 2009-07-14 21:48:26.000000000 -0500 @@ -1,15 +1,15 @@ # Installation directories # System's libraries directory (where binary libraries are installed) @@ -30,3 +30,11 @@ # Compilation parameters CWARNS = -Wall -pedantic \ +@@ -31,6 +31,6 @@ + -Wshadow \ + -Wwrite-strings + +-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \ ++CFLAGS += $(CWARNS) -ansi -O2 -I$(LUA_INC) \ + -I$(COMPAT_DIR) -I$(EXPAT_INC) + CC = gcc >Release-Note: >Audit-Trail: >Unformatted: