summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gphotofs
diff options
context:
space:
mode:
authorsborrill <sborrill>2008-04-29 09:39:17 +0000
committersborrill <sborrill>2008-04-29 09:39:17 +0000
commit46fc19952f4d86beaa9140c07514d299401c7742 (patch)
treea733b6b83e33662738064ef8cc88fc1effaacc3c /filesystems/fuse-gphotofs
parent44628ff758e303e1cecbc6f38de6d4582674db90 (diff)
downloadpkgsrc-46fc19952f4d86beaa9140c07514d299401c7742.tar.gz
Update to 0.4.0
- Statfs support - FUSE 2.6 API - Single threaded main loop - Write support - mkdir/rmdir
Diffstat (limited to 'filesystems/fuse-gphotofs')
-rw-r--r--filesystems/fuse-gphotofs/Makefile5
-rw-r--r--filesystems/fuse-gphotofs/distinfo9
-rw-r--r--filesystems/fuse-gphotofs/patches/patch-ab15
3 files changed, 23 insertions, 6 deletions
diff --git a/filesystems/fuse-gphotofs/Makefile b/filesystems/fuse-gphotofs/Makefile
index 760e99063d5..3bd20b258dc 100644
--- a/filesystems/fuse-gphotofs/Makefile
+++ b/filesystems/fuse-gphotofs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/02 19:43:40 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/29 09:39:17 sborrill Exp $
#
-DISTNAME= gphotofs-0.3
+DISTNAME= gphotofs-0.4.0
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
EXTRACT_SUFX= .tar.bz2
@@ -22,5 +22,6 @@ post-install:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/fuse-gphotofs/distinfo b/filesystems/fuse-gphotofs/distinfo
index aacb71ab629..6e6ff8645f2 100644
--- a/filesystems/fuse-gphotofs/distinfo
+++ b/filesystems/fuse-gphotofs/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/02 19:43:40 sborrill Exp $
+$NetBSD: distinfo,v 1.2 2008/04/29 09:39:17 sborrill Exp $
-SHA1 (gphotofs-0.3.tar.bz2) = 24b6a66f89da6f53bf4240a91003841c2ff41fc5
-RMD160 (gphotofs-0.3.tar.bz2) = 34fc6c5019319c57fcfc8c53938fccbf6cede18d
-Size (gphotofs-0.3.tar.bz2) = 76186 bytes
+SHA1 (gphotofs-0.4.0.tar.bz2) = b580af6059b514185cd98b3961701023c18e7430
+RMD160 (gphotofs-0.4.0.tar.bz2) = 1b752284297fcbb74e252ae988682a8486399b1b
+Size (gphotofs-0.4.0.tar.bz2) = 267708 bytes
SHA1 (patch-aa) = ab598c3c3dd5d1ca568d3a7a433ac8f508c8a25f
+SHA1 (patch-ab) = 9e36861c26ddbac5bc69a2559a20758408f5d0d7
diff --git a/filesystems/fuse-gphotofs/patches/patch-ab b/filesystems/fuse-gphotofs/patches/patch-ab
new file mode 100644
index 00000000000..d549d59a1f3
--- /dev/null
+++ b/filesystems/fuse-gphotofs/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2008/04/29 09:39:17 sborrill Exp $
+
+--- gphotofs.c.orig 2008-04-25 00:21:37.000000000 +0100
++++ gphotofs.c 2008-04-25 00:22:57.000000000 +0100
+@@ -26,6 +26,10 @@
+ #include <fcntl.h>
+ #include <sys/time.h>
+
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
++
+ /*
+ * Static variables set by command line arguments.
+ */