pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/gvfs gvfs: Limit samba and fuse to linux/netb...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fd2ddb08817
branches: trunk
changeset: 377527:7fd2ddb08817
user: nia <nia%pkgsrc.org@localhost>
date: Thu Apr 21 16:49:27 2022 +0000
description:
gvfs: Limit samba and fuse to linux/netbsd. Bump for default options change.
diffstat:
sysutils/gvfs/Makefile | 4 ++--
sysutils/gvfs/options.mk | 10 +++-------
2 files changed, 5 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r 3123785c624f -r 7fd2ddb08817 sysutils/gvfs/Makefile
--- a/sysutils/gvfs/Makefile Thu Apr 21 16:41:26 2022 +0000
+++ b/sysutils/gvfs/Makefile Thu Apr 21 16:49:27 2022 +0000
@@ -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 -r 3123785c624f -r 7fd2ddb08817 sysutils/gvfs/options.mk
--- a/sysutils/gvfs/options.mk Thu Apr 21 16:41:26 2022 +0000
+++ b/sysutils/gvfs/options.mk Thu Apr 21 16:49:27 2022 +0000
@@ -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 @@
.else
CONFIGURE_ARGS+= --disable-fuse
.endif
-
-
Home |
Main Index |
Thread Index |
Old Index