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 D5FB87A175 for ; Mon, 12 Jun 2017 08:40:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 87DAB84D76; Mon, 12 Jun 2017 08:40:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1716384CDD for ; Mon, 12 Jun 2017 08:40:14 +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 z1i0VCfPmmkB for ; Mon, 12 Jun 2017 08:40:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B57A84CD8 for ; Mon, 12 Jun 2017 08:40:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79B17FAAF; Mon, 12 Jun 2017 08:40:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497256813146280" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 08:40:13 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/p5-Path-Class-File-Stat To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612084013.79B17FAAF@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. --_----------=_1497256813146280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 08:40:13 UTC 2017 Modified Files: pkgsrc/devel/p5-Path-Class-File-Stat: Makefile Log Message: Fix build with perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Path-Class-File-Stat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497256813146280 Content-Disposition: inline Content-Length: 820 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Path-Class-File-Stat/Makefile diff -u pkgsrc/devel/p5-Path-Class-File-Stat/Makefile:1.13 pkgsrc/devel/p5-Path-Class-File-Stat/Makefile:1.14 --- pkgsrc/devel/p5-Path-Class-File-Stat/Makefile:1.13 Mon Jun 5 14:23:28 2017 +++ pkgsrc/devel/p5-Path-Class-File-Stat/Makefile Mon Jun 12 08:40:13 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/12 08:40:13 maya Exp $ # DISTNAME= Path-Class-File-Stat-0.05 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pa COMMENT= Cache and compare stat() calls on a Path::Class::File object LICENSE= ${PERL5_LICENSE} +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Path/Class/File/Stat/.packlist DEPENDS+= p5-Path-Class>=0.15:../../devel/p5-Path-Class --_----------=_1497256813146280--