pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 20 22:19:58 UTC 2020

Modified Files:
        pkgsrc/net/samba4: options.mk

Log Message:
samba4: NetBSD current supports ACL, add it to allow-list


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/samba4/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/net/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.10 pkgsrc/net/samba4/options.mk:1.11
--- pkgsrc/net/samba4/options.mk:1.10   Tue May 26 12:22:57 2020
+++ pkgsrc/net/samba4/options.mk        Mon Jul 20 22:19:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2020/05/26 12:22:57 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2020/07/20 22:19:58 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS=  avahi ldap pam wi
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-SAMBA_ACL_OPSYS=       AIX Darwin FreeBSD HPUX IRIX Linux OSF1 SunOS
+SAMBA_ACL_OPSYS=       AIX Darwin FreeBSD HPUX IRIX Linux NetBSD OSF1 SunOS
 .if !empty(SAMBA_ACL_OPSYS:M${OPSYS})
 PKG_SUPPORTED_OPTIONS+=        acl
 .endif



Home | Main Index | Thread Index | Old Index