pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail Update options.mk with a PKG_OPTIONS_LEG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebd50976981e
branches:  trunk
changeset: 501311:ebd50976981e
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Oct 20 15:07:26 2005 +0000

description:
Update options.mk with a PKG_OPTIONS_LEGACY_OPTS to migrate from starttls
to tls.
Pointed out by Gilles%Gravier.org@localhost on netbsd-users@

diffstat:

 mail/sendmail/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 1a2387ab5e08 -r ebd50976981e mail/sendmail/options.mk
--- a/mail/sendmail/options.mk  Thu Oct 20 14:44:54 2005 +0000
+++ b/mail/sendmail/options.mk  Thu Oct 20 15:07:26 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.11 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2005/10/20 15:07:26 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sendmail
 PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
 PKG_SUGGESTED_OPTIONS= tcpwrappers
+PKG_OPTIONS_LEGACY_OPTS+=      starttls:tls
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index