development/openjdk8: Updated for version 8u222.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2019-10-25 14:57:12 +07:00 committed by Willy Sudiarto Raharjo
parent ce3817d21c
commit db4ebef2fc
3 changed files with 27 additions and 27 deletions

View file

@ -4,12 +4,9 @@ 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 'openjdk7' dependency package -- you
and MANPATH variables (this includes the 'openjdk' 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.
@ -30,3 +27,6 @@ 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,16 +23,16 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
VERSION=${VERSION:-8u212}
VERSION=${VERSION:-8u222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-3.12.0
ICEDTEA=icedtea-3.13.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
i?86) ARCH=i486 ;;
arm*) ARCH=arm; echo "Unsupported arch $ARCH"; exit 1;;
*) ARCH=$( uname -m ) ;;
esac
@ -53,7 +53,7 @@ else
fi
BOOT_JAVA=/usr/lib${LIBDIRSUFFIX}/openjdk7
[ ! -d ${BOOT_JAVA} ] && BOOT_JAVA=${BOOT_JAVA%?}8
[ ! -d ${BOOT_JAVA} ] && BOOT_JAVA=${BOOT_JAVA}8
[ ! -d ${BOOT_JAVA} ] && { echo "Boot java not found"; exit 1; }
set -e

View file

@ -1,24 +1,24 @@
PRGNAM="openjdk8"
VERSION="8u212"
VERSION="8u222"
HOMEPAGE="http://openjdk.java.net"
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="http://icedtea.classpath.org/download/source/icedtea-3.13.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/hotspot.tar.xz"
MD5SUM="6179d3b6c6ea468081adaa561aad9fe7
6ca0d831f2e7c7aa2c7f90005eb6bb42
bb3c3825352ca50e104d8e871f72aed5
d18fe62f73cfeb403db205a4fb5950e3
e0521c962a051790636bdd5c8dc3d098
32928a839f7d711c09ff03a11fd60036
3304542bfcd2fa2474ac489e16ee0e64
51b622871d03b271a85bbdff465eb92e
f2625e6b7e3f555af155533e8239ad9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk7"