[arch-commits] Commit in ntfs-3g/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Jan 25 11:57:58 UTC 2009


    Date: Sunday, January 25, 2009 @ 06:57:58
  Author: ronald
Revision: 25288

Merged revisions 25287 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/ntfs-3g/trunk

........
  r25287 | ronald | 2009-01-25 12:57:18 +0100 (Sun, 25 Jan 2009) | 1 line
  
  upgpkg: ntfs-3g 2009.1.1-1
........

Modified:
  ntfs-3g/repos/extra-x86_64/	(properties)
  ntfs-3g/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Property changes on: ntfs-3g/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ntfs-3g/trunk:1-20190
   + /ntfs-3g/trunk:1-25287

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-01-25 11:57:18 UTC (rev 25287)
+++ extra-x86_64/PKGBUILD	2009-01-25 11:57:58 UTC (rev 25288)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler <thomas.archlinux.org>
 
 pkgname=ntfs-3g
-pkgver=1.5130
+pkgver=2009.1.1
 pkgrel=1
 pkgdesc="Stable read and write NTFS driver"
 url="http://www.ntfs-3g.org/"
@@ -13,12 +13,14 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.ntfs-3g.org/$pkgname-$pkgver.tgz)
-md5sums=('ad3c40bba398d162f97c2936293eae1f')
-sha1sums=('02b7a874b02827665c97123c6335e1d856054c42')
+md5sums=('56e4aed24d0c2543597de0ba52b3ed64')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr || return 1
+  # use internal fuse at least until fuse 2.8.0 is relased, it contains
+  # some bug & security fixes
+  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+	--with-fuse=internal || return 1
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }




More information about the arch-commits mailing list