From f62863c25a041364a32d55be531b4482dc026dc8 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Dec 2004 23:02:35 +0000 Subject: 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. --- java/openjit/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/openjit') 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) -- cgit