Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/inn news/inn: remove unknown configure option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1dbf1a7829d
branches:  trunk
changeset: 433152:f1dbf1a7829d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 15:08:27 2020 +0000

description:
news/inn: remove unknown configure option

diffstat:

 news/inn/options.mk |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (26 lines):

diff -r d5b70383f3b8 -r f1dbf1a7829d news/inn/options.mk
--- a/news/inn/options.mk       Sun May 31 15:05:28 2020 +0000
+++ b/news/inn/options.mk       Sun May 31 15:08:27 2020 +0000
@@ -1,19 +1,12 @@
-# $NetBSD: options.mk,v 1.7 2019/11/04 19:17:10 rillig Exp $
+# $NetBSD: options.mk,v 1.8 2020/05/31 15:08:27 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.inn
-PKG_SUPPORTED_OPTIONS= inet6 perl python uucp
-PKG_SUGGESTED_OPTIONS= inet6 perl
+PKG_SUPPORTED_OPTIONS= perl python uucp
+PKG_SUGGESTED_OPTIONS= perl
 
 .include "../../mk/bsd.options.mk"
 
 ###
-### IPv6 support
-###
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=       --enable-ipv6
-.endif
-
-###
 ### uucp support (requires a group uucp to exist)
 ###
 .if !empty(PKG_OPTIONS:Muucp)



Home | Main Index | Thread Index | Old Index