pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/net/samba Pullup ticket 2019 - requested by tron



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1f3eece132f
branches:  pkgsrc-2006Q4
changeset: 523009:d1f3eece132f
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Feb 16 16:35:51 2007 +0000

description:
Pullup ticket 2019 - requested by tron
remove obsolete samba package option

Revisions pulled up:
- pkgsrc/net/samba/options.mk                           1.18

   Module Name:         pkgsrc
   Committed By:        tron
   Date:                Fri Feb 16 16:30:28 UTC 2007

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

   Log Message:
   Remove "ldap-compat" option because it is now longer supported by
   the latest version of Samba.

diffstat:

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

diffs (35 lines):

diff -r 6ab23d8b2219 -r d1f3eece132f net/samba/options.mk
--- a/net/samba/options.mk      Fri Feb 16 16:33:36 2007 +0000
+++ b/net/samba/options.mk      Fri Feb 16 16:35:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16.6.1 2007/02/16 16:33:36 salo Exp $
+# $NetBSD: options.mk,v 1.16.6.2 2007/02/16 16:35:51 salo Exp $
 
 # Recommended package options for various setups:
 #
@@ -8,7 +8,7 @@
 #   Domain Controller                  ldap winbind
 #
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= ads cups ldap ldap-compat pam winbind
+PKG_SUPPORTED_OPTIONS= ads cups ldap pam winbind
 
 .include "../../mk/bsd.options.mk"
 
@@ -53,16 +53,6 @@
 .endif
 
 ###
-### Support Samba-2.x LDAP password and account databases.
-###
-.if !empty(PKG_OPTIONS:Mldap-compat)
-.  if empty(PKG_OPTIONS:Mldap)
-PKG_OPTIONS+=          ldap
-.  endif
-CONFIGURE_ARGS+=       --with-ldapsam
-.endif
-
-###
 ### Support LDAP authentication and storage of Samba account information.
 ###
 .if !empty(PKG_OPTIONS:Mldap)



Home | Main Index | Thread Index | Old Index