Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc43.git;a=commitdiff;h=eaabeb591aa39a5e06b6134c3c6498b3318899d4
commit eaabeb591aa39a5e06b6134c3c6498b3318899d4 Author: crazy <[EMAIL PROTECTED]> Date: Mon Mar 10 23:03:38 2008 +0100 xfsprogs-2.9.7_1-1-i686 * Version bump * some cleanup ( for the rest I have to poke krix ) diff --git a/source/base/xfsprogs/FrugalBuild b/source/base/xfsprogs/FrugalBuild index 59cb3c1..100ea3d 100644 --- a/source/base/xfsprogs/FrugalBuild +++ b/source/base/xfsprogs/FrugalBuild @@ -3,27 +3,27 @@ # Contributor: VMiklos <[EMAIL PROTECTED]> pkgname=xfsprogs -pkgver=2.9.4_1 +pkgver=2.9.7_1 pkgrel=1 pkgdesc="XFS filesystem-specific static libraries and headers." url="http://oss.sgi.com/projects/xfs/" -depends=('e2fsprogs') -makedepends=('xfsprogs-attr>=2.4.39_1') +depends=('e2fsprogs>=1.40.6-2') +makedepends=('xfsprogs-attr>=2.4.41_1') groups=('base') archs=('i686' 'x86_64' 'ppc') replaces=('xfsprogs-base') up2date="lynx -dump ftp://oss.sgi.com/projects/xfs/cmd_tars/|grep -m1 'xfsprogs_'|sed 's/.*_\(.*\).t.*/\1/' | sed 's/-/_/'" source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/${pkgname}_`echo ${pkgver} | sed -e 's/_/-/g'`.tar.gz \ xfsprogs-sharedlibs.patch.gz) -sha1sums=('ee97510e8167edf1e5212da34028c77d911a7695' \ +sha1sums=('7cc9d12681597344978705e2c4a5bc54599e400a' \ 'd0db69f8de7a769272ae6584b5438a323628ab67') build() { unset MAKEFLAGS - Fcd $pkgname-2.9.4 + Fcd $pkgname-2.9.7 Fpatchall - DEBUG="-DNDEBUG" - OPTIMIZER="${CFLAGS}" + export DEBUG="-DNDEBUG" + export OPTIMIZER="" sed -i \ -e '/^GCFLAGS/s:-O1::' \ -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${pkgname}-${pkgver}:" \ @@ -32,7 +32,6 @@ build() { autoconf || Fdie sed -i -e '/PLATFORM/d' configure || Fdie "sed PLATFORM" sed -i -e '/INSTALL.* -S .*LIBNAME/d' include/buildmacros || Fdie "sed symlinks" - unset CFLAGS Fmake --bindir=/bin \ --sbindir=/sbin \ --libexecdir=/usr/lib --enable-lib64=no \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
