Won't ever work unless compat linux gets kernel threads emulation.
ok msf@, kevlo@
This commit is contained in:
parent
9a3c8b5da9
commit
7077797dfd
@ -1,53 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
BROKEN= "unusable, only eats cpu; probably thread emulation problem"
|
||||
|
||||
COMMENT= "Java Development Kit for Java 2 Standard Edition 1.4"
|
||||
VERSION= 1.4.1_01
|
||||
|
||||
DISTNAME= jdk${VERSION}
|
||||
PKGNAME= jdk-linux-${VERSION}
|
||||
CATEGORIES= devel java
|
||||
|
||||
HOMEPAGE= http://java.sun.com/j2se/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "Redistribution not permitted"
|
||||
PERMIT_PACKAGE_FTP= "Redistribution not permitted"
|
||||
PERMIT_DISTFILES_CDROM= "Redistribution not permitted"
|
||||
PERMIT_DISTFILES_FTP= "Redistribution not permitted"
|
||||
|
||||
DISTFILES= j2sdk-${VERSION:S/./_/g}-linux-i586.bin
|
||||
EXTRACT_CASES+= *.bin) \
|
||||
tail `sed -n -e '/^tail/p' -e '/^tail/q' ${FULLDISTDIR}/$$archive|awk '{print $$2}'` ${FULLDISTDIR}/$$archive > ${WRKDIR}/$$archive && \
|
||||
chmod u+x ${WRKDIR}/$$archive && \
|
||||
${WRKDIR}/$$archive -q ;; \
|
||||
|
||||
RUN_DEPENDS= :redhat_base->=6.2:emulators/redhat/base
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/j2sdk${VERSION}
|
||||
|
||||
FETCH_MANUALLY = " You must fetch the distfile for this port manually"
|
||||
FETCH_MANUALLY+= " after agreeing to the license agreement at"
|
||||
FETCH_MANUALLY+= ""
|
||||
FETCH_MANUALLY+= " http://java.sun.com/j2se/1.4.1/download.html"
|
||||
FETCH_MANUALLY+= ""
|
||||
FETCH_MANUALLY+= " Choose the 'Linux self-extracting file' option and place"
|
||||
FETCH_MANUALLY+= " ${DISTFILES} into ${FULLDISTDIR}."
|
||||
FETCH_MANUALLY+= ""
|
||||
|
||||
JDK_HOME= ${PREFIX}/jdk1.4.1-linux
|
||||
|
||||
pre-install:
|
||||
@${INSTALL_DATA_DIR} ${JDK_HOME}
|
||||
|
||||
do-install:
|
||||
@cp -Rp ${WRKSRC}/* ${JDK_HOME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (j2sdk-1_4_1_01-linux-i586.bin) = 107f0a7990d1f12713fe6fe968132989
|
||||
RMD160 (j2sdk-1_4_1_01-linux-i586.bin) = 83ac650467dd936841fe6465c9413183c2208bb6
|
||||
SHA1 (j2sdk-1_4_1_01-linux-i586.bin) = 24afb3c549071db467697384189784d262f1f574
|
@ -1,5 +0,0 @@
|
||||
Sun's Java Development Kit 1.4.1, running under Linux emulation.
|
||||
|
||||
This software has restrictive licensing terms which prohibit its
|
||||
redistribution; see ${PREFIX}/jdk1.4.1-linux/LICENSE for more
|
||||
information.
|
@ -1,3 +0,0 @@
|
||||
In order to invoke the JVM, the data segment size by your
|
||||
'limit' builtin must be at least 262144.
|
||||
Please refer to your shell's manual page for details.
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
The 1.4.1_1 binary linux release of the Sun JDK may be
|
||||
subject to several security vulnerabilities that we cannot
|
||||
correct. More information on those as well as other known
|
||||
Java vulnerabilities can be found at:
|
||||
<http://java.sun.com/sfaq/chronology.html>.
|
Loading…
Reference in New Issue
Block a user