pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Rename option PAM to pam (so all options are lower cas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0f52df83724
branches:  trunk
changeset: 494817:f0f52df83724
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Tue May 31 11:24:32 2005 +0000

description:
Rename option PAM to pam (so all options are lower case).  Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.

diffstat:

 chat/jabberd2/options.mk               |  6 +++---
 databases/postgresql73-server/Makefile |  6 +++---
 databases/postgresql74-server/Makefile |  6 +++---
 databases/postgresql80-server/Makefile |  6 +++---
 mk/defaults/obsolete.mk                |  4 +++-
 net/ja-samba/options.mk                |  6 +++---
 net/openafs/Makefile                   |  6 +++---
 net/proftpd/Makefile                   |  6 +++---
 net/samba/options.mk                   |  6 +++---
 net/samba2/options.mk                  |  6 +++---
 print/cups/Makefile                    |  8 ++++----
 security/courier-authlib/options.mk    |  6 +++---
 security/cyrus-saslauthd/options.mk    |  6 +++---
 security/openssh+gssapi/Makefile       |  8 ++++----
 security/openssh/options.mk            |  6 +++---
 x11/gdm/Makefile                       |  6 +++---
 x11/gdm1/Makefile                      |  6 +++---
 17 files changed, 53 insertions(+), 51 deletions(-)

diffs (truncated from 400 to 300 lines):

diff -r b860de2b8d32 -r f0f52df83724 chat/jabberd2/options.mk
--- a/chat/jabberd2/options.mk  Tue May 31 11:21:41 2005 +0000
+++ b/chat/jabberd2/options.mk  Tue May 31 11:24:32 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2005/05/31 10:01:36 dillo Exp $
+# $NetBSD: options.mk,v 1.9 2005/05/31 11:24:32 dillo Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.jabberd2
-PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap PAM
+PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap pam
 PKG_SUGGESTED_OPTIONS= mysql
 
 .include "../../mk/bsd.options.mk"
@@ -34,7 +34,7 @@
 .  include "../../databases/openldap/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 CONFIGURE_ARGS+=        --enable-pam
 .  include "../../mk/pam.buildlink3.mk"
 .endif
diff -r b860de2b8d32 -r f0f52df83724 databases/postgresql73-server/Makefile
--- a/databases/postgresql73-server/Makefile    Tue May 31 11:21:41 2005 +0000
+++ b/databases/postgresql73-server/Makefile    Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/05/16 01:15:30 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/31 11:24:32 dillo Exp $
 
 PKGNAME=               postgresql73-server-${BASE_VERS}
 PKGREVISION=           # empty
@@ -26,10 +26,10 @@
 #.include "../../mk/dlopen.buildlink3.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql73-server
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif
diff -r b860de2b8d32 -r f0f52df83724 databases/postgresql74-server/Makefile
--- a/databases/postgresql74-server/Makefile    Tue May 31 11:21:41 2005 +0000
+++ b/databases/postgresql74-server/Makefile    Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/16 01:32:22 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/31 11:24:32 dillo Exp $
 
 PKGNAME=               postgresql74-server-${BASE_VERS}
 PKGREVISION=           # empty
@@ -26,10 +26,10 @@
 #.include "../../mk/dlopen.buildlink3.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql74-server
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif
diff -r b860de2b8d32 -r f0f52df83724 databases/postgresql80-server/Makefile
--- a/databases/postgresql80-server/Makefile    Tue May 31 11:21:41 2005 +0000
+++ b/databases/postgresql80-server/Makefile    Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 20:34:44 recht Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/31 11:24:32 dillo Exp $
 
 PKGNAME=               postgresql80-server-${BASE_VERS}
 COMMENT=               PostgreSQL database server programs
@@ -20,10 +20,10 @@
 BUILD_DIRS+=           ${WRKSRC}/src/pl
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql80-server
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif
diff -r b860de2b8d32 -r f0f52df83724 mk/defaults/obsolete.mk
--- a/mk/defaults/obsolete.mk   Tue May 31 11:21:41 2005 +0000
+++ b/mk/defaults/obsolete.mk   Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mk,v 1.7 2005/05/31 10:01:40 dillo Exp $
+# $NetBSD: obsolete.mk,v 1.8 2005/05/31 11:24:33 dillo Exp $
 #
 # This file holds make(1) logic to allow obsolete or deprecated variables
 # still to be used.  These may eventually disappear over time as the contents
@@ -53,3 +53,5 @@
 PKG_OPTIONS_LEGACY_VARS+=      USE_SSL:ssl
 PKG_OPTIONS_LEGACY_VARS+=      USE_WNN4:wnn4
 PKG_OPTIONS_LEGACY_VARS+=      USE_XFACE:xface
+
+PKG_OPTIONS_LEGACY_OPTS+=      PAM:pam
diff -r b860de2b8d32 -r f0f52df83724 net/ja-samba/options.mk
--- a/net/ja-samba/options.mk   Tue May 31 11:21:41 2005 +0000
+++ b/net/ja-samba/options.mk   Tue May 31 11:24:32 2005 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.2 2005/05/03 15:40:30 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ja-samba
-PKG_SUPPORTED_OPTIONS= PAM cups ldap
+PKG_SUPPORTED_OPTIONS= pam cups ldap
 .include "../../mk/bsd.options.mk"
 
 ###
 ### Support PAM authentication.
 ###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif
diff -r b860de2b8d32 -r f0f52df83724 net/openafs/Makefile
--- a/net/openafs/Makefile      Tue May 31 11:21:41 2005 +0000
+++ b/net/openafs/Makefile      Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/25 22:09:39 gendalia Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/31 11:24:32 dillo Exp $
 
 DISTNAME=      openafs-1.3.82-src
 PKGNAME=       ${DISTNAME:C/-src//}
@@ -20,11 +20,11 @@
 
 WRKSRC=                ${WRKDIR}/${PKGNAME}
 
-PKG_SUPPORTED_OPTIONS = PAM
+PKG_SUPPORTED_OPTIONS = pam
 PKG_OPTIONS_VAR       = PKG_OPTIONS.openafs
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 CONFIGURE_ARGS+=        --enable-pam
 .include "../../mk/pam.buildlink3.mk"
 PLIST_SRC+=            ${.CURDIR}/PLIST.pam
diff -r b860de2b8d32 -r f0f52df83724 net/proftpd/Makefile
--- a/net/proftpd/Makefile      Tue May 31 11:21:41 2005 +0000
+++ b/net/proftpd/Makefile      Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:25 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/31 11:24:32 dillo Exp $
 
 DISTNAME=      proftpd-1.2.10
 PKGREVISION=   1
@@ -29,7 +29,7 @@
 CONF_FILES=    ${PREFIX}/share/examples/proftpd/basic.conf \
                ${PKG_SYSCONFDIR}/proftpd.conf
 
-PKG_SUPPORTED_OPTIONS = PAM wrap quota pgsql
+PKG_SUPPORTED_OPTIONS = pam wrap quota pgsql
 PKG_OPTIONS_VAR       = PKG_OPTIONS.proftpd
 
 # This (or something like this must be in mk/bsd.options.mk) to allow 
@@ -38,7 +38,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 CONFIGURE_ARGS+=       --enable-auth-pam
 .include "../../mk/pam.buildlink3.mk"
 .endif
diff -r b860de2b8d32 -r f0f52df83724 net/samba/options.mk
--- a/net/samba/options.mk      Tue May 31 11:21:41 2005 +0000
+++ b/net/samba/options.mk      Tue May 31 11:24:32 2005 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.5 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.6 2005/05/31 11:24:32 dillo Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= PAM ads cups ldap ldap-compat
+PKG_SUPPORTED_OPTIONS= pam ads cups ldap ldap-compat
 .include "../../mk/bsd.options.mk"
 
 ###
 ### Support PAM authentication and build smbpass and winbind PAM modules.
 ###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../security/PAM/module.mk"
 CONFIGURE_ARGS+=       --with-pam
 CONFIGURE_ARGS+=       --with-pam_smbpass
diff -r b860de2b8d32 -r f0f52df83724 net/samba2/options.mk
--- a/net/samba2/options.mk     Tue May 31 11:21:41 2005 +0000
+++ b/net/samba2/options.mk     Tue May 31 11:24:32 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba2
-PKG_SUPPORTED_OPTIONS= PAM cups ldap-compat
+PKG_SUPPORTED_OPTIONS= pam cups ldap-compat
 PKG_OPTIONS_LEGACY_VARS+=      USE_OPENLDAP:ldap-compat
 
 .include "../../mk/bsd.options.mk"
@@ -9,7 +9,7 @@
 ###
 ### Support PAM authentication.
 ###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif
diff -r b860de2b8d32 -r f0f52df83724 print/cups/Makefile
--- a/print/cups/Makefile       Tue May 31 11:21:41 2005 +0000
+++ b/print/cups/Makefile       Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2005/05/31 11:24:32 dillo Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -54,10 +54,10 @@
 .include "../../mk/bsd.prefs.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cups
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-pam
 MESSAGE_SRC=           ${PKGDIR}/MESSAGE
@@ -135,7 +135,7 @@
                        ;;                                              \
                esac;                                                   \
        done
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
        ${INSTALL_DATA} ${WRKDIR}/cups.pam ${EGDIR}
 .endif
 
diff -r b860de2b8d32 -r f0f52df83724 security/courier-authlib/options.mk
--- a/security/courier-authlib/options.mk       Tue May 31 11:21:41 2005 +0000
+++ b/security/courier-authlib/options.mk       Tue May 31 11:24:32 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: options.mk,v 1.5 2005/05/31 11:24:32 dillo Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-authlib
-PKG_SUPPORTED_OPTIONS= PAM bdb ldap mysql pgsql
+PKG_SUPPORTED_OPTIONS= pam bdb ldap mysql pgsql
 PKG_SUGGESTED_OPTIONS= bdb
 
 .include "../../mk/bsd.options.mk"
@@ -15,7 +15,7 @@
 ###
 ### PAM authentication
 ###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-authpam
 AUTHLIB_PLIST+=                ${AUTHLIBDIR}/libauthpam.la
diff -r b860de2b8d32 -r f0f52df83724 security/cyrus-saslauthd/options.mk
--- a/security/cyrus-saslauthd/options.mk       Tue May 31 11:21:41 2005 +0000
+++ b/security/cyrus-saslauthd/options.mk       Tue May 31 11:24:32 2005 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.5 2005/01/14 05:15:40 jlam Exp $
+# $NetBSD: options.mk,v 1.6 2005/05/31 11:24:33 dillo Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cyrus-saslauthd
-PKG_SUPPORTED_OPTIONS= PAM kerberos ldap gssapi
+PKG_SUPPORTED_OPTIONS= pam kerberos ldap gssapi
 .include "../../mk/bsd.options.mk"
 
 ###
 ### PAM (Pluggable Authentication Mechanism)
 ###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam=${PAMBASE}
 .endif
diff -r b860de2b8d32 -r f0f52df83724 security/openssh+gssapi/Makefile
--- a/security/openssh+gssapi/Makefile  Tue May 31 11:21:41 2005 +0000
+++ b/security/openssh+gssapi/Makefile  Tue May 31 11:24:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/28 14:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/31 11:24:33 dillo Exp $
 



Home | Main Index | Thread Index | Old Index