pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gvfs gvfs: Require a recent enough version of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f79ec28e16d
branches:  trunk
changeset: 378088:7f79ec28e16d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 29 00:07:17 2022 +0000

description:
gvfs: Require a recent enough version of NetBSD HEAD before enabling fuse.

diffstat:

 sysutils/gvfs/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r f8f70aa55389 -r 7f79ec28e16d sysutils/gvfs/options.mk
--- a/sysutils/gvfs/options.mk  Thu Apr 28 19:51:45 2022 +0000
+++ b/sysutils/gvfs/options.mk  Fri Apr 29 00:07:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2022/04/25 08:26:15 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2022/04/29 00:07:17 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gvfs
 PKG_SUPPORTED_OPTIONS+=        avahi hal fuse samba
@@ -7,7 +7,11 @@
 .include "../../mk/bsd.fast.prefs.mk"
 
 .if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+=        samba fuse
+PKG_SUGGESTED_OPTIONS+=        samba
+.endif
+
+.if ${OPSYS} == "Linux" || (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099900)
+PKG_SUGGESTED_OPTIONS+=        fuse
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index