pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/neko
Module Name: pkgsrc
Committed By: dholland
Date: Mon Dec 27 01:11:10 UTC 2021
Modified Files:
pkgsrc/lang/neko: Makefile
Log Message:
lang/neko: not MAKE_JOBS_SAFE. Seen in an aargh64 build a while back.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/neko/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/neko/Makefile
diff -u pkgsrc/lang/neko/Makefile:1.11 pkgsrc/lang/neko/Makefile:1.12
--- pkgsrc/lang/neko/Makefile:1.11 Wed Dec 8 16:05:22 2021
+++ pkgsrc/lang/neko/Makefile Mon Dec 27 01:11:10 2021
@@ -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 @@ TOOL_DEPENDS+= git-base-[0-9]*:../../dev
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