[Bug 238758] Update for bsd.java.mk
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 25 06:06:43 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238758
--- Comment #1 from Antoine Brodin <antoine at FreeBSD.org> ---
A few ports that may need patching:
databases/hbase/Makefile:.if ${JAVA_PORT_VERSION:M1.8.*}
databases/mysql-connector-java51/Makefile:.if ${JAVA_PORT_VERSION:M1.8.*}
databases/mysql-connector-java51/Makefile:.if ${JAVA_PORT_VERSION:N1.8.*}
devel/luajava/Makefile:.if ${JAVA_PORT_VERSION} == 1.7
devel/statcvs/Makefile:.if ${JAVA_PORT_VERSION} == "1.6.0"
dns/dnsjava/Makefile:.if ${JAVA_PORT_VERSION} == "1.6.0"
dns/dnsjava/Makefile:.if ${JAVA_PORT_VERSION} == "1.8.0"
games/jin/Makefile:SUB_LIST= JINJAR=${JINJAR:Q}
JAVA_VERSION=${JAVA_PORT_VERSION:R}
graphics/jogl/Makefile:.if ${JAVA_PORT_VERSION:M1.6.*}
graphics/jogl/Makefile:.if ${JAVA_PORT_VERSION:M1.7.*}
graphics/jogl/Makefile:.if ${JAVA_PORT_VERSION:M1.8.*}
graphics/jogl/Makefile:.if ${JAVA_PORT_VERSION:M1.8.*}
java/icedtea-web/Makefile:.if ${JAVA_PORT_VERSION} == "1.6.0"
java/bouncycastle/Makefile:JDKMVERSION= 1.6 #
${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
java/bouncycastle/Makefile:JDKNVERSION= 16 #
${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1\2/}
lang/kawa/Makefile: --with-java-source=${JAVA_PORT_VERSION}
math/scilab/Makefile:.if ${PORT_OPTIONS:MGUI} && ${JAVA_PORT_VERSION:M1.8.*}
print/pdf-renderer/Makefile:.if ${JAVA_PORT_VERSION:M1.8.*}
textproc/jakarta-commons-digester/Makefile:.if
${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} != "1.4"
www/htmlcompressor/Makefile:SUB_LIST+= JAVA_VERSION=${JAVA_PORT_VERSION:R}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list