Date: Wed, 11 Jul 2007 17:05:19 GMT From: Ben Haga <bhaga@absoludicrous.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/114503: Bobot++ Makefile Update Message-ID: <200707111705.l6BH5Jpt061360@www.freebsd.org> Resent-Message-ID: <200707111710.l6BHA4cT091231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114503 >Category: ports >Synopsis: Bobot++ Makefile Update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 11 17:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ben Haga >Release: FreeBSD 6.2-RELEASE-p3 >Organization: >Environment: FreeBSD sourdough.absoludicrous.com 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Tue Apr 17 17:04:39 PDT 2007 toast@pserver.absoludicrous.com:/usr/obj/usr/src/sys/PSERVER i386 >Description: Makefile contains incorrect argument for exclusion of GUILE build, diff to follow: --- Makefile.old Wed Jul 11 10:07:23 2007 +++ Makefile Wed Jul 11 10:04:10 2007 @@ -20,7 +20,7 @@ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if defined(WITHOUT_GUILE) -CONFIGURE_ARGS+= --disable-script +CONFIGURE_ARGS+= --disable-scripting .else LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-script >How-To-Repeat: Build with WITHOUT_GUILE set. >Fix: --- Makefile.old Wed Jul 11 10:07:23 2007 +++ Makefile Wed Jul 11 10:04:10 2007 @@ -20,7 +20,7 @@ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if defined(WITHOUT_GUILE) -CONFIGURE_ARGS+= --disable-script +CONFIGURE_ARGS+= --disable-scripting .else LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-script >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707111705.l6BH5Jpt061360>