pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/elixir
Module Name: pkgsrc
Committed By: gdt
Date: Fri Jan 6 01:14:01 UTC 2023
Modified Files:
pkgsrc/lang/elixir: Makefile
Log Message:
lang/elixir: Mark not MAKE_JOBS_SAFE
Add upstream bug report URL
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/elixir/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/elixir/Makefile
diff -u pkgsrc/lang/elixir/Makefile:1.31 pkgsrc/lang/elixir/Makefile:1.32
--- pkgsrc/lang/elixir/Makefile:1.31 Wed Jan 4 01:19:58 2023
+++ pkgsrc/lang/elixir/Makefile Fri Jan 6 01:14:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/01/04 01:19:58 gdt Exp $
+# $NetBSD: Makefile,v 1.32 2023/01/06 01:14:01 gdt Exp $
DISTNAME= elixir-1.14.2
CATEGORIES= lang
@@ -18,6 +18,9 @@ USE_TOOLS+= gmake:run
BUILD_TARGET= compile
TEST_TARGET= test
+# https://github.com/elixir-lang/elixir/issues/12320
+MAKE_JOBS_SAFE= no
+
MAKE_FLAGS+= MAN_PREFIX=${PREFIX}/${PKGMANDIR}
REPLACE_INTERPRETER+= elixir
Home |
Main Index |
Thread Index |
Old Index