From 06e66777937202f04d646d24d24f524b13d79478 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 21 Jul 2011 05:03:02 +0000 Subject: 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 --- science/devisor/Makefile | 2 +- science/devisor/files/devisorgrid.sh.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'science/devisor') diff --git a/science/devisor/Makefile b/science/devisor/Makefile index 8dc51f47af65..97f1c3efc646 100644 --- a/science/devisor/Makefile +++ b/science/devisor/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Design and Visualization Software Resource for FeatFlow USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ NO_BUILD= yes # Sources are available though SUB_FILES= devisorgrid.sh diff --git a/science/devisor/files/devisorgrid.sh.in b/science/devisor/files/devisorgrid.sh.in index 3a9ef170271a..6e8dfab96c3a 100644 --- a/science/devisor/files/devisorgrid.sh.in +++ b/science/devisor/files/devisorgrid.sh.in @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="1.4+" %%LOCALBASE%%/bin/java -Ddevisorgrid.home="%%DATADIR%%" -cp "%%DATADIR%%" devisorgrid "$@" +JAVA_VERSION="%%JAVA_VERSION%%" %%LOCALBASE%%/bin/java -Ddevisorgrid.home="%%DATADIR%%" -cp "%%DATADIR%%" devisorgrid "$@" -- cgit v1.2.3