pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bigstringaf



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon May 30 09:33:00 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-bigstringaf: Makefile buildlink3.mk

Log Message:
Build fixes for devel/ocaml-bigstringaf. Revbump.

The earlier fixes by mef@ (using make) don't solve the problem properly,
since the Makefile only calls dune anyway. However, it does so with
different parameters, most notably not using the -j parameter (leaving
dune to autodetect the number of jobs). That (and the fact that I can't
reproduce the problem) suggests to me that parallel building is the culpit.
I've disabled it for now and will file a bug upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-bigstringaf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk

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

Modified files:

Index: pkgsrc/devel/ocaml-bigstringaf/Makefile
diff -u pkgsrc/devel/ocaml-bigstringaf/Makefile:1.7 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.8
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.7 Sun May 29 07:32:15 2022
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile     Mon May 30 09:33:00 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/05/29 07:32:15 mef Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/30 09:33:00 jaapb Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inhabitedtype/}
 GITHUB_PROJECT=        bigstringaf
@@ -11,8 +12,9 @@ HOMEPAGE=     https://github.com/inhabitedty
 COMMENT=       Bigstring intrinsics and fast blits based on memcpy/memmmove
 LICENSE=       modified-bsd
 
+MAKE_JOBS_SAFE=        no # possible problem with building lib/freestanding
 USE_LANGUAGES= # none
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    pkg-config
 OCAML_USE_DUNE=        yes
 
 .include "../../lang/ocaml/ocaml.mk"

Index: pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk
diff -u pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.4 pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.5
--- pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.4    Wed May 11 09:52:09 2022
+++ pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk        Mon May 30 09:33:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/05/11 09:52:09 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/05/30 09:33:00 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-bigstringaf
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-bigstringaf
 OCAML_BIGSTRINGAF_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.4.0
-BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.9.0
+BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.9.0nb1
 BUILDLINK_PKGSRCDIR.ocaml-bigstringaf?=                ../../devel/ocaml-bigstringaf
 
 .endif # OCAML_BIGSTRINGAF_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index