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 130247A28A for ; Thu, 15 Jun 2017 11:55:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1CD885596; Thu, 15 Jun 2017 11:55:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 418ED85594 for ; Thu, 15 Jun 2017 11:55:42 +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 IRkBtAtNtRaa for ; Thu, 15 Jun 2017 11:55:41 +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 98E2084DA7 for ; Thu, 15 Jun 2017 11:55:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F509FAB8; Thu, 15 Jun 2017 11:55:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497527741174700" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 11:55:41 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/p5-CPAN-Inject To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170615115541.8F509FAB8@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. --_----------=_1497527741174700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Jun 15 11:55:41 UTC 2017 Modified Files: pkgsrc/devel/p5-CPAN-Inject: Makefile Log Message: Requires PERL_USE_UNSAFE_INC hack. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-CPAN-Inject/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497527741174700 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-CPAN-Inject/Makefile diff -u pkgsrc/devel/p5-CPAN-Inject/Makefile:1.12 pkgsrc/devel/p5-CPAN-Inject/Makefile:1.13 --- pkgsrc/devel/p5-CPAN-Inject/Makefile:1.12 Mon Jun 5 14:22:38 2017 +++ pkgsrc/devel/p5-CPAN-Inject/Makefile Thu Jun 15 11:55:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/06/05 14:22:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2017/06/15 11:55:41 jperkin Exp $ DISTNAME= CPAN-Inject-1.14 PKGNAME= p5-${DISTNAME} @@ -20,5 +20,7 @@ BUILD_DEPENDS+= p5-Test-Script>=1.02:../ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CPAN/Inject/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497527741174700--