Date: Mon, 2 Jun 2014 12:41:45 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356223 - in head/databases: libgda4 libgda5 Message-ID: <201406021241.s52CfjHI000874@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406021241.s52CfjHI000874>