pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gvfs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Apr 29 23:56:36 UTC 2022

Modified Files:
        pkgsrc/sysutils/gvfs: options.mk

Log Message:
gvfs: adjust minimum NetBSD version for acceptable FUSE support

NetBSD's ReFUSE didn't get updated beyond 2.6 compatibility until
between 9.99.93 and .94.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/gvfs/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/gvfs/options.mk
diff -u pkgsrc/sysutils/gvfs/options.mk:1.4 pkgsrc/sysutils/gvfs/options.mk:1.5
--- pkgsrc/sysutils/gvfs/options.mk:1.4 Fri Apr 29 00:07:17 2022
+++ pkgsrc/sysutils/gvfs/options.mk     Fri Apr 29 23:56:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2022/04/29 00:07:17 nia Exp $
+# $NetBSD: options.mk,v 1.5 2022/04/29 23:56:36 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gvfs
 PKG_SUPPORTED_OPTIONS+=        avahi hal fuse samba
@@ -10,7 +10,7 @@ PLIST_VARS+=          ${PKG_SUPPORTED_OPTIONS}
 PKG_SUGGESTED_OPTIONS+=        samba
 .endif
 
-.if ${OPSYS} == "Linux" || (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099900)
+.if ${OPSYS} == "Linux" || (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099993)
 PKG_SUGGESTED_OPTIONS+=        fuse
 .endif
 



Home | Main Index | Thread Index | Old Index