pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Revert "Sprinkle MAKE_JOB_SAFE=no"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9254fac3687a
branches:  trunk
changeset: 386786:9254fac3687a
user:      rin <rin%pkgsrc.org@localhost>
date:      Sat Oct 15 02:45:01 2022 +0000

description:
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.

diffstat:

 devel/gtexinfo/Makefile |  4 +---
 shells/eltclsh/Makefile |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r eb9acd00e0e7 -r 9254fac3687a devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Fri Oct 14 20:18:16 2022 +0000
+++ b/devel/gtexinfo/Makefile   Sat Oct 15 02:45:01 2022 +0000
@@ -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-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
diff -r eb9acd00e0e7 -r 9254fac3687a shells/eltclsh/Makefile
--- a/shells/eltclsh/Makefile   Fri Oct 14 20:18:16 2022 +0000
+++ b/shells/eltclsh/Makefile   Sat Oct 15 02:45:01 2022 +0000
@@ -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_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