diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/icedtea6-stubs/Makefile | 37 | ||||
-rw-r--r-- | java/icedtea6-stubs/distinfo | 2 | ||||
-rw-r--r-- | java/icedtea6-stubs/pkg-descr | 6 | ||||
-rw-r--r-- | java/icedtea6-stubs/pkg-plist | 3 |
6 files changed, 1 insertions, 49 deletions
@@ -4868,3 +4868,4 @@ multimedia/linux-gspca-kmod||2013-08-27|Has expired: Broken for more than 6 mont x11/cl-clx-sbcl||2013-08-27|Has expired: Broken for more than 6 month math/dislin||2013-08-27|Has expired: Broken for more than 6 month irc/smuxi||2013-08-27|Has expired: Broken for more than 6 month +java/icedtea6-stubs||2013-08-27|Has expired: Broken for more than 6 month diff --git a/java/Makefile b/java/Makefile index 71f3b095cbd5..1d60328dab30 100644 --- a/java/Makefile +++ b/java/Makefile @@ -53,7 +53,6 @@ SUBDIR += eclipse-webtools SUBDIR += eclipse-windowbuilder SUBDIR += icedtea-web - SUBDIR += icedtea6-stubs SUBDIR += infobus SUBDIR += j2sdkee13 SUBDIR += jad diff --git a/java/icedtea6-stubs/Makefile b/java/icedtea6-stubs/Makefile deleted file mode 100644 index bf0d4047a278..000000000000 --- a/java/icedtea6-stubs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Brian Gardner <brian@experts-exchange.com> -# $FreeBSD$ - -PORTNAME= icedtea6-stubs -PORTVERSION= 1.6b -CATEGORIES= java devel -MASTER_SITES= http://www.intricatesoftware.com/distfiles/ -DISTNAME= jdk-7-icedtea-plugs-${PORTVERSION} - -MAINTAINER= openjdk@getsnappy.com -COMMENT= IcedTea6 binary plugs for openjdk - -BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-08-27 - -BROKEN= Does not build with any of the supported Java vendors - -WRKSRC= ${WRKDIR}/jdk-7-icedtea-plugs - -USE_JAVA= yes -JAVA_VENDOR= openjdk -JAVA_VERSION= 1.6 -USE_ANT= yes - -pre-build: - cd ${WRKSRC} && ${UNZIP_CMD} -u src.zip - -do-install: - ${MKDIR} ${JAVAJARDIR}/jdk-7-icedtea-plugs/jre/lib/ - ${CP} ${WRKSRC}/jre/lib/rt-closed.jar ${JAVAJARDIR}/jdk-7-icedtea-plugs/jre/lib/ - -PLIST_FILES+= %%JAVAJARDIR%%/jdk-7-icedtea-plugs/jre/lib/rt-closed.jar - -.include <bsd.port.mk> diff --git a/java/icedtea6-stubs/distinfo b/java/icedtea6-stubs/distinfo deleted file mode 100644 index 55d333681f96..000000000000 --- a/java/icedtea6-stubs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jdk-7-icedtea-plugs-1.6b.tar.gz) = 016d64416bdfe1d66901d169b2d7eaaf40a1ef00aa1d9643bf5130399619d9a0 -SIZE (jdk-7-icedtea-plugs-1.6b.tar.gz) = 49633 diff --git a/java/icedtea6-stubs/pkg-descr b/java/icedtea6-stubs/pkg-descr deleted file mode 100644 index f37e6ed1a94a..000000000000 --- a/java/icedtea6-stubs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Icedtea is part of gnu classpath project and is an implementation -of the binary plugs, that Sun is unable to release under the GNUv2 license. -This in combination with openjdk6 or openjdk7 makes a completely legally -distributable version of Java - -WWW: http://icedtea.classpath.org/wiki/Main_Page diff --git a/java/icedtea6-stubs/pkg-plist b/java/icedtea6-stubs/pkg-plist deleted file mode 100644 index 7da4802d3953..000000000000 --- a/java/icedtea6-stubs/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@dirrm %%JAVAJARDIR%%/jdk-7-icedtea-plugs/jre/lib -@dirrm %%JAVAJARDIR%%/jdk-7-icedtea-plugs/jre -@dirrm %%JAVAJARDIR%%/jdk-7-icedtea-plugs |