Sun Jun 3 22:09:52 2018 UTC ()
Drop hal by default, upstream has dropped it and it is severely deprecated.


(youri)
diff -r1.94 -r1.95 pkgsrc/sysutils/gvfs/Makefile

cvs diff -r1.94 -r1.95 pkgsrc/sysutils/gvfs/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gvfs/Makefile 2018/05/15 15:29:44 1.94
+++ pkgsrc/sysutils/gvfs/Makefile 2018/06/03 22:09:52 1.95
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile,v 1.94 2018/05/15 15:29:44 jperkin Exp $ 1# $NetBSD: Makefile,v 1.95 2018/06/03 22:09:52 youri Exp $
2# 2#
3 3
4DISTNAME= gvfs-1.6.7 4DISTNAME= gvfs-1.6.7
5PKGREVISION= 35 5PKGREVISION= 35
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.gnome.org/ 11HOMEPAGE= https://www.gnome.org/
12COMMENT= Userspace virtual filesystem 12COMMENT= Userspace virtual filesystem
13LICENSE= gnu-lgpl-v2 13LICENSE= gnu-lgpl-v2
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= intltool gmake pkg-config msgfmt 17USE_TOOLS+= intltool gmake pkg-config msgfmt
18CONFIGURE_ARGS+= --enable-http 18CONFIGURE_ARGS+= --enable-http
19CONFIGURE_ARGS+= --disable-bash-completion 19CONFIGURE_ARGS+= --disable-bash-completion
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22 22
23PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs 23PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
24PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba 24PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba
25PKG_SUGGESTED_OPTIONS+= hal samba 25PKG_SUGGESTED_OPTIONS+= samba
26PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} 26PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
27 27
28# XXX fuse.bl3.mk will fail if we include it and fuse is not available 28# XXX fuse.bl3.mk will fail if we include it and fuse is not available
29.if ${OPSYS} == "Linux" #|| (${OPSYS} == "NetBSD" && exists(/usr/include/fuse.h)) 29.if ${OPSYS} == "Linux" #|| (${OPSYS} == "NetBSD" && exists(/usr/include/fuse.h))
30PKG_SUGGESTED_OPTIONS+= fuse 30PKG_SUGGESTED_OPTIONS+= fuse
31.endif 31.endif
32 32
33.include "../../mk/bsd.options.mk" 33.include "../../mk/bsd.options.mk"
34 34
35.if !empty(PKG_OPTIONS:Mavahi) 35.if !empty(PKG_OPTIONS:Mavahi)
36.include "../../net/avahi/buildlink3.mk" 36.include "../../net/avahi/buildlink3.mk"
37CONFIGURE_ARGS+= --enable-avahi 37CONFIGURE_ARGS+= --enable-avahi
38PLIST.avahi= yes 38PLIST.avahi= yes