pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Do not enable ads on Darwin-10+ by default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa1c659e1bb
branches:  trunk
changeset: 645024:5fa1c659e1bb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 20 23:49:52 2015 +0000

description:
Do not enable ads on Darwin-10+ by default.
Fixes PR 49590 by Youri Mouton.

diffstat:

 net/samba/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 83ad674cd454 -r 5fa1c659e1bb net/samba/options.mk
--- a/net/samba/options.mk      Tue Jan 20 23:45:43 2015 +0000
+++ b/net/samba/options.mk      Tue Jan 20 23:49:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.32 2014/06/18 09:26:10 wiz Exp $
+# $NetBSD: options.mk,v 1.33 2015/01/20 23:49:52 wiz Exp $
 
 # Recommended package options for various setups:
 #
@@ -9,7 +9,7 @@
 #
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba
 PKG_SUPPORTED_OPTIONS= ads cups fam ldap pam winbind
-PKG_SUGGESTED_OPTIONS= ads ldap pam winbind
+PKG_SUGGESTED_OPTIONS= ldap pam winbind
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -18,6 +18,10 @@
 PKG_SUPPORTED_OPTIONS+=        acl
 .endif
 
+.if empty(MACHINE_PLATFORM:MDarwin-1[1-9].*)
+PKG_SUGGESTED_OPTIONS+=        ads
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 SAMBA_STATIC_MODULES:= # empty



Home | Main Index | Thread Index | Old Index