pkgsrc/lang/sun-jdk14/Makefile
obache 342335db12 Update sun-{jre,jdk}14 to 2.19, a.k.a. 1.4.2_19.
Changes in 1.4.2_19

 The full internal version number for this update release is 1.4.2_19-b04 (where
 "b" means "build"). The external version number is 1.4.2_19.

 OlsonData 2008i

  This release contains Olson time zone data version 2008i. For more information,
  refer to Timezone Data Versions in the JRE Software .

 Root Certificates Included

  Root Certificates are included in this release. The following root
  certificates have been added:

    * Camerfirma root certificates
    * T-systems root CA certificate (Deutsche Telekom Root CA 2)

 Bug Fixes

  This release contains fixes for one or more security vulnerabilities. For more
  information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991,
  245246, 246266, 246346, 246386, and 246387.

 Other bug fixes are listed in the following URL:
  http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_19

Changes in 1.4.2_18

 The full internal version number for this update release is 1.4.2_18-b06 (where
 "b" means "build"). The external version number is 1.4.2_18.

 OlsonData 2008b

  This release contains Olson time zone data version 2008b. For more information,
  refer to 6679340 or to US DST Timezone Updater.

 Bug Fixes

  This release contains fixes for one or more security vulnerabilities. For more
  information, please see Sun Alerts 238666, 238905, 238967, and 238968.

 Other bug fixes are listed in the following URL:
  http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_18
2009-06-25 11:43:41 +00:00

33 lines
839 B
Makefile

# $NetBSD: Makefile,v 1.41 2009/06/25 11:43:41 obache Exp $
DISTNAME= j2sdk-1_4_2_19-linux-${DIST_ARCH}
PKGNAME= sun-jdk14-2.19
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
LICENSE= sun-jdk14-license
SHORT= SDK
DEPENDS+= sun-jre14>=2.9:../../lang/sun-jre14
WRKSRC= ${WRKDIR}/j2sdk1.4.2_19
JAVA_WRAPPERS+= appletviewer extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
.include "../../lang/sun-jre14/Makefile.common"
# Remove parts that are in common with the JRE
#
post-extract:
common=`${AWK} '/^#.*/ { next } /^$$/ { next } { print }' ${FILESDIR}/common`; \
cd ${WRKSRC}; for i in $$common; do \
if [ -d $$i ]; then \
${RM} -rf $$i; \
else \
${RM} -f $$i; \
fi; \
done
${LN} -sf . ${WRKSRC}/jre
.include "../../mk/bsd.pkg.mk"