ports/172837: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Jul 15 05:20:01 UTC 2013


The following reply was made to PR ports/172837; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list