Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44aa82791f6f356b1d8310903922bff3731669be
commit 44aa82791f6f356b1d8310903922bff3731669be Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun May 4 00:17:11 2008 +0200 fop-0.94-2-i686 - added hack to build without opening too many files diff --git a/source/apps-extra/fop/FrugalBuild b/source/apps-extra/fop/FrugalBuild index 543fb31..db3aa94 100644 --- a/source/apps-extra/fop/FrugalBuild +++ b/source/apps-extra/fop/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fop pkgver=0.94 -pkgrel=1 +pkgrel=2 pkgdesc="Formatting Objects Processor is a print formatter driven by XSL" url="http://xmlgraphics.apache.org/fop/" Finclude java @@ -16,16 +16,11 @@ source=(http://www.apache.org/dist/xmlgraphics/fop/source/fop-$pkgver-src.tar.gz xmlgraphics-commons-1.3.diff) signatures=($source.asc '') -# NOTE: -# currently this fails with: -# /var/tmp/fst/src/fop-0.20.5/build.xml:511: java.io.FileNotFoundException: /var/tmp/fst/src/fop-0.20.5/build/src/org/apache/fop/render/pdf/fonts/TimesBoldItalic.java (Too many open files) -# so syncd won't build it, though it will build properly when you start the -# build second time. reporting this to upstream is in progress.. - build() { Fpatchall Fjavacleanup + Fant codegen Fant package Fjar build/fop-sandbox.jar Ffilerel build/fop.jar /usr/share/java/fop.jar _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
