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:   jmcneill
Date:           Sat Jun 22 16:11:49 UTC 2019

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

Log Message:
Enable ads option by default.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/samba4/Makefile
cvs rdiff -u -r1.7 -r1.8 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/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.70 pkgsrc/net/samba4/Makefile:1.71
--- pkgsrc/net/samba4/Makefile:1.70     Wed Jun 19 21:22:59 2019
+++ pkgsrc/net/samba4/Makefile  Sat Jun 22 16:11:49 2019
@@ -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/
 

Index: pkgsrc/net/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.7 pkgsrc/net/samba4/options.mk:1.8
--- pkgsrc/net/samba4/options.mk:1.7    Sat Dec 22 01:13:52 2018
+++ pkgsrc/net/samba4/options.mk        Sat Jun 22 16:11:49 2019
@@ -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