From: Kurt Miller Subject: databases/db: Bump MODJAVA_VER to 17+ To: ports@openbsd.org Date: Tue, 18 Nov 2025 16:05:58 +0000 The only port that depends on db-java is libreoffice and it already is using 17+. So instead of bumping this up to 11+, go to 17+ instead to match libreoffice. Not fully sure how to test this other then libreoffice still builds ok. okay? Index: Makefile.inc =================================================================== RCS file: /cvs/ports/databases/db/Makefile.inc,v diff -u -p -u -r1.46 Makefile.inc --- Makefile.inc 30 Jun 2025 12:07:48 -0000 1.46 +++ Makefile.inc 13 Nov 2025 14:52:12 -0000 @@ -66,7 +66,7 @@ NO_TEST= Yes .if ${BUILD_PACKAGES:M-java} CONFIGURE_ARGS+=--enable-java MODULES+= java -MODJAVA_VER= 1.8+ +MODJAVA_VER= 17+ CONFIGURE_ENV+= JAVAC=${JAVA_HOME}/bin/javac \ JAR=${JAVA_HOME}/bin/jar \ JAVA=${JAVA_HOME}/bin/java Index: v4/Makefile =================================================================== RCS file: /cvs/ports/databases/db/v4/Makefile,v diff -u -p -u -r1.84 Makefile --- v4/Makefile 30 Jun 2025 12:07:48 -0000 1.84 +++ v4/Makefile 13 Nov 2025 14:52:12 -0000 @@ -7,7 +7,7 @@ PKGSPEC-java= db-java->=4,<5|db-java->=4 PKGSPEC-tcl= db-tcl->=4,<5|db-tcl->=4v0,<5v0 REVISION-main= 8 -REVISION-java= 14 +REVISION-java= 15 REVISION-tcl= 5 EPOCH= 0