ports/64142: Update port: devel/swig13 (build fails with chicken)

Kimura Fuyuki fuyuki at nigredo.org
Fri Mar 12 06:20:08 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list