# HG changeset patch # User Christopher Rogers # Date 1303921355 0 # Node ID 3a51d8de6d092482d310d031cfe053fd3fd4cb1d # Parent 973f4b50dcf3a5972c0149bd8e04aa59c934f00b Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop. diff -r 973f4b50dcf3 -r 3a51d8de6d09 ecj/receipt --- a/ecj/receipt Tue Apr 26 19:48:46 2011 +0000 +++ b/ecj/receipt Wed Apr 27 16:22:35 2011 +0000 @@ -13,8 +13,9 @@ WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" TAGS="compiler java" -DEPENDS="java-jre" +DEPENDS="" BUILD_DEPENDS="" +SUGGESTED="java-jre" # Rules to configure and make the package. compile_rules() diff -r 973f4b50dcf3 -r 3a51d8de6d09 rhino/receipt --- a/rhino/receipt Tue Apr 26 19:48:46 2011 +0000 +++ b/rhino/receipt Wed Apr 27 16:22:35 2011 +0000 @@ -10,9 +10,11 @@ WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" TAGS="java javascript" -DEPENDS="java-jre" +DEPENDS="" BUILD_DEPENDS="" +SUGGESTED="java-jre" + # Rules to configure and make the package. compile_rules() { diff -r 973f4b50dcf3 -r 3a51d8de6d09 xalan-xerces-j/receipt --- a/xalan-xerces-j/receipt Tue Apr 26 19:48:46 2011 +0000 +++ b/xalan-xerces-j/receipt Wed Apr 27 16:22:35 2011 +0000 @@ -6,12 +6,12 @@ CATEGORY="development" SHORT_DESC="A validating XML parser and an XSLT processor written in Java." MAINTAINER="rcx@zoominternet.net" -SUGGESTED="" +SUGGESTED="java-jre" TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" WEB_SITE="http://xalan.apache.org/" WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL" -DEPENDS="java-jre" +DEPENDS="" BUILD_DEPENDS="tar" # Rules to configure and make the package.