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 9FA607A178 for ; Wed, 14 Jun 2017 15:50:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 49DCC84DF4; Wed, 14 Jun 2017 15:50:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE12D84DCC for ; Wed, 14 Jun 2017 15:50:46 +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 uH71v_WP5YVz for ; Wed, 14 Jun 2017 15:50:46 +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 6ECF484CDA for ; Wed, 14 Jun 2017 15:50:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68D02FAB7; Wed, 14 Jun 2017 15:50:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497455446218730" MIME-Version: 1.0 Date: Wed, 14 Jun 2017 15:50:46 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/p5-Data-Alias To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170614155046.68D02FAB7@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. --_----------=_1497455446218730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Jun 14 15:50:46 UTC 2017 Modified Files: pkgsrc/devel/p5-Data-Alias: Makefile Log Message: Requires PERL_USE_UNSAFE_INC hack. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Data-Alias/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497455446218730 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Alias/Makefile diff -u pkgsrc/devel/p5-Data-Alias/Makefile:1.19 pkgsrc/devel/p5-Data-Alias/Makefile:1.20 --- pkgsrc/devel/p5-Data-Alias/Makefile:1.19 Mon Jun 5 14:22:47 2017 +++ pkgsrc/devel/p5-Data-Alias/Makefile Wed Jun 14 15:50:46 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/06/05 14:22:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2017/06/14 15:50:46 jperkin Exp $ DISTNAME= Data-Alias-1.20 PKGNAME= p5-${DISTNAME} @@ -15,5 +15,7 @@ PERL5_PACKLIST= auto/Data/Alias/.packlis USE_LANGUAGES= c +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497455446218730--