Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: NetBSD current supports ACL, add it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58af080f5e46
branches:  trunk
changeset: 435938:58af080f5e46
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 20 22:19:58 2020 +0000

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

diffstat:

 net/samba4/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63e58e0ee0fe -r 58af080f5e46 net/samba4/options.mk
--- a/net/samba4/options.mk     Mon Jul 20 21:43:19 2020 +0000
+++ b/net/samba4/options.mk     Mon Jul 20 22:19:58 2020 +0000
@@ -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 @@
 
 .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