[arch-commits] Commit in perl-fuse/trunk (PKGBUILD build-fix.patch)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 10:58:19 UTC 2013


    Date: Tuesday, October 29, 2013 @ 11:58:19
  Author: spupykin
Revision: 99529

upgpkg: perl-fuse 0.16-1

upd

Added:
  perl-fuse/trunk/build-fix.patch
Modified:
  perl-fuse/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   13 ++++++++++---
 build-fix.patch |   13 +++++++++++++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 10:58:03 UTC (rev 99528)
+++ PKGBUILD	2013-10-29 10:58:19 UTC (rev 99529)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K <tomk at runbox.com>
 
 pkgname=perl-fuse
-pkgver=0.15
+pkgver=0.16
 pkgrel=1
 pkgdesc="write filesystems in Perl using FUSE"
 arch=('i686' 'x86_64')
@@ -10,9 +10,16 @@
 url="http://search.cpan.org/dist/Fuse"
 depends=('perl' 'fuse')
 license=('GPL')
-source=(http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-$pkgver.tar.gz)
-md5sums=('5c521508bea036fed946d43b44d56056')
+source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+	build-fix.patch)
+md5sums=('d7f36eb55392270d2c6b2f05737b553f'
+         '16d985400e620286efdf4610d78cb5d6')
 
+prepare() {
+  cd  $srcdir/Fuse-$pkgver
+  patch -p1 <$srcdir/build-fix.patch
+}
+
 build() {
   cd  $srcdir/Fuse-$pkgver
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor

Added: build-fix.patch
===================================================================
--- build-fix.patch	                        (rev 0)
+++ build-fix.patch	2013-10-29 10:58:19 UTC (rev 99529)
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs	2013-09-13 06:16:35.000000000 +0400
++++ Fuse-0.16.q/Fuse.xs	2013-10-29 14:38:44.000000000 +0400
+@@ -754,6 +754,9 @@
+ 
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+ 	int rv;
++#ifndef PERL_HAS_64BITINT
++	char *temp;
++#endif
+ 	int flags = fi->flags;
+ 	FUSE_CONTEXT_PRE;
+ 	DEBUGf("release begin\n");




More information about the arch-commits mailing list