svn commit: r513650 - head/databases/db5
Greg Lewis
glewis at FreeBSD.org
Thu Oct 3 06:13:18 UTC 2019
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"
More information about the svn-ports-all
mailing list