pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fuse Add comment about ONLY_FOR_PLATFORM e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/47d7ab97f558
branches: trunk
changeset: 526636:47d7ab97f558
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Mar 16 18:57:29 2007 +0000
description:
Add comment about ONLY_FOR_PLATFORM explaining why this doesn't build
on NetBSD.
diffstat:
filesystems/fuse/Makefile | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 6df4e0d130a7 -r 47d7ab97f558 filesystems/fuse/Makefile
--- a/filesystems/fuse/Makefile Fri Mar 16 17:52:25 2007 +0000
+++ b/filesystems/fuse/Makefile Fri Mar 16 18:57:29 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index