diff options
author | marino <marino> | 2012-08-17 14:24:21 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-17 14:24:21 +0000 |
commit | 1175ac2ed9fd1954d03f0ca94158ac219c0591d1 (patch) | |
tree | 9104fe9bce59123f392b5f537a552a26ecf15a97 /filesystems | |
parent | 6597cdf58cabf1c99bd48d85d5c1e76da11f147d (diff) | |
download | pkgsrc-1175ac2ed9fd1954d03f0ca94158ac219c0591d1.tar.gz |
filesystems/fuse-cryptofs: Defined DragonFly as BSD
Another configure that assumings all BSD platform names end in "BSD"...
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-cryptofs/distinfo | 3 | ||||
-rw-r--r-- | filesystems/fuse-cryptofs/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
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 |