diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 19:25:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 19:25:27 +0800 |
commit | 510edddefcc2dfae776c9c54698ad939ff5cd7e5 (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /cad | |
parent | 365dc41664dc2b04e88f4525eea11ff1c3cd36d3 (diff) | |
download | freebsd-ports-gnome-510edddefcc2dfae776c9c54698ad939ff5cd7e5.tar.gz freebsd-ports-gnome-510edddefcc2dfae776c9c54698ad939ff5cd7e5.tar.zst freebsd-ports-gnome-510edddefcc2dfae776c9c54698ad939ff5cd7e5.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/electric-ng/Makefile | 8 | ||||
-rw-r--r-- | cad/fidocadj/Makefile | 12 | ||||
-rw-r--r-- | cad/impact/Makefile | 9 | ||||
-rw-r--r-- | cad/opencascade/Makefile | 8 |
4 files changed, 9 insertions, 28 deletions
diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 1a4d357da64c..f9ac9c833c11 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: electric-ng -# Date created: 2006-07-14 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ # @@ -21,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A sophisticated VLSI design system USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} \ bin/electric-ng diff --git a/cad/fidocadj/Makefile b/cad/fidocadj/Makefile index 5111d71767e2..2e800182c5aa 100644 --- a/cad/fidocadj/Makefile +++ b/cad/fidocadj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fidocadj -# Date created: 2012-05-02 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fidocadj PORTVERSION= 0.24 @@ -25,7 +21,7 @@ NO_BUILD= yes SUB_FILES= ${PORTNAME}.sh -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_JAVA= yes OPTIONS_DEFINE= DOCS @@ -43,10 +39,8 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${DOCSDIR}/ .endif -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MDOCS} DISTFILES+= ${PORTNAME}_manual_en.pdf:docs .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/cad/impact/Makefile b/cad/impact/Makefile index 457f76279105..40f3025fd4f4 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: impact -# Date created: Mar 4, 2005 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= impact PORTVERSION= 0.7.5.3 @@ -18,7 +13,7 @@ COMMENT= Dynamic Finite Element Program Suite USE_ZIP= yes WRKSRC= ${WRKDIR}/Impact USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 5301fcbde62d..0608a8174bb9 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opencascade -# Date created: 29 November 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= opencascade PORTVERSION= 6.3 @@ -33,7 +29,7 @@ USE_TCL_RUN= 84+ USE_TCL_THREADS=yes USE_JAVA= yes USE_XORG= xmu -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ #.if defined(MAINTAINER_MODE) # linux-sun-jdk was required for 6.1, but 6.2 is OK with diablo-jdk. #JAVA_OS= linux |