diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-21 13:03:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-21 13:03:02 +0800 |
commit | b52944915a792d1df1b4539b6ffef32bb06c623c (patch) | |
tree | 2d2342fe8b657b24efa68b7b0eedf07f0880f0b9 /math | |
parent | cf6c4b2a7fb04e6bebe556711940aa746e81c384 (diff) | |
download | freebsd-ports-graphics-b52944915a792d1df1b4539b6ffef32bb06c623c.tar.gz freebsd-ports-graphics-b52944915a792d1df1b4539b6ffef32bb06c623c.tar.zst freebsd-ports-graphics-b52944915a792d1df1b4539b6ffef32bb06c623c.zip |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
Diffstat (limited to 'math')
-rw-r--r-- | math/geogebra-i18n/Makefile | 2 | ||||
-rw-r--r-- | math/geonext/Makefile | 2 | ||||
-rw-r--r-- | math/jakarta-commons-math/Makefile | 2 | ||||
-rw-r--r-- | math/plman/Makefile | 2 | ||||
-rw-r--r-- | math/truthtable/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-java/Makefile | 3 |
6 files changed, 6 insertions, 7 deletions
diff --git a/math/geogebra-i18n/Makefile b/math/geogebra-i18n/Makefile index 3020d809da0..5473aa043fe 100644 --- a/math/geogebra-i18n/Makefile +++ b/math/geogebra-i18n/Makefile @@ -25,7 +25,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ SUB_FILES= ${PORTNAME:S/-i18n$//} FIND_DOCS= -type f \! \( -name *.txt -or -name *.jar \) diff --git a/math/geonext/Makefile b/math/geonext/Makefile index 6517e8509a7..712a1ab75dc 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html\ geonext-batik.jar help.jar help_fr.jar help_de.jar help_it.jar \ help_uk.jar diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile index ade8960d827..09ed226ba8c 100644 --- a/math/jakarta-commons-math/Makefile +++ b/math/jakarta-commons-math/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons- ${JAVAJARDIR}/commons-discovery.jar:${PORTSDIR}/java/jakarta-commons-discovery USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.5+ USE_ANT= yes ALL_TARGET= jar diff --git a/math/plman/Makefile b/math/plman/Makefile index 5a32ebfb977..d48453ec205 100644 --- a/math/plman/Makefile +++ b/math/plman/Makefile @@ -24,7 +24,7 @@ NO_BUILD= yes USE_JAVA= yes USE_ZIP= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} REPLACE_FILES= ${WRKSRC}/bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/truthtable/Makefile b/math/truthtable/Makefile index 943687f02d1..3feddb419c5 100644 --- a/math/truthtable/Makefile +++ b/math/truthtable/Makefile @@ -19,7 +19,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A Truth Tables generator (written in Java) USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.5+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/math/vtk-java/Makefile b/math/vtk-java/Makefile index 0d026963b6c..23d0e30692a 100644 --- a/math/vtk-java/Makefile +++ b/math/vtk-java/Makefile @@ -18,10 +18,9 @@ WRAP= Java BINARIES= vtkParseJava vtkWrapJava USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ JAVA_OS= native JAVA_BUILD= jdk -#USE_JIKES= no JARFILE= vtk.jar # ${PORTNAME}.jar DESTJARFILE= vtk.jar # ${PORTNAME}.jar |