Sun Jul 4 07:15:16 2010 UTC ()
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.


(agc)
diff -r1.3 -r1.3.32.1 pkgsrc/filesystems/fuse/Makefile

cvs diff -r1.3 -r1.3.32.1 pkgsrc/filesystems/fuse/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/fuse/Makefile 2007/03/16 18:57:29 1.3
+++ pkgsrc/filesystems/fuse/Makefile 2010/07/04 07:15:16 1.3.32.1
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.3 2007/03/16 18:57:29 gdt Exp $ 1# $NetBSD: Makefile,v 1.3.32.1 2010/07/04 07:15:16 agc Exp $
2# 2#
3 3
4DISTNAME= fuse-2.5.2 4DISTNAME= fuse-2.5.2
5CATEGORIES= filesystems 5CATEGORIES= filesystems
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
7 7
8MAINTAINER= pancake@phreaker.net 8MAINTAINER= pancake@phreaker.net
9HOMEPAGE= http://fuse.sourceforge.net/ 9HOMEPAGE= http://fuse.sourceforge.net/
10COMMENT= Filesystem in Userspace 10COMMENT= Filesystem in Userspace
11 11
 12PKG_DESTDIR_SUPPORT= user-destdir
 13
12GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
13 15
14# FUSE the implementation only builds on Linux and FreeBSD. 16# FUSE the implementation only builds on Linux and FreeBSD.
15ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* 17ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-*
16# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE 18# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
17# interface expected by filesystem implementations and therefore this 19# interface expected by filesystem implementations and therefore this
18# implementation is not needed. 20# implementation is not needed.
19# XXX Set NOT_FOR_PLATFORM with a helpful failure message, because 21# XXX Set NOT_FOR_PLATFORM with a helpful failure message, because
20# fuse not building is confusing for people who have been told that 22# fuse not building is confusing for people who have been told that
21# fuse works on NetBSD. 23# fuse works on NetBSD.
22 24
23USE_TOOLS+= gmake pkg-config 25USE_TOOLS+= gmake pkg-config
24USE_LIBTOOL= yes 26USE_LIBTOOL= yes