From 01926201235c48ad76972928b9712555093abf9a Mon Sep 17 00:00:00 2001 From: thfr Date: Sat, 29 Feb 2020 03:00:03 +0000 Subject: [PATCH] mark lang/haxe BROKEN again because the OCaml deps build with undesirable methods (curl calls, autodetection of CPU number) that need to be replaced; found by kili@ --- lang/haxe/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/haxe/Makefile b/lang/haxe/Makefile index 32d456893da..6ca52ac4cf7 100644 --- a/lang/haxe/Makefile +++ b/lang/haxe/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2020/02/22 02:36:28 thfr Exp $ +# $OpenBSD: Makefile,v 1.4 2020/02/29 03:00:03 thfr Exp $ + +BROKEN = calls to curl(1) and autodetection of CPUs break bulk builds COMMENT = toolkit for the Haxe programming language