wok-6.x rev 3878
Support icedtea6 bootstrapping
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 10 12:33:20 2009 +0000 (2009-08-10) |
parents | f0755d9e99ed |
children | 22410fa562c7 |
files | apache-ant/receipt rhino/receipt xalan-xerces-j/receipt |
line diff
1.1 --- a/apache-ant/receipt Mon Aug 10 12:29:28 2009 +0000 1.2 +++ b/apache-ant/receipt Mon Aug 10 12:33:20 2009 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A Java-based build tool." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="java-jdk" 1.8 +DEPENDS="jdk" 1.9 +#DEPENDS="java-jdk" 1.10 BUILD_DEPENDS="" 1.11 SUGGESTED="" 1.12 TARBALL="$PACKAGE-$VERSION-bin.tar.bz2"
2.1 --- a/rhino/receipt Mon Aug 10 12:29:28 2009 +0000 2.2 +++ b/rhino/receipt Mon Aug 10 12:33:20 2009 +0000 2.3 @@ -5,7 +5,8 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="JavaScript for Java." 2.6 MAINTAINER="rcx@zoominternet.net" 2.7 -DEPENDS="java-jre" 2.8 +DEPENDS="jre" 2.9 +#DEPENDS="java-jre" 2.10 BUILD_DEPENDS="" 2.11 SUGGESTED="" 2.12 TARBALL="${PACKAGE}1_7R2.zip"
3.1 --- a/xalan-xerces-j/receipt Mon Aug 10 12:29:28 2009 +0000 3.2 +++ b/xalan-xerces-j/receipt Mon Aug 10 12:33:20 2009 +0000 3.3 @@ -6,7 +6,8 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="A validating XML parser and an XSLT processor written in Java." 3.6 MAINTAINER="rcx@zoominternet.net" 3.7 -DEPENDS="java-jre" 3.8 +DEPENDS="jre" 3.9 +#DEPENDS="java-jre" 3.10 BUILD_DEPENDS="" 3.11 SUGGESTED="" 3.12 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"