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:   jperkin
Date:           Tue May 26 12:22:57 UTC 2020

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

Log Message:
samba4: Fix ads suggested option.

This is enabled later for suitable platforms, so adding it here either made
that test completely pointless, or added the option twice.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/net/samba4/options.mk:1.10
--- pkgsrc/net/samba4/options.mk:1.9    Sun Mar  8 12:39:27 2020
+++ pkgsrc/net/samba4/options.mk        Tue May 26 12:22:57 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2020/03/08 12:39:27 tnn Exp $
+# $NetBSD: options.mk,v 1.10 2020/05/26 12:22:57 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
-PKG_SUGGESTED_OPTIONS= ads avahi ldap pam winbind
+PKG_SUGGESTED_OPTIONS= avahi ldap pam winbind
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index