pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba



Module Name:    pkgsrc
Committed By:   christos
Date:           Fri Jul  4 22:45:54 UTC 2025

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

Log Message:
NetBSD-10+ supports ACLs


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/samba/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/samba/options.mk
diff -u pkgsrc/net/samba/options.mk:1.40 pkgsrc/net/samba/options.mk:1.41
--- pkgsrc/net/samba/options.mk:1.40    Sun Nov  3 06:45:52 2019
+++ pkgsrc/net/samba/options.mk Fri Jul  4 18:45:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.40 2019/11/03 11:45:52 rillig Exp $
+# $NetBSD: options.mk,v 1.41 2025/07/04 22:45:54 christos Exp $
 
 # Recommended package options for various setups:
 #
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS=        ldap pam winbind
 
 .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