summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
commite13f00eca1f51702adb78801c20a44e6c3c654f5 (patch)
treec11dcd403b15ec2193f9780ff09ea6f79b6d7858 /java
parent- Update MASTER_SITES (diff)
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes: svn path=/head/; revision=271083
Diffstat (limited to 'java')
-rw-r--r--java/jdk14/Makefile7
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