pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   rin
Date:           Thu Oct  6 22:30:22 UTC 2022

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile

Log Message:
devel/gtexinfo: Sprinkle MAKE_JOBS_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/gtexinfo/Makefile

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

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.113 pkgsrc/devel/gtexinfo/Makefile:1.114
--- pkgsrc/devel/gtexinfo/Makefile:1.113        Tue Oct  4 07:51:33 2022
+++ pkgsrc/devel/gtexinfo/Makefile      Thu Oct  6 22:30:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2022/10/04 07:51:33 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2022/10/06 22:30:22 rin Exp $
 
 DISTNAME=              texinfo-6.8
 PKGNAME=               g${DISTNAME}
@@ -17,6 +17,8 @@ DEPENDS+=             p5-Locale-libintl-[0-9]*:../.
 DEPENDS+=              p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
 DEPENDS+=              p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
 
+MAKE_JOBS_SAFE=                no
+
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # otherwise MiscXS.pm won't be installed
 CONFIGURE_ARGS+=       --with-external-libintl-perl



Home | Main Index | Thread Index | Old Index