Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 256517A175 for ; Mon, 12 Jun 2017 07:59:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C942284DF6; Mon, 12 Jun 2017 07:59:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5996984D76 for ; Mon, 12 Jun 2017 07:59:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id esneSVRQJ8mc for ; Mon, 12 Jun 2017 07:59:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD0D484CD8 for ; Mon, 12 Jun 2017 07:59:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB7B1FAAF; Mon, 12 Jun 2017 07:59:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497254349196690" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 07:59:09 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/p5-CGI-Kwiki To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612075909.BB7B1FAAF@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497254349196690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 07:59:09 UTC 2017 Modified Files: pkgsrc/www/p5-CGI-Kwiki: Makefile Log Message: Fix build with perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-CGI-Kwiki/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497254349196690 Content-Disposition: inline Content-Length: 754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI-Kwiki/Makefile diff -u pkgsrc/www/p5-CGI-Kwiki/Makefile:1.23 pkgsrc/www/p5-CGI-Kwiki/Makefile:1.24 --- pkgsrc/www/p5-CGI-Kwiki/Makefile:1.23 Mon Jun 5 14:25:10 2017 +++ pkgsrc/www/p5-CGI-Kwiki/Makefile Mon Jun 12 07:59:09 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/06/05 14:25:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2017/06/12 07:59:09 maya Exp $ # DISTNAME= CGI-Kwiki-0.18 @@ -15,6 +15,7 @@ LICENSE= ${PERL5_LICENSE} #DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple #DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.08}:../../misc/p5-Locale-Maketext +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/CGI-Kwiki/.packlist .include "../../mk/bsd.prefs.mk" --_----------=_1497254349196690--