diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /comms | |
parent | Update to 1.5.4.26862 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Notes
Notes:
svn path=/head/; revision=308600
Diffstat (limited to 'comms')
-rw-r--r-- | comms/java-commapi-freebsd/Makefile | 8 | ||||
-rw-r--r-- | comms/java-commapi/Makefile | 6 | ||||
-rw-r--r-- | comms/rxtx/Makefile | 8 |
3 files changed, 6 insertions, 16 deletions
diff --git a/comms/java-commapi-freebsd/Makefile b/comms/java-commapi-freebsd/Makefile index 1d35578d3bf8..aad82ff3facd 100644 --- a/comms/java-commapi-freebsd/Makefile +++ b/comms/java-commapi-freebsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: java freebsd-commapi -# Date created: 2001/07/01 -# Whom: Ari Suutari <ari.suutari@syncrontech.com> -# +# Created by: Ari Suutari <ari.suutari@syncrontech.com> # $FreeBSD$ -# PORTNAME= java-commapi-freebsd PORTVERSION= 0.9 @@ -18,7 +14,7 @@ BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_BUILD= yes diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index 843e5c90f079..6f0df8bf8407 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: Java Commapi -# Date created: 2001/07/01 -# Whom: Ari Suutari <ari.suutari@syncrontech.com> +# Created by: Ari Suutari <ari.suutari@syncrontech.com> # # $FreeBSD$ # @@ -17,7 +15,7 @@ COMMENT= Sun's Java Communications API USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_CDROM= Sun has a funky license for this software RESTRICTED= no commercial use diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 6af484eaa755..1d184fb69527 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rxtx -# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com> -# Date Created: 2004-04-10 00:15:35 -# +# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> # $FreeBSD$ -# PORTNAME= rxtx PORTVERSION= 2.2p2 @@ -19,7 +15,7 @@ COMMENT= Native interface to serial ports in Java USE_ZIP= yes USE_GMAKE= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native GNU_CONFIGURE= yes |