summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-04-09 15:53:10 +0000
committerjperkin <jperkin@pkgsrc.org>2020-04-09 15:53:10 +0000
commit2935893a8ebdc9cb1ebb295e7262a1232eec8681 (patch)
tree0c0695cec3eb785880ae9d15396e9917877618f3 /lang
parent38b6834f33ceef5e75856bd8c06d027af990879c (diff)
downloadpkgsrc-2935893a8ebdc9cb1ebb295e7262a1232eec8681.tar.gz
ocaml: Give up and mark as NOT_FOR_BULK_PLATFORM on SunOS.
I'm sick and fed up of wasting my time fixing this package every time it is updated, only for my work to be unceremoniously and silently reverted each time (along with a bunch of other clearly incorrect changes).
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 87231c2708b..9be69896248 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2020/01/23 07:17:13 dbj Exp $
+# $NetBSD: Makefile,v 1.134 2020/04/09 15:53:10 jperkin Exp $
.include "Makefile.common"
@@ -13,6 +13,11 @@ USE_LANGUAGES+= c
USE_LIBTOOL= yes
USE_GNU_CONFIGURE_HOST= no
+# This actually works fine, but requires some patches that the maintainer
+# insists on removing every time the package is updated, so we unfortunately
+# have to mark it broken to stop wasting people's valuable time investigating.
+NOT_FOR_BULK_PLATFORM= SunOS-*-*
+
#USE_GCC_RUNTIME= yes
PLIST_VARS+= ocaml-stub ocaml-prof ocaml-opt ocaml-nat ocaml-spacetime \