Date: Mon, 15 Jul 2013 05:20:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/172837: commit references a PR Message-ID: <201307150520.r6F5K0S5000611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/172837; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172837: commit references a PR Date: Mon, 15 Jul 2013 05:11:06 +0000 (UTC) Author: johans Date: Mon Jul 15 05:10:59 2013 New Revision: 323014 URL: http://svnweb.freebsd.org/changeset/ports/323014 Log: - Correct iodbc dependency - Disable Java bindings for now (doesn't work with OpenJDK6) PR: ports/172837 Submitted by: C.P. Ghost <cpghost@cordula.ws> Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Mon Jul 15 00:57:48 2013 (r323013) +++ head/lang/swi-pl/Makefile Mon Jul 15 05:10:59 2013 (r323014) @@ -35,6 +35,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L} CONFIGURE_TARGET= ${ARCH}-${OPSYS:L} CONFIGURE_ARGS= --with-world --without-jpl +MAKE_ARGS= DISABLE_PKGS="jpl" PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} @@ -43,7 +44,7 @@ PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${A .if ${PORT_OPTIONS:MUNIXODBC} LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC .else -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc .endif .include <bsd.port.pre.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307150520.r6F5K0S5000611>