summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-17 13:39:06 +0000
committermarino <marino@pkgsrc.org>2012-08-17 13:39:06 +0000
commit2b683ca6bc7858016cacc6c1837ec94449099e17 (patch)
treedd8c19a858d0230d200e04148f882f21747f88c6
parent87c6d07fc4e149e5c07627b3ca0d8d617885af32 (diff)
downloadpkgsrc-2b683ca6bc7858016cacc6c1837ec94449099e17.tar.gz
filesystems/fuse-ntfs-3g: Add DragonFly to configure script
DragonFly can be configured under the NetBSD option so piggyback there.
-rw-r--r--filesystems/fuse-ntfs-3g/distinfo3
-rw-r--r--filesystems/fuse-ntfs-3g/patches/patch-configure13
2 files changed, 15 insertions, 1 deletions
diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo
index 5f1f5121a0d..54dfd51d17c 100644
--- a/filesystems/fuse-ntfs-3g/distinfo
+++ b/filesystems/fuse-ntfs-3g/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.15 2009/07/08 16:34:40 joerg Exp $
+$NetBSD: distinfo,v 1.16 2012/08/17 13:39:06 marino Exp $
SHA1 (ntfs-3g-1.1120.tgz) = 203b6194e4dc531065b81c8f2ef72dd247e48a9b
RMD160 (ntfs-3g-1.1120.tgz) = ecaef2641e018364620507a0703546a62c2a7683
Size (ntfs-3g-1.1120.tgz) = 577005 bytes
SHA1 (patch-ab) = 9bc1480296f2306aac2b8f2eb67a16743372bced
+SHA1 (patch-configure) = db38a4acf8af45f5755cdfdca9404da71efc72b6
diff --git a/filesystems/fuse-ntfs-3g/patches/patch-configure b/filesystems/fuse-ntfs-3g/patches/patch-configure
new file mode 100644
index 00000000000..b5b6860b3e5
--- /dev/null
+++ b/filesystems/fuse-ntfs-3g/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2012/08/17 13:39:06 marino Exp $
+
+--- configure.orig 2007-11-19 00:27:04.000000000 +0000
++++ configure
+@@ -20066,7 +20066,7 @@ fi
+
+
+ case "$target_os" in
+-linux*|darwin*|netbsd*)
++linux*|darwin*|netbsd*|dragonfly*)
+
+
+ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then