summaryrefslogtreecommitdiff
path: root/openjdk8/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openjdk8/Pkgfile')
-rw-r--r--openjdk8/Pkgfile48
1 files changed, 16 insertions, 32 deletions
diff --git a/openjdk8/Pkgfile b/openjdk8/Pkgfile
index 2ef9d3f1e..6563319c7 100644
--- a/openjdk8/Pkgfile
+++ b/openjdk8/Pkgfile
@@ -4,36 +4,24 @@
# Depends on: alsa-lib cups fontconfig freetype giflib gtk krb5 lcms2 libjpeg-turbo libpng libxslt nss unzip xorg-libxt xorg-libxtst xorg-libxinerama zip
name=openjdk8
-version=8u191-b12
-icedtea_version=3.10.0
-boot_version=20190106
+version=8u212-b04
+icedtea_version=3.12.0
+boot_version=20190531
pkgsrc_quarter=2018Q3
-certdata_rev=dc2f7806fbc1
-release=3
+certdata_rev=f84b1b428d42
+release=1
source=(http://icedtea.wildebeest.org/download/source/icedtea-$icedtea_version.tar.xz
-# https://stygian.me/crux/distfiles/$name/corba-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/hotspot-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/jaxp-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/jaxws-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/jdk-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/langtools-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/nashorn-$version.tar.xz
-# https://stygian.me/crux/distfiles/$name/openjdk-$version.tar.xz
-# https://stygian.me/crux/distfiles/certdata-$certdata_rev.txt
-# https://stygian.me/crux/distfiles/mozilla-rootcerts-$pkgsrc_quarter.sh
-# https://stygian.me/crux/distfiles/$name-boot-$boot_version-bin.tar.xz
- http://crux.ster.zone/downloads/$name/corba-$version.tar.xz
- http://crux.ster.zone/downloads/$name/hotspot-$version.tar.xz
- http://crux.ster.zone/downloads/$name/jaxp-$version.tar.xz
- http://crux.ster.zone/downloads/$name/jaxws-$version.tar.xz
- http://crux.ster.zone/downloads/$name/jdk-$version.tar.xz
- http://crux.ster.zone/downloads/$name/langtools-$version.tar.xz
- http://crux.ster.zone/downloads/$name/nashorn-$version.tar.xz
- http://crux.ster.zone/downloads/$name/openjdk-$version.tar.xz
- http://crux.ster.zone/downloads/$name/certdata-$certdata_rev.txt
- http://crux.ster.zone/downloads/$name/mozilla-rootcerts-$pkgsrc_quarter.sh
- http://crux.ster.zone/downloads/$name/$name-boot-$boot_version-bin.tar.xz
- hotspot_add_linux5.patch)
+ https://stygian.me/crux/distfiles/$name/corba-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/hotspot-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/jaxp-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/jaxws-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/jdk-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/langtools-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/nashorn-$version.tar.xz
+ https://stygian.me/crux/distfiles/$name/openjdk-$version.tar.xz
+ https://stygian.me/crux/distfiles/certdata-$certdata_rev.txt
+ https://stygian.me/crux/distfiles/mozilla-rootcerts-$pkgsrc_quarter.sh
+ https://stygian.me/crux/distfiles/$name-boot-$boot_version-bin.tar.xz)
# See README for links to originally named files and rationale of renaming/versioning/mirroring.
unpack_source() {
@@ -49,10 +37,6 @@ unpack_source() {
}
build() {
- # fix hotspot not recognizing linux version 5 kernels; thanks to ryuo and tb
- mv $SRC/hotspot_add_linux5.patch $SRC/icedtea-$icedtea_version/patches
- export DISTRIBUTION_PATCHES=patches/hotspot_add_linux5.patch
-
# Make sure we do not have ccache masquerade directory in PATH.
# Use --enable-ccache instead of providing a wrapped compiler.
# NOTE: the check for usr/bin/ccache may be too specific, since it rules out

Generated by cgit