mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update to 1.4.2_03.
Noticed by: Andrew Edwards <andrew@shavers.co.uk>
This commit is contained in:
parent
4d31ee4af9
commit
3a0061061b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95851
@ -30,12 +30,11 @@ PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.4.2
|
||||
JDK_REVISION= 02
|
||||
JDK_REVISION= 03
|
||||
DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION}
|
||||
INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}
|
||||
ONLY_FOR_ARCHS= i386
|
||||
SUN_BUNDLE_ID= 9158
|
||||
DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID}&Referer=http://java.sun.com/j2se/1.4.2/download.html
|
||||
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg
|
||||
PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
|
||||
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
|
||||
CPIO?= /usr/bin/cpio
|
||||
@ -45,7 +44,7 @@ UNPACK_CMD= ${APP_HOME}/lib/unpack
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE=You must manually fetch the J2SE v1.4 SDK Linux GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
IGNORE=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@ -54,7 +53,7 @@ pre-everything::
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@cd ${WRKDIR} \
|
||||
&& ${TAIL} -n 136144 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \
|
||||
&& ${TAIL} -n 136026 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \
|
||||
&& ${CHMOD} +x ${WRKDIR}/install.sfx \
|
||||
&& ${WRKDIR}/install.sfx > /dev/null
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (j2sdk-1_4_2_02-linux-i586.bin) = d69790b5c0873664e992e7ad4c94a985
|
||||
MD5 (j2sdk-1_4_2_03-linux-i586.bin) = 859aa6750161477acec83b7bb5d9998d
|
||||
|
Loading…
Reference in New Issue
Block a user