Date: Thu, 3 Oct 2019 06:13:17 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513650 - head/databases/db5 Message-ID: <201910030613.x936DHaU051035@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Oct 3 06:13:17 2019 New Revision: 513650 URL: https://svnweb.freebsd.org/changeset/ports/513650 Log: Remove reference to Java 1.6 * After the deletion of the openjdk6 port, there are no viable versions of Java 6 left in the ports tree, so remove it as a possible version PR: 241019 Approved by: mandree@ Sponsored by: The FreeBSD Foundation Modified: head/databases/db5/Makefile Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Thu Oct 3 06:10:36 2019 (r513649) +++ head/databases/db5/Makefile Thu Oct 3 06:13:17 2019 (r513650) @@ -58,7 +58,7 @@ SQL_VARS= DBLIBS+=libdb_sql JAVA_USE= java # db5 is incompatible with openjdk8 and causes IllegalArgument # exceptions during build -JAVA_VARS= DBLIBS+=libdb_java JAVA_VERSION="1.6 1.7" +JAVA_VARS= DBLIBS+=libdb_java JAVA_VERSION="1.7" JAVA_CONFIGURE_ENABLE= java JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" JAVACFLAGS="-Xlint:unchecked"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910030613.x936DHaU051035>