diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-01 08:18:52 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-01 08:18:52 +0000 |
commit | 4ed1cac9515e036f6560d68633b8f0b8fe61b761 (patch) | |
tree | 58cf404bb147ae6bcfd487be72138d02853ed185 /java/linux-jdk13/Makefile | |
parent | f5d2dfae5e1a63793a370fd71135f202a9b2b39a (diff) | |
download | FreeBSD-ports-4ed1cac9515e036f6560d68633b8f0b8fe61b761.zip FreeBSD-ports-4ed1cac9515e036f6560d68633b8f0b8fe61b761.tar.gz |
Undo upgrade to 1.3.1. Unfortunately committer who committed change did not
notice PR submitter's follow-up in which he asked not to do upgrade due to
the bug discovered in this particular version of JDK.
Submitted by: Ernst de Haan <ernst@jollem.com>
Diffstat (limited to 'java/linux-jdk13/Makefile')
-rw-r--r-- | java/linux-jdk13/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/java/linux-jdk13/Makefile b/java/linux-jdk13/Makefile index 21174a2..5fccf4d 100644 --- a/java/linux-jdk13/Makefile +++ b/java/linux-jdk13/Makefile @@ -10,11 +10,14 @@ PORTVERSION= ${JDK_VERSION} CATEGORIES= java devel MASTER_SITES= # PKGNAMEPREFIX= linux- -DISTFILES= j2sdk-1_3_1-linux-i386.bin +DISTFILES= j2sdk-1_3_0_02-linux.bin MAINTAINER= kevlo@FreeBSD.org -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + javavm:${PORTSDIR}/java/javavmwrapper + +JDK_VERSION= 1.3.0 NO_CDROM= "License doesn\'t allow distribution with fee" RESTRICTED= "Redistribution of repackaged binaries not permitted" @@ -23,24 +26,20 @@ RESTRICTED= "Redistribution of repackaged binaries not permitted" IGNORE= "You can not legally distribute binaries" .endif +ONLY_FOR_ARCHS= i386 EXTRACT_CMD= # empty EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= #empty -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} -PLIST_SUB+= TARGET_PREFIX=${TARGET_PREFIX:S/^${PREFIX}\///} +WRKSRC= ${WRKDIR}/jdk1.3.0_02 NO_BUILD= yes -USE_LINUX= yes -JDK_VERSION= 1.3.1 -ONLY_FOR_ARCHS= i386 -TARGET_PREFIX?= ${PREFIX}/${PKGBASE}${PORTVERSION} .include <bsd.port.pre.mk> .for file in ${DISTFILES} .if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again. +IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0_02-linux.bin) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again. .endif .endfor |