[arch-commits] Commit in progsreiserfs/trunk (2 files)

Tobias Powalowski tpowa at archlinux.org
Fri Aug 26 15:06:26 UTC 2011


    Date: Friday, August 26, 2011 @ 11:06:26
  Author: tpowa
Revision: 136334

upgpkg: progsreiserfs 0.3.0.5-7

fix underquoted definition

Added:
  progsreiserfs/trunk/fix-underquoted-definition.patch
Modified:
  progsreiserfs/trunk/PKGBUILD

----------------------------------+
 PKGBUILD                         |    6 +++++-
 fix-underquoted-definition.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-26 15:03:06 UTC (rev 136333)
+++ PKGBUILD	2011-08-26 15:06:26 UTC (rev 136334)
@@ -3,7 +3,7 @@
 
 pkgname=progsreiserfs
 pkgver=0.3.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="library for accessing and manipulating reiserfs partitions"
 arch=(i686 x86_64)
 url="http://www.namesys.com"
@@ -12,11 +12,13 @@
 options=('!libtool')
 source=(#ftp://ftp.namesys.com/pub/libreiserfs/${pkgname}-${pkgver}.tar.gz
 	ftp://ftp.archlinux.org/other/progsreiserfs/${pkgname}-${pkgver}.tar.gz
+        fix-underquoted-definition.patch
 	)
 md5sums=('d822579bbd4a29a1be5e4490869d9bee')
 
 build()        {
         cd ${srcdir}/${pkgname}-${pkgver}
+        patch -Np0 -i ../fix-underquoted-definition.patch
         ./configure --prefix=/usr --mandir=/usr/share/man 
         make
 }
@@ -28,3 +30,5 @@
         rm -r ${pkgdir}/usr/sbin
 	rm -r ${pkgdir}/usr/share/man/
 }
+md5sums=('d822579bbd4a29a1be5e4490869d9bee'
+         '4c47c1f136d01f60cb73f84116edbcc2')

Added: fix-underquoted-definition.patch
===================================================================
--- fix-underquoted-definition.patch	                        (rev 0)
+++ fix-underquoted-definition.patch	2011-08-26 15:06:26 UTC (rev 136334)
@@ -0,0 +1,11 @@
+--- progsreiserfs.m4~	2011-08-26 17:02:36.263433559 +0200
++++ progsreiserfs.m4	2011-08-26 17:02:36.263433559 +0200
+@@ -10,7 +10,7 @@
+ dnl Adds the required libraries to $REISERFS_LIBS and does an
+ dnl AC_SUBST(REISERFS_LIBS)
+ 
+-AC_DEFUN(AC_CHECK_LIBREISERFS,
++AC_DEFUN([AC_CHECK_LIBREISERFS],
+ [
+ 
+ dnl save LIBS




More information about the arch-commits mailing list