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 Fix: .if defined(WITHOUT_GUILE) -CONFIGURE_ARGS+= --disable-script +CONFIGURE_ARGS+= --disable-scripting .else LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-script--4nZtukjV2snWgKmZPvAdIp7O8dlHBa5UFf2Ide8Wdlb95vFu Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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}" How-To-Repeat: Build with WITHOUT_GUILE set.
State Changed From-To: open->feedback Awaiting maintainers feedback
rafan 2007-07-27 15:18:47 UTC FreeBSD ports repository Modified files: irc/bobot++ Makefile Log: - Fix configure argument that disables scripting ability PR: ports/114503 Submitted by: Ben Haga <bhaga at absoludicrous.com> Approved by: maintainer timeout (16 days) Revision Changes Path 1.13 +2 -2 ports/irc/bobot++/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!