Thu Apr 9 15:53:10 2020 UTC ()
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).


(jperkin)
diff -r1.133 -r1.134 pkgsrc/lang/ocaml/Makefile

cvs diff -r1.133 -r1.134 pkgsrc/lang/ocaml/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/ocaml/Makefile 2020/01/23 07:17:13 1.133
+++ pkgsrc/lang/ocaml/Makefile 2020/04/09 15:53:10 1.134
@@ -1,28 +1,33 @@ @@ -1,28 +1,33 @@
1# $NetBSD: Makefile,v 1.133 2020/01/23 07:17:13 dbj Exp $ 1# $NetBSD: Makefile,v 1.134 2020/04/09 15:53:10 jperkin Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5#CONFIGURE_ENV+= disable_x11=yes 5#CONFIGURE_ENV+= disable_x11=yes
6 6
7BUILD_TARGET= world 7BUILD_TARGET= world
8MAKE_JOBS_SAFE= no 8MAKE_JOBS_SAFE= no
9UNLIMIT_RESOURCES= stacksize 9UNLIMIT_RESOURCES= stacksize
10 10
11USE_TOOLS+= bash 11USE_TOOLS+= bash
12USE_LANGUAGES+= c 12USE_LANGUAGES+= c
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_GNU_CONFIGURE_HOST= no 14USE_GNU_CONFIGURE_HOST= no
15 15
 16# This actually works fine, but requires some patches that the maintainer
 17# insists on removing every time the package is updated, so we unfortunately
 18# have to mark it broken to stop wasting people's valuable time investigating.
 19NOT_FOR_BULK_PLATFORM= SunOS-*-*
 20
16#USE_GCC_RUNTIME= yes 21#USE_GCC_RUNTIME= yes
17 22
18PLIST_VARS+= ocaml-stub ocaml-prof ocaml-opt ocaml-nat ocaml-spacetime \ 23PLIST_VARS+= ocaml-stub ocaml-prof ocaml-opt ocaml-nat ocaml-spacetime \
19 instrumented_runtime 24 instrumented_runtime
20 25
21.include "options.mk" 26.include "options.mk"
22### 27###
23### PLIST components 28### PLIST components
24### 29###
25 30
26# Stub libraries for functions missing from base system. 31# Stub libraries for functions missing from base system.
27.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \ 32.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \
28 !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \ 33 !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \