development/openjdk8: Updated for version 8u212.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2019-05-30 15:36:02 +07:00 committed by Willy Sudiarto Raharjo
parent ac968045b5
commit 0374f0e09a
3 changed files with 28 additions and 28 deletions

View file

@ -4,9 +4,12 @@ testing, and running programs written in Java.
Before installing this package please consider any other jdk's/jre's that you
have already installed as they may cause conflicts with the PATH, JAVA_HOME
and MANPATH variables (this includes the 'openjdk' dependency package -- you
and MANPATH variables (this includes the 'openjdk7' dependency package -- you
may wish to remove it after you're done.)
If you already have 'openjdk8' on your system (and are compiling a newer
version, for example) you don't need the 'openjdk7' dependency.
After installing the package you will need to logout/reboot your machine
as it will add new files to the /etc/profile.d folder.
@ -27,6 +30,3 @@ org.eclipse.jdt.internal.compiler.ReadManager.run(ReadManager.java:166)
simply run the build again. This happens early so it shouldn't be that of a
problem. At least 1 out of 5 runs so far have always succeded.
If you already have 'openjdk8' on your system (and are compiling a newer
version, for example) you don't need the 'openjdk' dependency.

View file

@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
VERSION=${VERSION:-8u201}
VERSION=${VERSION:-8u212}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-3.11.0
ICEDTEA=icedtea-3.12.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -52,8 +52,8 @@ else
LIBDIRSUFFIX=""
fi
BOOT_JAVA=/usr/lib${LIBDIRSUFFIX}/openjdk
[ ! -d ${BOOT_JAVA} ] && BOOT_JAVA=${BOOT_JAVA}8
BOOT_JAVA=/usr/lib${LIBDIRSUFFIX}/openjdk7
[ ! -d ${BOOT_JAVA} ] && BOOT_JAVA=${BOOT_JAVA%?}8
[ ! -d ${BOOT_JAVA} ] && { echo "Boot java not found"; exit 1; }
set -e

View file

@ -1,26 +1,26 @@
PRGNAM="openjdk8"
VERSION="8u201"
VERSION="8u212"
HOMEPAGE="http://openjdk.java.net"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.11.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/hotspot.tar.xz"
MD5SUM="2b07ee0a90287c257cab63901c201bb1
d9b39123baae50e611ed996ff714848f
64b6ffdcd907dc2fad91583b31d27c70
333bb1c0dfd404226c4f1844a1661ee1
eaf803f7e8876ec5fcc8220a37b080b8
5749d5060b4abfdd5dde0e7a033d877c
862c9d13734526b8bf21279bb0650d71
59f2783ab3ffdaebb1d0e2d48d336603
f195edad7ffc0736b2146491ce7c3172"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.12.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.12.0/hotspot.tar.xz"
MD5SUM="fb6a2d1dfa5e6fa838bdfd9f7cf3d3d8 \
1c9ab5b4de75e03b07d559e04f38c0fd \
80284b77c2953773f3d528498f97661d \
8936437215e302407ae47e26fd3715ba \
ebbaf9049b3ce10266669f222c67a49c \
dd7b36c08d0b491fd07c1d1978cbf378 \
d243725860f8b78f750a30b287d2e435 \
c97334e32461167d6af8d5c8df0e0ec8 \
7450282666c317c0790838f2aa0b4c20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk"
REQUIRES="openjdk7"
MAINTAINER="Strahil Yordanov"
EMAIL="strahilski@yahoo.com"