pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 Enable ads option by default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc3b7f9d4a8f
branches:  trunk
changeset: 397426:cc3b7f9d4a8f
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sat Jun 22 16:11:49 2019 +0000

description:
Enable ads option by default.

diffstat:

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

diffs (26 lines):

diff -r f2f9e1537b29 -r cc3b7f9d4a8f net/samba4/Makefile
--- a/net/samba4/Makefile       Sat Jun 22 14:17:44 2019 +0000
+++ b/net/samba4/Makefile       Sat Jun 22 16:11:49 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2019/06/19 21:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.71 2019/06/22 16:11:49 jmcneill Exp $
 
 DISTNAME=      samba-4.10.5
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://download.samba.org/pub/samba/stable/
 
diff -r f2f9e1537b29 -r cc3b7f9d4a8f net/samba4/options.mk
--- a/net/samba4/options.mk     Sat Jun 22 14:17:44 2019 +0000
+++ b/net/samba4/options.mk     Sat Jun 22 16:11:49 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2018/12/22 01:13:52 adam Exp $
+# $NetBSD: options.mk,v 1.8 2019/06/22 16:11:49 jmcneill Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads fam ldap pam winbind # cups # cups option is broken for me.
-PKG_SUGGESTED_OPTIONS= ldap pam winbind
+PKG_SUGGESTED_OPTIONS= ads ldap pam winbind
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index