pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Rename socketmap option to sendmail-socketmap.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d1fae1e60c1
branches:  trunk
changeset: 497647:8d1fae1e60c1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 15:27:00 2005 +0000

description:
Rename socketmap option to sendmail-socketmap.

diffstat:

 mail/sendmail/options.mk    |  9 +++++----
 mail/sendmail812/options.mk |  7 ++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 478157aa61f7 -r 8d1fae1e60c1 mail/sendmail/options.mk
--- a/mail/sendmail/options.mk  Mon Aug 01 14:56:44 2005 +0000
+++ b/mail/sendmail/options.mk  Mon Aug 01 15:27:00 2005 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.9 2005/07/18 21:33:24 adrianp Exp $
+# $NetBSD: options.mk,v 1.10 2005/08/01 15:27:00 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sendmail
-PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers socketmap
+PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
 PKG_SUGGESTED_OPTIONS= tcpwrappers
 
-PKG_OPTIONS_LEGACY_OPTS=       starttls:tls
+PKG_OPTIONS_LEGACY_OPTS+=      starttls:tls
+PKG_OPTIONS_LEGACY_OPTS+=      socketmap:sendmail-socketmap
 
 .include "../../mk/bsd.options.mk"
 
@@ -48,7 +49,7 @@
 ###
 ### Enable Sendmail SOCKETMAP support
 ###
-.if !empty(PKG_OPTIONS:Msocketmap)
+.if !empty(PKG_OPTIONS:Msendmail-socketmap)
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  contrib/socketmapClient.pl contrib/socketmapServer.pl
 .endif
diff -r 478157aa61f7 -r 8d1fae1e60c1 mail/sendmail812/options.mk
--- a/mail/sendmail812/options.mk       Mon Aug 01 14:56:44 2005 +0000
+++ b/mail/sendmail812/options.mk       Mon Aug 01 15:27:00 2005 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2005/08/01 14:54:33 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/08/01 15:27:00 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sendmail
 PKG_OPTIONS_OPTIONAL_GROUPS=   database
 PKG_OPTIONS_GROUP.database=    db2 db4
-PKG_SUPPORTED_OPTIONS= inet6 ldap sasl tls tcpwrappers socketmap
+PKG_SUPPORTED_OPTIONS= inet6 ldap sasl tls tcpwrappers sendmail-socketmap
 PKG_SUGGESTED_OPTIONS= tcpwrappers
 
 PKG_OPTIONS_LEGACY_OPTS+=      starttls:tls
+PKG_OPTIONS_LEGACY_OPTS+=      socketmap:sendmail-socketmap
 PKG_OPTIONS_LEGACY_VARS+=      USE_STARTTLS:ssl
 PKG_OPTIONS_LEGACY_VARS+=      USE_TCPWRAPPERS:tcpwrappers
 
@@ -58,7 +59,7 @@
 ###
 ### Enable Sendmail SOCKETMAP support
 ###
-.if !empty(PKG_OPTIONS:Msocketmap)
+.if !empty(PKG_OPTIONS:Msendmail-socketmap)
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  contrib/socketmapClient.pl contrib/socketmapServer.pl
 .endif



Home | Main Index | Thread Index | Old Index