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 8CAC17A16A for ; Thu, 15 Jun 2017 11:56:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3CEEF84DA7; Thu, 15 Jun 2017 11:56:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD78784DA7 for ; Thu, 15 Jun 2017 11:56:49 +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 d1iAmSV_yB9p for ; Thu, 15 Jun 2017 11:56:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CCABB85598 for ; Thu, 15 Jun 2017 11:56:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAA85FAB8; Thu, 15 Jun 2017 11:56:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497527808172440" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 11:56:48 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/p5-App-perlbrew To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170615115648.CAA85FAB8@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. --_----------=_1497527808172440 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:56:48 UTC 2017 Modified Files: pkgsrc/devel/p5-App-perlbrew: Makefile Log Message: Requires PERL_USE_UNSAFE_INC hack. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-App-perlbrew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497527808172440 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-App-perlbrew/Makefile diff -u pkgsrc/devel/p5-App-perlbrew/Makefile:1.27 pkgsrc/devel/p5-App-perlbrew/Makefile:1.28 --- pkgsrc/devel/p5-App-perlbrew/Makefile:1.27 Mon Jun 5 14:22:35 2017 +++ pkgsrc/devel/p5-App-perlbrew/Makefile Thu Jun 15 11:56:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/06/05 14:22:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2017/06/15 11:56:48 jperkin Exp $ DISTNAME= App-perlbrew-0.78 PKGNAME= p5-${DISTNAME} @@ -33,5 +33,7 @@ USE_LANGUAGES= # empty USE_TOOLS+= perl PERL5_PACKLIST= auto/App/perlbrew/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497527808172440--