diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
commit | e13f00eca1f51702adb78801c20a44e6c3c654f5 (patch) | |
tree | c11dcd403b15ec2193f9780ff09ea6f79b6d7858 /java | |
parent | 7fca2c7d010eb5ff76e46d1b73662e9cc69260ff (diff) | |
download | ports-e13f00eca1f51702adb78801c20a44e6c3c654f5.tar.gz ports-e13f00eca1f51702adb78801c20a44e6c3c654f5.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk14/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 10a225555f13..a2458adbb2fe 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -27,6 +27,9 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ ${LOCALBASE}/include/nspr/prtypes.h:${PORTSDIR}/devel/nspr RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +BROKEN= Does not compile with GCC 4.2 +DEPRECATED= does not build on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 OPTIONS= DEBUG "Enable debugging support" off \ IPV6 "Enable IPv6 support" off \ @@ -67,10 +70,6 @@ LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined(WITH_IPV6) CATEGORIES+= ipv6 .endif |