pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc These packages all require the PERL_USE_UNSAFE_INC hack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b498220b4c1
branches:  trunk
changeset: 364536:7b498220b4c1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 28 08:27:40 2017 +0000

description:
These packages all require the PERL_USE_UNSAFE_INC hack.

diffstat:

 devel/p5-MouseX-Types-Path-Class/Makefile              |  3 ++-
 devel/p5-VCP/Makefile                                  |  4 +++-
 devel/p5-constant-def/Makefile                         |  4 +++-
 devel/p5-pip/Makefile                                  |  4 +++-
 devel/svk/Makefile                                     |  4 +++-
 editors/p5-Padre-Plugin-DataWalker/Makefile            |  4 +++-
 editors/p5-Padre-Plugin-Git/Makefile                   |  4 +++-
 editors/p5-Padre-Plugin-Kate/Makefile                  |  4 +++-
 editors/p5-Padre-Plugin-PerlTidy/Makefile              |  4 +++-
 editors/p5-Padre-Plugin-SVN/Makefile                   |  4 +++-
 editors/p5-Padre-Plugin-Vi/Makefile                    |  4 +++-
 editors/p5-Padre-Plugin-XS/Makefile                    |  4 +++-
 mail/p5-Catalyst-View-Email/Makefile                   |  4 +++-
 mail/p5-Mail-Mbox-MessageParser/Makefile               |  4 +++-
 net/ocsinventory-agent/Makefile                        |  4 +++-
 net/p5-FusionInventory-Agent/Makefile                  |  4 +++-
 net/p5-Net-GitHub/Makefile                             |  4 +++-
 net/p5-Net-Google-Code/Makefile                        |  4 +++-
 net/p5-Net-Trac/Makefile                               |  4 +++-
 net/p5-POE-Component-Client-Ident/Makefile             |  4 +++-
 net/p5-RT-Client-REST/Makefile                         |  4 +++-
 security/p5-Crypt-DH/Makefile                          |  4 +++-
 textproc/p5-FormValidator-Simple/Makefile              |  4 +++-
 textproc/p5-PPI-HTML/Makefile                          |  4 +++-
 textproc/p5-Template-Declare/Makefile                  |  4 +++-
 time/p5-MooseX-Types-DateTime-ButMaintained/Makefile   |  4 +++-
 www/p5-Catalyst-Controller-FormBuilder/Makefile        |  4 +++-
 www/p5-Catalyst-Model-File/Makefile                    |  4 +++-
 www/p5-Catalyst-Plugin-I18N/Makefile                   |  4 +++-
 www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile |  4 +++-
 www/p5-Catalyst-Plugin-Session-Store-File/Makefile     |  4 +++-
 www/p5-CatalystX-CRUD-Controller-REST/Makefile         |  4 +++-
 www/p5-Kwiki-Archive-Rcs/Makefile                      |  4 +++-
 www/p5-Kwiki-BreadCrumbs/Makefile                      |  4 +++-
 www/p5-Kwiki-Favorites/Makefile                        |  4 +++-
 www/p5-Kwiki-HtmlBlocks/Makefile                       |  4 +++-
 www/p5-Kwiki-Icons-Gnome/Makefile                      |  4 +++-
 www/p5-Kwiki-ModPerl/Makefile                          |  4 +++-
 www/p5-Kwiki-NewPage/Makefile                          |  4 +++-
 www/p5-Kwiki-PagePrivacy/Makefile                      |  4 +++-
 www/p5-Kwiki-ParagraphBlocks/Makefile                  |  4 +++-
 www/p5-Kwiki-PreformattedBlocks/Makefile               |  4 +++-
 www/p5-Kwiki-RecentChanges/Makefile                    |  4 +++-
 www/p5-Kwiki-Revisions/Makefile                        |  4 +++-
 www/p5-Kwiki-Scode/Makefile                            |  4 +++-
 www/p5-Kwiki-Search/Makefile                           |  4 +++-
 www/p5-Kwiki-Simple-Server-HTTP/Makefile               |  4 +++-
 www/p5-Kwiki-UserPreferences/Makefile                  |  4 +++-
 www/p5-Kwiki-Wikiwyg/Makefile                          |  4 +++-
 www/p5-Kwiki-Zipcode/Makefile                          |  4 +++-
 www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile     |  4 +++-
 www/p5-Tatsumaki/Makefile                              |  4 +++-
 52 files changed, 155 insertions(+), 52 deletions(-)

