pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ocaml-opam-file-format



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar  2 00:07:56 UTC 2026

Modified Files:
        pkgsrc/misc/ocaml-opam-file-format: Makefile

Log Message:
misc/ocaml-opam-file-format: Not MAKE_JOBS_SAFE


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/ocaml-opam-file-format/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.21 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.22
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.21    Sun Mar  1 23:37:31 2026
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Mon Mar  2 00:07:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2026/03/01 23:37:31 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2026/03/02 00:07:56 gdt Exp $
 
 # Updating to 2.2.0 is blocked on
 #   https://github.com/ocaml/opam-file-format/issues/64
@@ -24,7 +24,12 @@ USE_TOOLS+=          gmake
 # 2.2.0 OCAML_USE_DUNE=                yes
 OCAML_USE_FINDLIB=     yes
 
-# 2.2.0 TOOL_DEPENDS devle/menhir
+# Not reported upstream because they removed Make support.
+# With 8 jobs and 8 cpus, fails 12/100
+# With 20 jobs and 8 cpus, fails ~90/100.
+MAKE_JOBS_SAFE=                no
+
+# 2.2.0 TOOL_DEPENDS devel/menhir
 
 INSTALL_ENV+=  LIBDIR=${PREFIX}/${OCAML_SITELIBDIR}
 



Home | Main Index | Thread Index | Old Index