From 5a64a08baa0a21669756df03b5e4d1fcf24977c8 Mon Sep 17 00:00:00 2001 From: Strahil Yordanov Date: Sun, 2 Apr 2017 22:41:09 +0700 Subject: development/openjdk6: Updated for version 6b41. Signed-off-by: Willy Sudiarto Raharjo --- development/openjdk6/openjdk6.SlackBuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'development/openjdk6/openjdk6.SlackBuild') diff --git a/development/openjdk6/openjdk6.SlackBuild b/development/openjdk6/openjdk6.SlackBuild index f2aa29fdcb..68159a21fb 100644 --- a/development/openjdk6/openjdk6.SlackBuild +++ b/development/openjdk6/openjdk6.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for OpenJDK -# Copyright 2016 Strahil Yordanov, Sofia, Bulgaria +# Copyright 2017 Strahil Yordanov, Sofia, Bulgaria # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openjdk6 -VERSION=${VERSION:-6b40} +VERSION=${VERSION:-6b41} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} DVER=1.6.0_${VERSION#6} -ICEDTEA=icedtea6-1.13.12 +ICEDTEA=icedtea6-1.13.13 +OPENJDK_DATE=04_jan_2017 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,19 +69,17 @@ cd icedtea-build # Set JAVA_HOME in order to avoid conflictis with other already installed JVMs. # cacerts taken from this CentOS package: # http://mirror.centos.org/centos/6/os/x86_64/Packages/ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm -JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH \ - ../$ICEDTEA/configure \ +JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \ --with-jdk-home=${BOOT_JAVA} \ --disable-docs \ --disable-downloading \ --without-rhino \ --disable-system-kerberos \ - --with-openjdk-src-zip="$CWD/openjdk-6-src-${VERSION#6}-22_aug_2016.tar.xz" + --with-openjdk-src-zip="$CWD/openjdk-6-src-${VERSION#6}-${OPENJDK_DATE}.tar.xz" echo \ "sed -i '/^ *@Override *$/ d' openjdk/jdk/src/share/classes/javax/management/remote/rmi/RMIJRMPServerImpl.java" \ >> fsg.sh - JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH LOG=trace make cd $PKG -- cgit v1.2.3-80-g2a13