1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to release 9 cx130-20010626.

PR:		ports/29817
Submitted by:	Hye-Shik Chang <perky@python.or.kr> (MAINTAINER)
This commit is contained in:
Akinori MUSHA 2001-09-02 08:45:47 +00:00
parent 4c511558fd
commit 922e213450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47311
3 changed files with 6 additions and 5 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}
PORTREVISION= 1 # Service Release 9 : cx130-20010626
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-ibm-
@ -41,7 +42,7 @@ IGNORE= "You can not legally distribute binaries"
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from http://www6.software.ibm.com/dl/dklx130/dklx130-p or http://www.ibm.com/developerworks/java/jdk/linux130/, place it in ${DISTDIR} and then run make again.
IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from http://www6.software.ibm.com/dl/dklx130/dklx130-p, place it in ${DISTDIR} and then run make again.
.endif
post-patch:
@ -56,7 +57,7 @@ post-patch:
do-install:
${MKDIR} ${TARGET_PREFIX}
${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${TARGET_PREFIX} -xpf-
${LOCALBASE}/bin/registervm "${TARGET_PREFIX}/bin/java # IBM-JDK${PORTVERSION}"
${LOCALBASE}/bin/registervm "${TARGET_PREFIX}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -1 +1 @@
MD5 (IBMJava2-SDK-13.tgz) = a09bc346874d88ac9b596be13269cc99
MD5 (IBMJava2-SDK-13.tgz) = 84ebb04b9346a4a5dc88f1a9ef919f3b

View File

@ -1,8 +1,8 @@
=============================================================
======================================================================
This Java VM will attempt to detect the number of processors by taking
cpuinfo from linux's procfs. You may want to install the Linux
emulation procfs filesystem. You may do so by adding the following
line to your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
=============================================================
======================================================================