# HG changeset patch # User Christopher Rogers # Date 1287629471 0 # Node ID 685f070bd605defd71f873bd7f0fdc0c38541ff5 # Parent 500aaeee12ad4be5ff71e4c98672f38dedbc23b0 Fixed icedtea6-jdk i think. Fixing Sanity.gak for busybox compatiility was causing a patch to fail. Forced wget and sed to be installed if there soft link now. diff -r 500aaeee12ad -r 685f070bd605 icedtea6-jdk/receipt --- a/icedtea6-jdk/receipt Thu Oct 21 02:47:40 2010 +0000 +++ b/icedtea6-jdk/receipt Thu Oct 21 02:51:11 2010 +0000 @@ -14,7 +14,7 @@ freetype-dev gtk+-dev giflib-dev jpeg-dev libpng-dev \ xorg-inputproto xorg-kbproto xorg-libXi-dev xorg-libXinerama-dev \ xorg-libXp-dev xorg-libXt-dev xorg-libXtst-dev xorg-printproto \ -xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto wget" +xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.iced-tea.org/" WGET_URL="http://icedtea.classpath.org/download/source/$TARBALL" @@ -46,6 +46,7 @@ cd $src mkdir drops sed -i -e 's/mkdir -p drops/true/' -e 's/ jar xf/ fastjar xf/' Makefile* + [ -L /usr/bin/wget ] && tazpkg get-install wget --forced for i in $JAXWS $JAXP $JAF $OPENJDK ; do if [ -f $SOURCES_REPOSITORY/$i ]; then cp $SOURCES_REPOSITORY/$i drops @@ -68,10 +69,11 @@ [ -L /usr/bin/diff ] && tazpkg get-install diffutils --forced [ "$(readlink /usr/bin/awk)" == "gawk" ] || tazpkg get-install gawk --forced + [ -L /usr/bin/sed ] && tazpkg get-install sed --forced mem=$(free | awk '/Mem:/ { printf "%d\n",$2/1024 }') cat > slitaz.sh <