pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/p5-Padre-Plugin-XS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 24 19:26:14 UTC 2022

Modified Files:
        pkgsrc/editors/p5-Padre-Plugin-XS: Makefile

Log Message:
p5-Padre-Plugin-XS: not make-jobs-safe

tries to use directory before it exists
blib/lib/auto/share/dist/Padre-Plugin-XS/locale isn't a directory at /usr/pkg/lib/perl5/vendor_perl/5.34.0/Locale/Msgfmt.pm line 21


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/p5-Padre-Plugin-XS/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/p5-Padre-Plugin-XS/Makefile
diff -u pkgsrc/editors/p5-Padre-Plugin-XS/Makefile:1.17 pkgsrc/editors/p5-Padre-Plugin-XS/Makefile:1.18
--- pkgsrc/editors/p5-Padre-Plugin-XS/Makefile:1.17     Mon May 24 19:52:08 2021
+++ pkgsrc/editors/p5-Padre-Plugin-XS/Makefile  Thu Mar 24 19:26:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/03/24 19:26:13 wiz Exp $
 
 DISTNAME=      Padre-Plugin-XS-0.12
 PKGNAME=       p5-${DISTNAME}
@@ -24,6 +24,8 @@ PERL5_PACKLIST=               auto/Padre/Plugin/XS/.p
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
 MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+# blib/lib/auto/share/dist/Padre-Plugin-XS/locale isn't a directory at /usr/pkg/lib/perl5/vendor_perl/5.34.0/Locale/Msgfmt.pm line 21
+MAKE_JOBS_SAFE=        no
 
 #pre-configure:
 #      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm



Home | Main Index | Thread Index | Old Index