Date: Fri, 12 Mar 2004 15:13:28 +0900 From: Kimura Fuyuki <fuyuki@nigredo.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64142: Update port: devel/swig13 (build fails with chicken) Message-ID: <86smge3853.wl%fuyuki@nigredo.org> Resent-Message-ID: <200403120620.i2C6K8LV004303@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64142 >Category: ports >Synopsis: Update port: devel/swig13 (build fails with chicken) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 22:20:08 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RELEASE-p1 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RELEASE-p1 i386 >Description: Build fails when lang/chicken has been installed. SWIG's Chicken support seems to be broken for now and should be disabled. http://mail.gnu.org/archive/html/chicken-users/2004-01/msg00035.html >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/swig13/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- Makefile 29 Feb 2004 18:47:43 -0000 1.56 +++ Makefile 12 Mar 2004 06:04:03 -0000 @@ -96,12 +96,16 @@ CONFIGURE_ARGS += --without-java .endif +USE_REINPLACE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:U} USE_LIBTOOL= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" + +post-patch: + ${REINPLACE_CMD} -e 's/SKIP_CHICKEN=$$/&"1"/' ${WRKSRC}/configure post-install: # A separate swig13-runtime port might be nice >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86smge3853.wl%fuyuki>