[arch-commits] CVS update of extra/network/davfs2 (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sat Aug 25 11:02:06 UTC 2007


    Date: Saturday, August 25, 2007 @ 07:02:06
  Author: thomas
    Path: /home/cvs-extra/extra/network/davfs2

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: davfs2 1.2.2-1


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/network/davfs2/PKGBUILD
diff -u extra/network/davfs2/PKGBUILD:1.6 extra/network/davfs2/PKGBUILD:1.7
--- extra/network/davfs2/PKGBUILD:1.6	Sat Aug 25 06:32:34 2007
+++ extra/network/davfs2/PKGBUILD	Sat Aug 25 07:02:06 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/08/25 10:32:34 thomas Exp $
+# $Id: PKGBUILD,v 1.7 2007/08/25 11:02:06 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=davfs2
 pkgver=1.2.2
@@ -21,7 +21,8 @@
   # This patch fixes a sanity check that prevents the "user" option
   # working if this is the case
   #patch -Np1 -i $startdir/src/davfs2-homedir.patch || return 1
-  patch -Np1 -i $startdir/src/davfs2-neon.patch
+  patch -Np1 -i $startdir/src/davfs2-neon.patch || return 1
+  sed 's|ne_set_request_body_fd64|ne_set_request_body_fd|g' -i src/webdav.c || return 1
   dav_user=nobody dav_group=network ./configure --prefix=/usr --sysconfdir=/etc --disable-debug
   make || return 1
   # Create some dirs




More information about the arch-commits mailing list