summaryrefslogtreecommitdiff
path: root/filesystems/fuse
diff options
context:
space:
mode:
authorgdt <gdt>2007-03-16 18:57:29 +0000
committergdt <gdt>2007-03-16 18:57:29 +0000
commit7f670325514a05eeaea7bc85ddc12460c6a6870d (patch)
tree04de6bf2c39982dd33aa7d29c93dca9bffa17ade /filesystems/fuse
parent2a94a7231c078d327826db010a153a15ec4394d7 (diff)
downloadpkgsrc-7f670325514a05eeaea7bc85ddc12460c6a6870d.tar.gz
Add comment about ONLY_FOR_PLATFORM explaining why this doesn't build
on NetBSD.
Diffstat (limited to 'filesystems/fuse')
-rw-r--r--filesystems/fuse/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/filesystems/fuse/Makefile b/filesystems/fuse/Makefile
index ed45cf4bb1e..e69efb55ecf 100644
--- a/filesystems/fuse/Makefile
+++ b/filesystems/fuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/15 22:55:21 agc Exp $
+# $NetBSD: Makefile,v 1.3 2007/03/16 18:57:29 gdt Exp $
#
DISTNAME= fuse-2.5.2
@@ -10,7 +10,16 @@ HOMEPAGE= http://fuse.sourceforge.net/
COMMENT= Filesystem in Userspace
GNU_CONFIGURE= yes
+
+# FUSE the implementation only builds on Linux and FreeBSD.
ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-*
+# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
+# interface expected by filesystem implementations and therefore this
+# implementation is not needed.
+# XXX Set NOT_FOR_PLATFORM with a helpful failure message, because
+# fuse not building is confusing for people who have been told that
+# fuse works on NetBSD.
+
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes