pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   rin
Date:           Sat Oct 15 02:45:01 UTC 2022

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile
        pkgsrc/shells/eltclsh: Makefile

Log Message:
Revert "Sprinkle MAKE_JOB_SAFE=no"

I can no longer reproduce the build failures with parallel make on
freshly installed system. Sorry for disturbing you.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/gtexinfo/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/shells/eltclsh/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.114 pkgsrc/devel/gtexinfo/Makefile:1.115
--- pkgsrc/devel/gtexinfo/Makefile:1.114        Thu Oct  6 22:30:22 2022
+++ pkgsrc/devel/gtexinfo/Makefile      Sat Oct 15 02:45:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2022/10/06 22:30:22 rin Exp $
+# $NetBSD: Makefile,v 1.115 2022/10/15 02:45:01 rin Exp $
 
 DISTNAME=              texinfo-6.8
 PKGNAME=               g${DISTNAME}
@@ -17,8 +17,6 @@ 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

Index: pkgsrc/shells/eltclsh/Makefile
diff -u pkgsrc/shells/eltclsh/Makefile:1.15 pkgsrc/shells/eltclsh/Makefile:1.16
--- pkgsrc/shells/eltclsh/Makefile:1.15 Thu Oct  6 22:39:51 2022
+++ pkgsrc/shells/eltclsh/Makefile      Sat Oct 15 02:45:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/10/06 22:39:51 rin Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/15 02:45:01 rin Exp $
 
 DISTNAME=      eltclsh-1.9
 PKGREVISION=   7
@@ -16,8 +16,6 @@ USE_LANGUAGES=                c
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 
-MAKE_JOB_SAFE=         no
-
 .include "options.mk"
 
 INSTALL_ENV+=          ELTCL_LIBRARY=${DESTDIR}${PREFIX}/share/eltcl



Home | Main Index | Thread Index | Old Index