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 ghen
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ab23d8b2219
branches: pkgsrc-2006Q4
changeset: 523008:6ab23d8b2219
user: salo <salo%pkgsrc.org@localhost>
date: Fri Feb 16 16:33:36 2007 +0000
description:
Pullup ticket 2019 - requested by ghen
remove obsolete samba package options
Revisions pulled up:
- pkgsrc/net/samba/options.mk 1.17
Module Name: pkgsrc
Committed By: ghen
Date: Fri Feb 16 16:23:13 UTC 2007
Modified Files:
pkgsrc/net/samba: options.mk
Log Message:
Remove the "mysql", "pgsql" and "xml" options, as they were removed from
the Samba distribution since version 3.0.23. "mysql" and "pgsql" passdb
backends are now maintained via http://pdbsql.sourceforge.net/ and will
have to be packaged separately.
diffstat:
net/samba/options.mk | 43 ++-----------------------------------------
1 files changed, 2 insertions(+), 41 deletions(-)
diffs (81 lines):
diff -r 86bbe5b66c7d -r 6ab23d8b2219 net/samba/options.mk
--- a/net/samba/options.mk Thu Feb 15 13:15:28 2007 +0000
+++ b/net/samba/options.mk Fri Feb 16 16:33:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2006/05/31 18:22:25 ghen Exp $
+# $NetBSD: options.mk,v 1.16.6.1 2007/02/16 16:33:36 salo Exp $
# Recommended package options for various setups:
#
@@ -8,12 +8,10 @@
# Domain Controller ldap winbind
#
PKG_OPTIONS_VAR= PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= ads cups ldap ldap-compat mysql pam pgsql \
- winbind xml
+PKG_SUPPORTED_OPTIONS= ads cups ldap ldap-compat pam winbind
.include "../../mk/bsd.options.mk"
-SAMBA_PASSDB_BACKENDS:= # empty
SAMBA_STATIC_MODULES:= # empty
###
@@ -75,16 +73,6 @@
.endif
###
-### Support using a MySQL database as a "passdb backend" for password
-### and account information storage.
-###
-.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../mk/mysql.buildlink3.mk"
-SAMBA_PASSDB_BACKENDS:= ${SAMBA_PASSDB_BACKENDS},mysql
-SAMBA_STATIC_MODULES:= ${SAMBA_STATIC_MODULES},pdb_mysql
-.endif
-
-###
### Support PAM authentication and build smbpass and winbind PAM modules.
###
.if !empty(PKG_OPTIONS:Mpam)
@@ -112,16 +100,6 @@
.endif
###
-### Support using a PostgreSQL database as a "passdb backend" for password
-### and account information storage.
-###
-.if !empty(PKG_OPTIONS:Mpgsql)
-. include "../../mk/pgsql.buildlink3.mk"
-SAMBA_PASSDB_BACKENDS:= ${SAMBA_PASSDB_BACKENDS},pgsql
-SAMBA_STATIC_MODULES:= ${SAMBA_STATIC_MODULES},pdb_pgsql
-.endif
-
-###
### Support querying a PDC for domain user and group information, e.g.,
### through NSS or PAM.
###
@@ -193,23 +171,6 @@
.endif
###
-### Support using an XML file as a "passdb backend" for password and
-### account information storage.
-###
-.if !empty(PKG_OPTIONS:Mxml)
-. include "../../textproc/libxml2/buildlink3.mk"
-SAMBA_PASSDB_BACKENDS:= ${SAMBA_PASSDB_BACKENDS},xml
-SAMBA_STATIC_MODULES:= ${SAMBA_STATIC_MODULES},pdb_xml
-.endif
-
-###
-### Add the optional passdb backends to the configuration.
-###
-.if !empty(SAMBA_PASSDB_BACKENDS)
-CONFIGURE_ARGS+= --with-expsam=${SAMBA_PASSDB_BACKENDS:S/^,//}
-.endif
-
-###
### Add the optional static modules to the configuration.
###
.if !empty(SAMBA_STATIC_MODULES)
Home |
Main Index |
Thread Index |
Old Index