pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/irssi



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr 27 00:57:03 UTC 2017

Modified Files:
        pkgsrc/chat/irssi: options.mk

Log Message:
GC inet6 option, had no effect since irssi 1.0.0 when it was removed
along with the macros disabling ipv6 code.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/irssi/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/chat/irssi/options.mk
diff -u pkgsrc/chat/irssi/options.mk:1.16 pkgsrc/chat/irssi/options.mk:1.17
--- pkgsrc/chat/irssi/options.mk:1.16   Sat Apr 15 06:32:33 2017
+++ pkgsrc/chat/irssi/options.mk        Thu Apr 27 00:57:03 2017
@@ -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-lib=vendor
 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