Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 06:06:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238758] Update for bsd.java.mk
Message-ID:  <bug-238758-7788-skFWoAcMgj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238758-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238758-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238758

--- Comment #1 from Antoine Brodin <antoine@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} =3D=3D 1.7
devel/statcvs/Makefile:.if ${JAVA_PORT_VERSION} =3D=3D "1.6.0"
dns/dnsjava/Makefile:.if ${JAVA_PORT_VERSION} =3D=3D "1.6.0"
dns/dnsjava/Makefile:.if ${JAVA_PORT_VERSION} =3D=3D "1.8.0"
games/jin/Makefile:SUB_LIST=3D    JINJAR=3D${JINJAR:Q}
JAVA_VERSION=3D${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} =3D=3D "1.6.0"
java/bouncycastle/Makefile:JDKMVERSION=3D 1.6 #
${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
java/bouncycastle/Makefile:JDKNVERSION=3D 16 #
${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1\2/}
lang/kawa/Makefile:             --with-java-source=3D${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/} !=3D "1.4"
www/htmlcompressor/Makefile:SUB_LIST+=3D  JAVA_VERSION=3D${JAVA_PORT_VERSIO=
N:R}

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238758-7788-skFWoAcMgj>