Thu Mar 16 11:41:19 2017 UTC ()
irssi: re-enable perl option, bump pkgrevision.
I'm not sure what I did differently before that it wasn't building.


(maya)
diff -r1.77 -r1.78 pkgsrc/chat/irssi/Makefile
diff -r1.14 -r1.15 pkgsrc/chat/irssi/options.mk

cvs diff -r1.77 -r1.78 pkgsrc/chat/irssi/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/irssi/Makefile 2017/03/12 06:35:08 1.77
+++ pkgsrc/chat/irssi/Makefile 2017/03/16 11:41:19 1.78
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.77 2017/03/12 06:35:08 maya Exp $ 1# $NetBSD: Makefile,v 1.78 2017/03/16 11:41:19 maya Exp $
2 2
3DISTNAME= ${IRSSI_DISTNAME} 3DISTNAME= ${IRSSI_DISTNAME}
4CATEGORIES= chat 4CATEGORIES= chat
 5PKGREVISION= 1
5EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} 6EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
6 7
7MAINTAINER= maya@NetBSD.org 8MAINTAINER= maya@NetBSD.org
8HOMEPAGE= http://www.irssi.org/ 9HOMEPAGE= http://www.irssi.org/
9COMMENT= Secure and modular IRC client with text mode user interface 10COMMENT= Secure and modular IRC client with text mode user interface
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12.include "../../mk/bsd.prefs.mk" 13.include "../../mk/bsd.prefs.mk"
13.include "Makefile.common" 14.include "Makefile.common"
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config

cvs diff -r1.14 -r1.15 pkgsrc/chat/irssi/options.mk (expand / switch to unified diff)

--- pkgsrc/chat/irssi/options.mk 2017/03/12 06:35:08 1.14
+++ pkgsrc/chat/irssi/options.mk 2017/03/16 11:41:19 1.15
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.14 2017/03/12 06:35:08 maya Exp $ 1# $NetBSD: options.mk,v 1.15 2017/03/16 11:41:19 maya Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.irssi 3PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
4PKG_SUPPORTED_OPTIONS= inet6 ssl #perl 4PKG_SUPPORTED_OPTIONS= inet6 ssl perl
5PKG_SUGGESTED_OPTIONS= inet6 ssl 5PKG_SUGGESTED_OPTIONS= inet6 ssl perl
6PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl 6PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mperl) 10.if !empty(PKG_OPTIONS:Mperl)
11USE_TOOLS+= perl:run 11USE_TOOLS+= perl:run
12PERL5_PACKLIST= auto/Irssi/.packlist 12PERL5_PACKLIST= auto/Irssi/.packlist
13PERL5_PACKLIST+= auto/Irssi/Irc/.packlist 13PERL5_PACKLIST+= auto/Irssi/Irc/.packlist
14PERL5_PACKLIST+= auto/Irssi/UI/.packlist 14PERL5_PACKLIST+= auto/Irssi/UI/.packlist
15PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist 15PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist
16.include "../../lang/perl5/packlist.mk" 16.include "../../lang/perl5/packlist.mk"
17.include "../../lang/perl5/buildlink3.mk" 17.include "../../lang/perl5/buildlink3.mk"
18# actually we don't need --with-perl here, irssi is compiled with it by default 18# actually we don't need --with-perl here, irssi is compiled with it by default