From deb9685f6ae37d074938d74e57f739fa4b7cc0f1 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 17 Aug 2012 14:24:21 +0000 Subject: filesystems/fuse-cryptofs: Defined DragonFly as BSD Another configure that assumings all BSD platform names end in "BSD"... --- filesystems/fuse-cryptofs/distinfo | 3 ++- filesystems/fuse-cryptofs/patches/patch-configure | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 filesystems/fuse-cryptofs/patches/patch-configure (limited to 'filesystems/fuse-cryptofs') diff --git a/filesystems/fuse-cryptofs/distinfo b/filesystems/fuse-cryptofs/distinfo index f543594e911..3da394e4e0a 100644 --- a/filesystems/fuse-cryptofs/distinfo +++ b/filesystems/fuse-cryptofs/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/20 22:58:34 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2012/08/17 14:24:21 marino Exp $ SHA1 (cryptofs-0.6.0.tar.bz2) = 967d43f46a26e69704a61f3f68ef83b14c60df41 RMD160 (cryptofs-0.6.0.tar.bz2) = 6603ba948ba0d421e3ffa0387c718ed42f7f4c51 Size (cryptofs-0.6.0.tar.bz2) = 242440 bytes +SHA1 (patch-configure) = 195b5984b36aafa9d487ab436f57d0626c79e883 diff --git a/filesystems/fuse-cryptofs/patches/patch-configure b/filesystems/fuse-cryptofs/patches/patch-configure new file mode 100644 index 00000000000..7f1811230cd --- /dev/null +++ b/filesystems/fuse-cryptofs/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2012/08/17 14:24:21 marino Exp $ + +--- configure.orig 2007-02-03 15:27:01.000000000 +0000 ++++ configure +@@ -19477,7 +19477,7 @@ echo "${ECHO_T}yes" >&6; } + fi + + case $target_os in +- *bsd* | *darwin*) ++ *bsd* | dragonfly* | *darwin*) + + cat >>confdefs.h <<\_ACEOF + #define BSD 1 -- cgit v1.2.3