summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-02-28 16:34:25 +0000
committerxtraeme <xtraeme>2007-02-28 16:34:25 +0000
commit43f8792f0b50b4c9efaae87a58a09dbc888f72e2 (patch)
tree7037bff8544d4db811e81261745a26320d03912f /filesystems/fuse-curlftpfs
parent99e30105240568002bff46619e9b49569c0cddea (diff)
downloadpkgsrc-43f8792f0b50b4c9efaae87a58a09dbc888f72e2.tar.gz
NetBSD now has /usr/include/fuse_opt.h, remove unnecessary patches
removing the include of fuse_opt.h.
Diffstat (limited to 'filesystems/fuse-curlftpfs')
-rw-r--r--filesystems/fuse-curlftpfs/distinfo4
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ab14
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ac14
3 files changed, 1 insertions, 31 deletions
diff --git a/filesystems/fuse-curlftpfs/distinfo b/filesystems/fuse-curlftpfs/distinfo
index 9ec8ee6d09d..61209679c8b 100644
--- a/filesystems/fuse-curlftpfs/distinfo
+++ b/filesystems/fuse-curlftpfs/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2007/02/28 16:34:25 xtraeme Exp $
SHA1 (curlftpfs-0.9.tar.gz) = cfd4a88e768be246335e5f0032728cf34571dc37
RMD160 (curlftpfs-0.9.tar.gz) = cabb0022129fb9e7354b05efd020ab89d8345f66
Size (curlftpfs-0.9.tar.gz) = 347657 bytes
SHA1 (patch-aa) = bfa05b8930560ffe25c3a2b12ff9497c0c5d37c4
-SHA1 (patch-ab) = 017916112d4af241596e258e839c27bfe66bd3ee
-SHA1 (patch-ac) = ea845dcee6b4b837fe181c08f445faa28f4b088b
SHA1 (patch-ad) = 8988796a6169b16d3b88a39017236b7dac7ddb83
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ab b/filesystems/fuse-curlftpfs/patches/patch-ab
deleted file mode 100644
index 524a15e342d..00000000000
--- a/filesystems/fuse-curlftpfs/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- ftpfs.c.orig 2007-02-18 20:16:44.000000000 +0100
-+++ ftpfs.c 2007-02-18 20:17:00.000000000 +0100
-@@ -18,7 +18,9 @@
- #include <unistd.h>
- #include <netinet/in.h>
- #include <fuse.h>
-+#ifndef __NetBSD__
- #include <fuse_opt.h>
-+#endif
- #include <glib.h>
-
- #include "ftpfs-ls.h"
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ac b/filesystems/fuse-curlftpfs/patches/patch-ac
deleted file mode 100644
index 62dea53a74a..00000000000
--- a/filesystems/fuse-curlftpfs/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- cache.h.orig 2007-02-18 20:17:33.000000000 +0100
-+++ cache.h 2007-02-18 20:17:46.000000000 +0100
-@@ -10,7 +10,9 @@
- */
-
- #include <fuse.h>
-+#ifndef __NetBSD__
- #include <fuse_opt.h>
-+#endif
-
- #ifndef FUSE_VERSION
- #define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)