pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-curlftpfs NetBSD now has /usr/include...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29230a12a594
branches:  trunk
changeset: 526081:29230a12a594
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 28 16:34:25 2007 +0000

description:
NetBSD now has /usr/include/fuse_opt.h, remove unnecessary patches
removing the include of fuse_opt.h.

diffstat:

 filesystems/fuse-curlftpfs/distinfo         |   4 +---
 filesystems/fuse-curlftpfs/patches/patch-ab |  14 --------------
 filesystems/fuse-curlftpfs/patches/patch-ac |  14 --------------
 3 files changed, 1 insertions(+), 31 deletions(-)

diffs (50 lines):

diff -r 194b44281f47 -r 29230a12a594 filesystems/fuse-curlftpfs/distinfo
--- a/filesystems/fuse-curlftpfs/distinfo       Wed Feb 28 16:05:18 2007 +0000
+++ b/filesystems/fuse-curlftpfs/distinfo       Wed Feb 28 16:34:25 2007 +0000
@@ -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 -r 194b44281f47 -r 29230a12a594 filesystems/fuse-curlftpfs/patches/patch-ab
--- a/filesystems/fuse-curlftpfs/patches/patch-ab       Wed Feb 28 16:05:18 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 194b44281f47 -r 29230a12a594 filesystems/fuse-curlftpfs/patches/patch-ac
--- a/filesystems/fuse-curlftpfs/patches/patch-ac       Wed Feb 28 16:05:18 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index