svn commit: r356223 - in head/databases: libgda4 libgda5

John Marino marino at FreeBSD.org
Mon Jun 2 12:41:45 UTC 2014


Author: marino
Date: Mon Jun  2 12:41:44 2014
New Revision: 356223
URL: http://svnweb.freebsd.org/changeset/ports/356223
QAT: https://qat.redports.org/buildarchive/r356223/

Log:
  libgda[45]-jdbc: Set to build only with openjdk6
  
  Due to a change in the default system ld.library.path, these ports
  fail to build due to not being able to find libjvm.so.  Verified by
  Redports, only openJDK6 can build these ports currently.
  
  Approved by:	gnome (kwm)

Modified:
  head/databases/libgda4/Makefile
  head/databases/libgda5/Makefile

Modified: head/databases/libgda4/Makefile
==============================================================================
--- head/databases/libgda4/Makefile	Mon Jun  2 12:39:33 2014	(r356222)
+++ head/databases/libgda4/Makefile	Mon Jun  2 12:41:44 2014	(r356223)
@@ -122,6 +122,7 @@ CONFIGURE_ARGS+=	--without-mdb
 
 .if ${LIBGDA4_SLAVE}=="jdbc"
 USE_JAVA=		yes
+JAVA_VERSION=		1.6
 JAVA_VENDOR=		openjdk
 .else
 CONFIGURE_ARGS+=	--without-java

Modified: head/databases/libgda5/Makefile
==============================================================================
--- head/databases/libgda5/Makefile	Mon Jun  2 12:39:33 2014	(r356222)
+++ head/databases/libgda5/Makefile	Mon Jun  2 12:41:44 2014	(r356223)
@@ -90,6 +90,7 @@ CONFIGURE_ARGS+=	--without-mdb
 
 .if ${LIBGDA5_SLAVE}==jdbc
 USE_JAVA=		yes
+JAVA_VERSION=		1.6
 JAVA_VENDOR=		bsdjava openjdk
 .else
 CONFIGURE_ARGS+=	--without-java


More information about the svn-ports-head mailing list