diffs (truncated from 895 to 300 lines):

diff -r bc6efc921c2d -r 7b498220b4c1 devel/p5-MouseX-Types-Path-Class/Makefile
--- a/devel/p5-MouseX-Types-Path-Class/Makefile Wed Jun 28 08:27:00 2017 +0000
+++ b/devel/p5-MouseX-Types-Path-Class/Makefile Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/28 08:27:44 jperkin Exp $
 #
 
 DISTNAME=              MouseX-Types-Path-Class-0.07
@@ -22,6 +22,7 @@
 
 BUILD_DEPENDS+=                p5-Test-UseAllModules-[0-9]*:../../devel/p5-Test-UseAllModules
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 devel/p5-VCP/Makefile
--- a/devel/p5-VCP/Makefile     Wed Jun 28 08:27:00 2017 +0000
+++ b/devel/p5-VCP/Makefile     Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:23:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/06/28 08:27:41 jperkin Exp $
 
 DISTNAME=      VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS}
 SNAPSHOT_VERS= 20050110
@@ -25,5 +25,7 @@
 
 PERL5_PACKLIST=                auto/VCP/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 devel/p5-constant-def/Makefile
--- a/devel/p5-constant-def/Makefile    Wed Jun 28 08:27:00 2017 +0000
+++ b/devel/p5-constant-def/Makefile    Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/28 08:27:41 jperkin Exp $
 #
 
 DISTNAME=      constant-def-0.01
@@ -15,5 +15,7 @@
 #DEPENDS+=     {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
 DEPENDS+=      p5-ex-lib>=0.03:../../devel/p5-ex-lib
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 devel/p5-pip/Makefile
--- a/devel/p5-pip/Makefile     Wed Jun 28 08:27:00 2017 +0000
+++ b/devel/p5-pip/Makefile     Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:23:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/28 08:27:44 jperkin Exp $
 
 DISTNAME=      pip-1.19
 PKGNAME=       p5-${DISTNAME}
@@ -28,5 +28,7 @@
 #PERL5_MODULE_TYPE=    Module::Install::Bundled
 MAKE_PARAMS+=  --skipdeps
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 devel/svk/Makefile
--- a/devel/svk/Makefile        Wed Jun 28 08:27:00 2017 +0000
+++ b/devel/svk/Makefile        Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2016/07/09 06:38:13 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2017/06/28 08:27:41 jperkin Exp $
 
 DISTNAME=      SVK-v2.2.3
 PKGNAME=       svk-2.2.3
@@ -64,5 +64,7 @@
 PERL5_PACKLIST=                auto/SVK/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-DataWalker/Makefile
--- a/editors/p5-Padre-Plugin-DataWalker/Makefile       Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-DataWalker/Makefile       Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/28 08:27:44 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-DataWalker-0.02
@@ -23,6 +23,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/DataWalker/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-Git/Makefile
--- a/editors/p5-Padre-Plugin-Git/Makefile      Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-Git/Makefile      Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/28 08:27:43 jperkin Exp $
 
 DISTNAME=      Padre-Plugin-Git-0.03
 PKGNAME=       p5-${DISTNAME}
@@ -18,6 +18,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/Git/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-Kate/Makefile
--- a/editors/p5-Padre-Plugin-Kate/Makefile     Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-Kate/Makefile     Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/28 08:27:43 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-Kate-0.04
@@ -18,6 +18,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/Kate/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-PerlTidy/Makefile
--- a/editors/p5-Padre-Plugin-PerlTidy/Makefile Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/28 08:27:43 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-PerlTidy-0.22
@@ -21,6 +21,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/PerlTidy/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-SVN/Makefile
--- a/editors/p5-Padre-Plugin-SVN/Makefile      Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-SVN/Makefile      Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/06/05 14:23:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/28 08:27:44 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-SVN-0.05
@@ -18,6 +18,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/SVN/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-Vi/Makefile
--- a/editors/p5-Padre-Plugin-Vi/Makefile       Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-Vi/Makefile       Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/28 08:27:43 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-Vi-0.23.0
@@ -22,6 +22,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/Vi/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 pre-configure:
        cd ${WRKSRC} && find `pwd` -name "*.orig" -type f -exec ${RM} {} \;
 
