pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Rename option prefix-cmds to kerberos-prefix-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/411f0a81fdd4
branches:  trunk
changeset: 494818:411f0a81fdd4
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Tue May 31 11:31:07 2005 +0000

description:
Rename option prefix-cmds to kerberos-prefix-cmds.  Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.

diffstat:

 security/heimdal/Makefile  |  9 +++++----
 security/mit-krb5/Makefile |  9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r f0f52df83724 -r 411f0a81fdd4 security/heimdal/Makefile
--- a/security/heimdal/Makefile Tue May 31 11:24:32 2005 +0000
+++ b/security/heimdal/Makefile Tue May 31 11:31:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/31 11:31:07 dillo Exp $
 
 DISTNAME=      heimdal-0.6.4
 CATEGORIES=    security
@@ -40,8 +40,9 @@
 .include "../../security/openssl/buildlink3.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.heimdal
-PKG_SUPPORTED_OPTIONS= db4 ldap prefix-cmds
-PKG_OPTIONS_LEGACY_VARS+=      KERBEROS_PREFIX_CMDS:prefix-cmds
+PKG_SUPPORTED_OPTIONS= db4 ldap kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_VARS+=      KERBEROS_PREFIX_CMDS:kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_OPTS+=      prefix-cmds:kerberos-prefix-cmds
 
 .include "../../mk/bsd.options.mk"
 
@@ -59,7 +60,7 @@
 # Rename some of Heimdal's applications so they won't conflict with
 # other packages.
 #
-.if !empty(PKG_OPTIONS:Mprefix-cmds)
+.if !empty(PKG_OPTIONS:Mkerberos-prefix-cmds)
 KRB5_PREFIX=           k
 HEIMDAL_TRANSFORM=     s/^ftp/${KRB5_PREFIX}&/;                        \
                        s/^login/${KRB5_PREFIX}&/;                      \
diff -r f0f52df83724 -r 411f0a81fdd4 security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Tue May 31 11:24:32 2005 +0000
+++ b/security/mit-krb5/Makefile        Tue May 31 11:31:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/31 11:31:07 dillo Exp $
 
 DISTNAME=      krb5-1.4
 PKGNAME=       mit-${DISTNAME:S/-signed$//}
@@ -41,15 +41,16 @@
 MAKE_ENV+=             ROOT_USER=${ROOT_USER}
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mit-krb5
-PKG_SUPPORTED_OPTIONS= prefix-cmds
-PKG_OPTIONS_LEGACY_VARS+=      KERBEROS_PREFIX_CMDS:prefix-cmds
+PKG_SUPPORTED_OPTIONS= kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_VARS+=      KERBEROS_PREFIX_CMDS:kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_OPTS+=      prefix-cmds:kerberos-prefix-cmds
 
 .include "../../mk/bsd.options.mk"
 
 # Rename some of MIT krb5's applications so they won't conflict with
 # other packages.
 #
-.if !empty(PKG_OPTIONS:Mprefix-cmds)
+.if !empty(PKG_OPTIONS:Mkerberos-prefix-cmds)
 KRB5_PREFIX=           k
 MIT_KRB5_TRANSFORM=    s/^ftp/${KRB5_PREFIX}&/;                        \
                        s/^rcp/${KRB5_PREFIX}&/;                        \



Home | Main Index | Thread Index | Old Index