summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs
diff options
context:
space:
mode:
authorbjs <bjs>2008-03-27 14:18:50 +0000
committerbjs <bjs>2008-03-27 14:18:50 +0000
commit1a3bb6aa13cb3f664e1e1dc42becbb3405df43ac (patch)
tree7e7c388eabbb5b59e6b8b68b2895d7f6e6faa188 /filesystems/fuse-curlftpfs
parent72a91397a5b6e24b22cd6856a1feb6a7f3ac2c9b (diff)
downloadpkgsrc-1a3bb6aa13cb3f664e1e1dc42becbb3405df43ac.tar.gz
Update to version 0.9.1. Changes since 0.9:
- Ask for a password in the terminal so that it doesn't show in ps. - Support different codepages. - Support for SOCKS proxy. - Bug fixes. Add CFLAGS.NetBSD+=-D_NETBSD_SOURCE to make it build.
Diffstat (limited to 'filesystems/fuse-curlftpfs')
-rw-r--r--filesystems/fuse-curlftpfs/Makefile7
-rw-r--r--filesystems/fuse-curlftpfs/distinfo8
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ad14
3 files changed, 8 insertions, 21 deletions
diff --git a/filesystems/fuse-curlftpfs/Makefile b/filesystems/fuse-curlftpfs/Makefile
index d17c02393f0..c7972b02279 100644
--- a/filesystems/fuse-curlftpfs/Makefile
+++ b/filesystems/fuse-curlftpfs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:33 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/27 14:18:50 bjs Exp $
#
-DISTNAME= curlftpfs-0.9
+DISTNAME= curlftpfs-0.9.1
PKGNAME= fuse-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
@@ -15,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
diff --git a/filesystems/fuse-curlftpfs/distinfo b/filesystems/fuse-curlftpfs/distinfo
index 61209679c8b..5d7e1d0439e 100644
--- a/filesystems/fuse-curlftpfs/distinfo
+++ b/filesystems/fuse-curlftpfs/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/02/28 16:34:25 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2008/03/27 14:18:50 bjs Exp $
-SHA1 (curlftpfs-0.9.tar.gz) = cfd4a88e768be246335e5f0032728cf34571dc37
-RMD160 (curlftpfs-0.9.tar.gz) = cabb0022129fb9e7354b05efd020ab89d8345f66
-Size (curlftpfs-0.9.tar.gz) = 347657 bytes
+SHA1 (curlftpfs-0.9.1.tar.gz) = 768385f68f7e128ec9e852bbf7860a632e8e3c46
+RMD160 (curlftpfs-0.9.1.tar.gz) = bb1a156160ff4bd517410f872f68ba77c8085b11
+Size (curlftpfs-0.9.1.tar.gz) = 362542 bytes
SHA1 (patch-aa) = bfa05b8930560ffe25c3a2b12ff9497c0c5d37c4
SHA1 (patch-ad) = 8988796a6169b16d3b88a39017236b7dac7ddb83
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ad b/filesystems/fuse-curlftpfs/patches/patch-ad
deleted file mode 100644
index 22ca3765c77..00000000000
--- a/filesystems/fuse-curlftpfs/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- ftpfs-ls.c.orig 2007-02-18 20:28:01.000000000 +0100
-+++ ftpfs-ls.c 2007-02-18 20:29:01.000000000 +0100
-@@ -6,7 +6,9 @@
- See the file COPYING.
- */
-
-+#ifndef __NetBSD__
- #define _XOPEN_SOURCE 600
-+#endif
- #include <time.h>
- #include <string.h>
- #include <sys/types.h>