diff -r bc6efc921c2d -r 7b498220b4c1 editors/p5-Padre-Plugin-XS/Makefile
--- a/editors/p5-Padre-Plugin-XS/Makefile       Wed Jun 28 08:27:00 2017 +0000
+++ b/editors/p5-Padre-Plugin-XS/Makefile       Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/06/05 14:23:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/28 08:27:44 jperkin Exp $
 #
 
 DISTNAME=      Padre-Plugin-XS-0.02
@@ -18,6 +18,8 @@
 PERL5_PACKLIST=                auto/Padre/Plugin/XS/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 
diff -r bc6efc921c2d -r 7b498220b4c1 mail/p5-Catalyst-View-Email/Makefile
--- a/mail/p5-Catalyst-View-Email/Makefile      Wed Jun 28 08:27:00 2017 +0000
+++ b/mail/p5-Catalyst-View-Email/Makefile      Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/06/05 14:24:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/28 08:27:44 jperkin Exp $
 
 DISTNAME=      Catalyst-View-Email-0.36
 PKGNAME=       p5-${DISTNAME}
@@ -34,5 +34,7 @@
 
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 mail/p5-Mail-Mbox-MessageParser/Makefile
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile  Wed Jun 28 08:27:00 2017 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile  Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/06/05 14:24:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/06/28 08:27:41 jperkin Exp $
 
 DISTNAME=      Mail-Mbox-MessageParser-1.5105
 PKGNAME=       p5-${DISTNAME}
@@ -35,5 +35,7 @@
 MAKE_PARAMS+=  --skipdeps ${SETTINGS}
 MAKE_PARAMS+=  </dev/null
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 net/ocsinventory-agent/Makefile
--- a/net/ocsinventory-agent/Makefile   Wed Jun 28 08:27:00 2017 +0000
+++ b/net/ocsinventory-agent/Makefile   Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/01/19 18:52:20 agc Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/28 08:27:44 jperkin Exp $
 #
 VERS=                  1.1.2.1
 PKGREVISION=           9
@@ -55,6 +55,8 @@
 
 PERL5_PACKLIST=                auto/Ocsinventory/Agent/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 pre-patch:
        ${MKDIR} ${WRKSRC}/lib/Ocsinventory/Agent/Backend/OS/BSD/Pcictl
 
diff -r bc6efc921c2d -r 7b498220b4c1 net/p5-FusionInventory-Agent/Makefile
--- a/net/p5-FusionInventory-Agent/Makefile     Wed Jun 28 08:27:00 2017 +0000
+++ b/net/p5-FusionInventory-Agent/Makefile     Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/05 14:24:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/28 08:27:41 jperkin Exp $
 #
 
 DISTNAME=      FusionInventory-Agent-2.2.7
@@ -41,6 +41,8 @@
 MAKE_PARAMS+=  PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory
 MAKE_PARAMS+=  SYSCONFDIR=${PKG_SYSCONFDIR} PKGMANDIR=${PKGMANDIR}
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 REPLACE_PERL+= memconf
 
 .include "../../lang/perl5/module.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 net/p5-Net-GitHub/Makefile
--- a/net/p5-Net-GitHub/Makefile        Wed Jun 28 08:27:00 2017 +0000
+++ b/net/p5-Net-GitHub/Makefile        Wed Jun 28 08:27:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/06/28 08:27:43 jperkin Exp $
 #
 
 DISTNAME=      Net-GitHub-0.83
@@ -22,5 +22,7 @@
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=       p5-Cache-LRU-[0-9]*:../../devel/p5-Cache-LRU
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc6efc921c2d -r 7b498220b4c1 net/p5-Net-Google-Code/Makefile
--- a/net/p5-Net-Google-Code/Makefile   Wed Jun 28 08:27:00 2017 +0000



Home | Main Index | Thread Index | Old Index