pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail Remove inet6 from PKG_DEFAULT_OPTIONS as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/841d5d38b38f
branches:  trunk
changeset: 486745:841d5d38b38f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 02 11:59:36 2005 +0000

description:
Remove inet6 from PKG_DEFAULT_OPTIONS as this can cause the package
to build in IPv6 support on systems where USE_INET6 has been set to NO.

This addresses PR #28708 opened by georg.schwarz (at) freenet.de

diffstat:

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

diffs (17 lines):

diff -r 1ad73c492369 -r 841d5d38b38f mail/sendmail/options.mk
--- a/mail/sendmail/options.mk  Sun Jan 02 03:19:05 2005 +0000
+++ b/mail/sendmail/options.mk  Sun Jan 02 11:59:36 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.4 2005/01/02 11:59:36 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sendmail
 PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl sasl2 starttls tcpwrappers \
                        socketmap
 
 .if !defined(PKG_OPTIONS.sendmail)
-PKG_DEFAULT_OPTIONS+=  inet6 tcpwrappers
+PKG_DEFAULT_OPTIONS+=  tcpwrappers
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index