summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-18 23:02:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-18 23:02:35 +0000
commitb70e8b7e1de586c9f68122d4a37c3533e8b79b8a (patch)
treedaa87464331d7a402c941bab0dc2a11aa17eded2 /java
parent- Update fxscintilla to 1.62 (diff)
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Notes
Notes: svn path=/head/; revision=124429
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-langpack/Makefile2
-rw-r--r--java/openjit/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse-langpack/Makefile b/java/eclipse-langpack/Makefile
index b584d5d0e057..0d14e35494fd 100644
--- a/java/eclipse-langpack/Makefile
+++ b/java/eclipse-langpack/Makefile
@@ -20,6 +20,8 @@ MAINTAINER= java@FreeBSD.ORG
COMMENT= Eclipse Language Pack Feature
IGNORE= Requires update to 3.0
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= "${IGNORE}"
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
diff --git a/java/openjit/Makefile b/java/openjit/Makefile
index 85be7862324c..5d17a1185a3e 100644
--- a/java/openjit/Makefile
+++ b/java/openjit/Makefile
@@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A high-performance reflective Java Just-In-Time (JIT) bytecode compiler
BROKEN= "Configure fails with diablo-jdk13"
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
# Only native JDKs are allowed. Default is java/diablo-jdk13
.if defined(WITH_JDK13)