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 032CA7A172 for ; Mon, 12 Jun 2017 12:03:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A878984E00; Mon, 12 Jun 2017 12:03:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3962E84D9E for ; Mon, 12 Jun 2017 12:03:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id o4xfhpMzB2P7 for ; Mon, 12 Jun 2017 12:03:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3749984CDD for ; Mon, 12 Jun 2017 12:03:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31101FAB0; Mon, 12 Jun 2017 12:03:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149726900242560" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 12:03:22 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/p5-Module-Manifest To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612120322.31101FAB0@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. --_----------=_149726900242560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 12:03:22 UTC 2017 Modified Files: pkgsrc/devel/p5-Module-Manifest: Makefile Log Message: Fix build using perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Module-Manifest/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149726900242560 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Module-Manifest/Makefile diff -u pkgsrc/devel/p5-Module-Manifest/Makefile:1.9 pkgsrc/devel/p5-Module-Manifest/Makefile:1.10 --- pkgsrc/devel/p5-Module-Manifest/Makefile:1.9 Mon Jun 5 14:23:16 2017 +++ pkgsrc/devel/p5-Module-Manifest/Makefile Mon Jun 12 12:03:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/06/05 14:23:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2017/06/12 12:03:22 maya Exp $ # DISTNAME= Module-Manifest-1.08 @@ -17,6 +17,7 @@ BUILD_DEPENDS+= p5-Test-Warn>=0.11:../.. DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util USE_LANGUAGES= # empty +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Module/Manifest/.packlist .include "../../lang/perl5/module.mk" --_----------=_149726900242560--