Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de9172b557454e28cf584c57b6bc6cc7ac907ef2
commit de9172b557454e28cf584c57b6bc6cc7ac907ef2 Author: Miklos Vajna <[email protected]> Date: Sat Sep 4 12:25:48 2010 +0200 openoffice.org-3.2.1-5-i686 - USE_DEVEL: update to newer snapshot - allow fuzzy patches diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index ba157c3..41988a0 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -17,7 +17,7 @@ else branch= tree=ooo330 milestone=4 - pkgver=$upstream${tree}_m$milestone.14973.gcee4ef6 + pkgver=$upstream${tree}_m$milestone.15004.g3ebd5a2 pkgrel=1 fi pkgdesc="OpenOffice.org, a full office productivity suite." @@ -188,7 +188,6 @@ build() # Other options. Fconfopts="$Fconfopts \ --with-distro=Frugalware \ - --with-tag=$tree-m$milestone \ --with-gcc-speedup=ccache \ --with-openclipart=/usr/share/openclipart \ --with-binsuffix=no \ @@ -217,6 +216,9 @@ build() ./download || return 1 + # be patch less strict + Fsed '--fuzz=0 ' '' patches/apply.pl + # on failure make a stab at rebuilding un-parallel if ! make; then Fsed "^MAX_JOBS=.*" "MAX_JOBS='1'" bin/setup _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
