pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/inn



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:08:27 UTC 2020

Modified Files:
        pkgsrc/news/inn: options.mk

Log Message:
news/inn: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/inn/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/inn/options.mk
diff -u pkgsrc/news/inn/options.mk:1.7 pkgsrc/news/inn/options.mk:1.8
--- pkgsrc/news/inn/options.mk:1.7      Mon Nov  4 19:17:10 2019
+++ pkgsrc/news/inn/options.mk  Sun May 31 15:08:27 2020
@@ -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