Improved the MASTER_SITES download locations. Also changed the

RUN_DEPENDS for linux. It now checks for the existence of
/compat/linux/lib/ld.so instead of the more obscure
/compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not
even exist on my system, although I have installed linux_base.
This commit is contained in:
Ernst de Haan 2002-02-21 18:24:56 +00:00
parent 2dba26a1c7
commit 257a3fd325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55046
2 changed files with 12 additions and 8 deletions

View File

@ -8,14 +8,16 @@
PORTNAME= jdk PORTNAME= jdk
PORTVERSION= 1.2.2 PORTVERSION= 1.2.2
CATEGORIES= java devel CATEGORIES= java devel
MASTER_SITES= ftp://iodynamics.com/pub/mirror/linux-jdk/JDK-1.2.2/i386/rc4/ \ MASTER_SITES= ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ \
ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ http://www.metaverse.nl/~ernst/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= znerd
PKGNAMEPREFIX= linux- PKGNAMEPREFIX= linux-
DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2 DISTNAME= ${PORTNAME}-${PORTVERSION}-RC4-linux-i386-glibc-2.1.2
MAINTAINER= znerd@FreeBSD.org MAINTAINER= znerd@FreeBSD.org
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \
javavm:${PORTSDIR}/java/javavmwrapper javavm:${PORTSDIR}/java/javavmwrapper
NO_CDROM= "License doesn\'t allow distribution with fee" NO_CDROM= "License doesn\'t allow distribution with fee"

View File

@ -8,14 +8,16 @@
PORTNAME= jdk PORTNAME= jdk
PORTVERSION= 1.2.2 PORTVERSION= 1.2.2
CATEGORIES= java devel CATEGORIES= java devel
MASTER_SITES= ftp://iodynamics.com/pub/mirror/linux-jdk/JDK-1.2.2/i386/rc4/ \ MASTER_SITES= ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ \
ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ http://www.metaverse.nl/~ernst/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= znerd
PKGNAMEPREFIX= linux- PKGNAMEPREFIX= linux-
DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2 DISTNAME= ${PORTNAME}-${PORTVERSION}-RC4-linux-i386-glibc-2.1.2
MAINTAINER= znerd@FreeBSD.org MAINTAINER= znerd@FreeBSD.org
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \
javavm:${PORTSDIR}/java/javavmwrapper javavm:${PORTSDIR}/java/javavmwrapper
NO_CDROM= "License doesn\'t allow distribution with fee" NO_CDROM= "License doesn\'t allow distribution with fee"