wok rev 6017
icedtea6: Upgrade to 1.8.1
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 21:49:48 2010 +0000 (2010-08-14) |
parents | 2673de9a68f8 |
children | a633d7d8d16c |
files | icedtea6-jdk/receipt icedtea6-jre/receipt |
line diff
1.1 --- a/icedtea6-jdk/receipt Sat Aug 14 21:42:26 2010 +0000 1.2 +++ b/icedtea6-jdk/receipt Sat Aug 14 21:49:48 2010 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="icedtea6-jdk" 1.6 SOURCE="icedtea6" 1.7 -VERSION="1.6.1" 1.8 +VERSION="1.8.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A Free Software harness for OpenJDK." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -23,9 +23,11 @@ 1.13 compile_rules() 1.14 { 1.15 local JVM_PREFIX 1.16 - JVM_PREFIX=/usr/lib/jvm/java-icedtea 1.17 + JVM_PREFIX="/usr/lib/jvm/java-icedtea" 1.18 1.19 # NOTE: This build does not seem to work with ECJ 3.5 1.20 + local ECJ_VERSION 1.21 + ECJ_VERSION="3.6" 1.22 1.23 cd $src 1.24 [ -L /usr/bin/diff ] && tazpkg get-install diffutils --forced 1.25 @@ -46,7 +48,7 @@ 1.26 --disable-plugin \ 1.27 --disable-docs \ 1.28 --with-ecj \ 1.29 - --with-ecj-jar=/usr/share/java/ecj-3.4.2.jar \ 1.30 + --with-ecj-jar=/usr/share/java/ecj-$ECJ_VERSION.jar \ 1.31 --with-gcj \ 1.32 --with-gcj-home=/usr/lib/jvm/java-gcj \ 1.33 --with-xalan2-jar=/usr/share/java/xalan.jar \
2.1 --- a/icedtea6-jre/receipt Sat Aug 14 21:42:26 2010 +0000 2.2 +++ b/icedtea6-jre/receipt Sat Aug 14 21:49:48 2010 +0000 2.3 @@ -1,11 +1,11 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="icedtea6-jre" 2.7 -VERSION="1.6.1" 2.8 +VERSION="1.8.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A Free Software harness for OpenJDK JRE." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 -DEPENDS="glibc-base gcc-lib-base util-linux-ng-uuid alsa-lib freetype giflib jpeg libpng zlib \ 2.13 +DEPENDS="glibc-base gcc-lib-base util-linux-ng-uuid alsa-lib freetype giflib libjpeg libpng zlib \ 2.14 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ 2.15 xorg-libXi xorg-libXrender xorg-libXtst" 2.16 BUILD_DEPENDS=""