Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=49c01f925912c413c93b9d3649b607446cbbdf9b
commit 49c01f925912c413c93b9d3649b607446cbbdf9b Author: Marius Cirsta <[email protected]> Date: Sun Jul 8 14:09:45 2012 +0000 jrexx-1.1.1-2-x86_64 * rebuild with openjava diff --git a/source/devel-extra/jrexx/FrugalBuild b/source/devel-extra/jrexx/FrugalBuild index ab3be54..1c840ef 100644 --- a/source/devel-extra/jrexx/FrugalBuild +++ b/source/devel-extra/jrexx/FrugalBuild @@ -3,16 +3,17 @@ pkgname=jrexx pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="jrexx - automaton based regular expression api for Java - provides a very fast matching alogrithm" _F_sourceforge_ext="-src.zip" -Finclude sourceforge java +Finclude sourceforge openjava source=($source build.xml) groups=('devel-extra') archs=('i686' 'x86_64') _F_cd_path="./" sha1sums=('a72a67ca429114b438593fc5d3b0ae51c85a2f58' \ - 'a468d7f3158226f33a403046f6cf9d0d11599aba') + 'aaa5c4eb524cc7d9faaddba59374957f94dbfcda') + build() { Fcd diff --git a/source/devel-extra/jrexx/build.xml b/source/devel-extra/jrexx/build.xml index 7846147..7f68b37 100644 --- a/source/devel-extra/jrexx/build.xml +++ b/source/devel-extra/jrexx/build.xml @@ -21,7 +21,7 @@ </target> <target name="compile" depends="init"> - <javac srcdir="${src}" destdir="${build}" classpath="${classpath}"/> + <javac srcdir="${src}" destdir="${build}" classpath="${classpath}" encoding="ISO-8859-1"/> </target> <target name="manifest" depends="init"> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
