pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/irssi GC inet6 option, had no effect since irssi ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3717937e0d80
branches: trunk
changeset: 361794:3717937e0d80
user: maya <maya%pkgsrc.org@localhost>
date: Thu Apr 27 00:57:03 2017 +0000
description:
GC inet6 option, had no effect since irssi 1.0.0 when it was removed
along with the macros disabling ipv6 code.
diffstat:
chat/irssi/options.mk | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r 50b8b872d4d3 -r 3717937e0d80 chat/irssi/options.mk
--- a/chat/irssi/options.mk Thu Apr 27 00:51:09 2017 +0000
+++ b/chat/irssi/options.mk Thu Apr 27 00:57:03 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.16 2017/04/15 06:32:33 maya Exp $
+# $NetBSD: options.mk,v 1.17 2017/04/27 00:57:03 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS= inet6 ssl perl
-PKG_SUGGESTED_OPTIONS= inet6 ssl perl
+PKG_SUPPORTED_OPTIONS= ssl perl
+PKG_SUGGESTED_OPTIONS= ssl perl
.include "../../mk/bsd.options.mk"
@@ -22,12 +22,6 @@
CONFIGURE_ARGS+= --with-perl=no
.endif
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index