pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc The universal option to enable PAM support is "PAM" no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce234f90f74f
branches:  trunk
changeset: 483760:ce234f90f74f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Nov 18 23:02:00 2004 +0000

description:
The universal option to enable PAM support is "PAM" not "pam".  We strive
to use common option names were possible, so change these instances of
"pam" to "PAM" to match existing usage.

diffstat:

 chat/jabberd2/options.mk |  6 +++---
 net/proftpd/Makefile     |  6 +++---
 security/sudo/options.mk |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (73 lines):

diff -r 85b0d4450dbb -r ce234f90f74f chat/jabberd2/options.mk
--- a/chat/jabberd2/options.mk  Thu Nov 18 19:38:32 2004 +0000
+++ b/chat/jabberd2/options.mk  Thu Nov 18 23:02:00 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2004/10/29 07:07:44 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2004/11/18 23:02:00 jlam Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.jabberd2
-PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap pam
+PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap PAM
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdb)
@@ -28,7 +28,7 @@
 .  include "../../databases/openldap/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mpam)
+.if !empty(PKG_OPTIONS:MPAM)
 CONFIGURE_ARGS+=        --enable-pam
 .  include "../../security/PAM/buildlink3.mk"
 .endif
diff -r 85b0d4450dbb -r ce234f90f74f net/proftpd/Makefile
--- a/net/proftpd/Makefile      Thu Nov 18 19:38:32 2004 +0000
+++ b/net/proftpd/Makefile      Thu Nov 18 23:02:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/13 23:03:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/18 23:02:00 jlam Exp $
 
 DISTNAME=      proftpd-1.2.10
 CATEGORIES=    net
@@ -28,7 +28,7 @@
 CONF_FILES=    ${PREFIX}/share/examples/proftpd/basic.conf \
                ${PKG_SYSCONFDIR}/proftpd.conf
 
-PKG_SUPPORTED_OPTIONS = pam wrap quota
+PKG_SUPPORTED_OPTIONS = PAM wrap quota
 PKG_OPTIONS_VAR       = PROFTPD_OPTIONS
 
 # This (or something like this must be in mk/bsd.options.mk) to allow 
@@ -37,7 +37,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mpam)
+.if !empty(PKG_OPTIONS:MPAM)
 CONFIGURE_ARGS+=       --enable-auth-pam
 .include "../../security/PAM/buildlink3.mk"
 .endif
diff -r 85b0d4450dbb -r ce234f90f74f security/sudo/options.mk
--- a/security/sudo/options.mk  Thu Nov 18 19:38:32 2004 +0000
+++ b/security/sudo/options.mk  Thu Nov 18 23:02:00 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2004/08/23 21:15:17 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/18 23:02:01 jlam Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sudo
-PKG_SUPPORTED_OPTIONS= kerberos ldap pam
+PKG_SUPPORTED_OPTIONS= kerberos ldap PAM
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mkerberos)
@@ -18,7 +18,7 @@
 CONFIGURE_ARGS+=       --with-ldap=${BUILDLINK_PREFIX.openldap}
 .endif
 
-.if !empty(PKG_OPTIONS:Mpam)
+.if !empty(PKG_OPTIONS:MPAM)
 .  include "../../security/PAM/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 .endif



Home | Main Index | Thread Index | Old Index