summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-21 16:49:27 +0000
committernia <nia@pkgsrc.org>2022-04-21 16:49:27 +0000
commit2b33897d2f27255aae450bf3d80dcd5cd4e30ebc (patch)
treec40da3ac7deb676148215907aeb2c02ee143dfd7 /sysutils
parentcabcfff7ab5e3dd0ec588af9b6cdae9d0d8413bf (diff)
downloadpkgsrc-2b33897d2f27255aae450bf3d80dcd5cd4e30ebc.tar.gz
gvfs: Limit samba and fuse to linux/netbsd. Bump for default options change.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gvfs/Makefile4
-rw-r--r--sysutils/gvfs/options.mk10
2 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile
index ebbe43a3e96..e521e398041 100644
--- a/sysutils/gvfs/Makefile
+++ b/sysutils/gvfs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.121 2022/04/21 16:41:26 nia Exp $
+# $NetBSD: Makefile,v 1.122 2022/04/21 16:49:27 nia Exp $
#
DISTNAME= gvfs-1.6.7
-PKGREVISION= 58
+PKGREVISION= 59
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/}
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/gvfs/options.mk b/sysutils/gvfs/options.mk
index 8aa65f9afc3..287389c284a 100644
--- a/sysutils/gvfs/options.mk
+++ b/sysutils/gvfs/options.mk
@@ -1,15 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2022/04/21 16:41:26 nia Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/21 16:49:27 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba
-PKG_SUGGESTED_OPTIONS+= samba
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
.include "../../mk/bsd.fast.prefs.mk"
-# XXX fuse.bl3.mk will fail if we include it and fuse is not available
-.if ${OPSYS} == "Linux" || (${OPSYS} == "NetBSD" && exists(/usr/include/fuse.h))
-PKG_SUGGESTED_OPTIONS=+ fuse
+.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
+PKG_SUGGESTED_OPTIONS+= samba fuse
.endif
.include "../../mk/bsd.options.mk"
@@ -49,5 +47,3 @@ PLIST.fuse= yes
.else
CONFIGURE_ARGS+= --disable-fuse
.endif
-
-