pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/neko lang/neko: not MAKE_JOBS_SAFE. Seen in an aa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b62cf283c27e
branches:  trunk
changeset: 771781:b62cf283c27e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Dec 27 01:11:10 2021 +0000

description:
lang/neko: not MAKE_JOBS_SAFE. Seen in an aargh64 build a while back.

diffstat:

 lang/neko/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 78ba7c45a7bf -r b62cf283c27e lang/neko/Makefile
--- a/lang/neko/Makefile        Mon Dec 27 00:59:21 2021 +0000
+++ b/lang/neko/Makefile        Mon Dec 27 01:11:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/12/08 16:05:22 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/27 01:11:10 dholland Exp $
 
 DISTNAME=      neko-2.3.0
 PKGREVISION=   9
@@ -16,6 +16,13 @@
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 
+# Tries to build "bin/nekoc.n, bin/nekoml.n" multiple times at once
+# and then chokes because nekoc.n won't load. Examination shows that
+# the makefiles spewed from cmake try to build this element from four
+# different subdirs at once, which is obviously unsafe, and arguing
+# with cmake about this sort of thing is a waste of breath.
+MAKE_JOBS_SAFE=        no
+
 .include "options.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index