pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fetchmail Remove "inet6" option. The "configure" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21ce897ab4c9
branches:  trunk
changeset: 535065:21ce897ab4c9
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 07 08:57:10 2007 +0000

description:
Remove "inet6" option. The "configure" script doesn't recognize
"--enable-inet6" or "--disble-inet6 anymore and decides automatically
whether to enable IPv6 support.

Pointed out by Matthias Andree in private e-mail.

diffstat:

 mail/fetchmail/options.mk |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (27 lines):

diff -r c81197ef3c9d -r 21ce897ab4c9 mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Wed Nov 07 08:37:51 2007 +0000
+++ b/mail/fetchmail/options.mk Wed Nov 07 08:57:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.14 2005/12/05 23:55:10 rillig Exp $
+# $NetBSD: options.mk,v 1.15 2007/11/07 08:57:10 tron Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fetchmail
-PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl
+PKG_SUPPORTED_OPTIONS= kerberos4 kerberos gssapi ssl
 PKG_OPTIONS_OPTIONAL_GROUPS=   socks
 PKG_OPTIONS_GROUP.socks=       socks4 socks5
 
@@ -10,13 +10,6 @@
 .include "../../mk/bsd.options.mk"
 
 ###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=       --enable-inet6
-.endif
-
-###
 ### Authentication via GSSAPI (currently only over Kerberos V) support.
 ###
 .if !empty(PKG_OPTIONS:Mgssapi)



Home | Main Index | Thread Index | Old Index