diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-28 08:27:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-28 08:27:40 +0000 |
commit | 53bd7623fb567a8db770d0a80a47b9171874001d (patch) | |
tree | 8a766e24b828b2e8dfab04411558265f6317d76c /editors | |
parent | 51e1fb542f8b47dc9443b513fadcd36983640124 (diff) | |
download | pkgsrc-53bd7623fb567a8db770d0a80a47b9171874001d.tar.gz |
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-DataWalker/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Git/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Kate/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PerlTidy/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-SVN/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-XS/Makefile | 4 |
7 files changed, 21 insertions, 7 deletions
diff --git a/editors/p5-Padre-Plugin-DataWalker/Makefile b/editors/p5-Padre-Plugin-DataWalker/Makefile index 3ac0a406ee3..e0eb497cc08 100644 --- a/editors/p5-Padre-Plugin-DataWalker/Makefile +++ b/editors/p5-Padre-Plugin-DataWalker/Makefile @@ -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 @@ BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt 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 --git a/editors/p5-Padre-Plugin-Git/Makefile b/editors/p5-Padre-Plugin-Git/Makefile index 2da82aae4bc..ee8e9dda874 100644 --- a/editors/p5-Padre-Plugin-Git/Makefile +++ b/editors/p5-Padre-Plugin-Git/Makefile @@ -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 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base 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 --git a/editors/p5-Padre-Plugin-Kate/Makefile b/editors/p5-Padre-Plugin-Kate/Makefile index 626dff08e26..c40c640f921 100644 --- a/editors/p5-Padre-Plugin-Kate/Makefile +++ b/editors/p5-Padre-Plugin-Kate/Makefile @@ -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 @@ DEPENDS+= p5-Syntax-Highlight-Engine-Kate>=0.05:../../textproc/p5-Syntax-Highlig 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 --git a/editors/p5-Padre-Plugin-PerlTidy/Makefile b/editors/p5-Padre-Plugin-PerlTidy/Makefile index f112926c959..68f3e31900d 100644 --- a/editors/p5-Padre-Plugin-PerlTidy/Makefile +++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile @@ -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 @@ DEPENDS+= p5-Perl-Tidy>=20101217:../../devel/p5-Perl-Tidy 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 --git a/editors/p5-Padre-Plugin-SVN/Makefile b/editors/p5-Padre-Plugin-SVN/Makefile index c09745cf8ee..f4632348ca2 100644 --- a/editors/p5-Padre-Plugin-SVN/Makefile +++ b/editors/p5-Padre-Plugin-SVN/Makefile @@ -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 @@ DEPENDS+= p5-SVN-Class>=0.15:../../devel/p5-SVN-Class 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 --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile index 830e36eb281..bfff83b9c14 100644 --- a/editors/p5-Padre-Plugin-Vi/Makefile +++ b/editors/p5-Padre-Plugin-Vi/Makefile @@ -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 @@ DEPENDS+= p5-Padre>=0.37:../../editors/p5-Padre 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 --git a/editors/p5-Padre-Plugin-XS/Makefile b/editors/p5-Padre-Plugin-XS/Makefile index 6937a48585c..aad438e7123 100644 --- a/editors/p5-Padre-Plugin-XS/Makefile +++ b/editors/p5-Padre-Plugin-XS/Makefile @@ -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 @@ DEPENDS+= p5-Perl-APIReference>=0.04:../../devel/p5-Perl-APIReference 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 |