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 8229C7A28A for ; Thu, 15 Jun 2017 11:53:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 32C8D85591; Thu, 15 Jun 2017 11:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B66F584DA7 for ; Thu, 15 Jun 2017 11:53:39 +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 wl8N8e5BEtaa for ; Thu, 15 Jun 2017 11:53:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24DB884DA0 for ; Thu, 15 Jun 2017 11:53:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 231E2FAB8; Thu, 15 Jun 2017 11:53:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497527619220070" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 11:53:39 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/p5-Curses-UI To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170615115339.231E2FAB8@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. --_----------=_1497527619220070 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:53:39 UTC 2017 Modified Files: pkgsrc/devel/p5-Curses-UI: 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-Curses-UI/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497527619220070 Content-Disposition: inline Content-Length: 687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Curses-UI/Makefile diff -u pkgsrc/devel/p5-Curses-UI/Makefile:1.19 pkgsrc/devel/p5-Curses-UI/Makefile:1.20 --- pkgsrc/devel/p5-Curses-UI/Makefile:1.19 Mon Jun 5 14:22:47 2017 +++ pkgsrc/devel/p5-Curses-UI/Makefile Thu Jun 15 11:53:38 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/15 11:53:38 jperkin Exp $ DISTNAME= Curses-UI-0.9609 PKGNAME= p5-${DISTNAME} @@ -27,5 +27,7 @@ SUBST_SED.wide+= -e 's/addstr/addstring/ PERL5_PACKLIST= auto/Curses/UI/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497527619220070--