aboutsummaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk15
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-12-03 16:53:21 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-12-03 16:53:21 +0000
commita23cf173dc980766ab96d3e7663eec4d88679ebd (patch)
tree6ab303ee9a248ebc56841853d240d53d2cea26f5 /java/linux-sun-jdk15
parentdeb4a83174ff00b3b5914949a3afcd999743f038 (diff)
downloadports-a23cf173dc980766ab96d3e7663eec4d88679ebd.tar.gz
ports-a23cf173dc980766ab96d3e7663eec4d88679ebd.zip
Mark the port as IGNORE as it won't run on 4.x nor 5.x. Not sure about
6-CURRENT so we'll need verification here. Approved by: glewis
Notes
Notes: svn path=/head/; revision=123046
Diffstat (limited to 'java/linux-sun-jdk15')
-rw-r--r--java/linux-sun-jdk15/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/linux-sun-jdk15/Makefile b/java/linux-sun-jdk15/Makefile
index 0acdfb5a2c0d..e686a4c2e866 100644
--- a/java/linux-sun-jdk15/Makefile
+++ b/java/linux-sun-jdk15/Makefile
@@ -40,10 +40,12 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar
UNPACK_CMD= ${APP_HOME}/bin/unpack200
+IGNORE= "does not run (core dumps: Bad System Call)"
+
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
-IGNORE=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
+IGNORE?=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
pre-everything::