Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml ocaml: Switch to BROKEN_ON_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30eb05c9664e
branches:  trunk
changeset: 428770:30eb05c9664e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Apr 11 08:25:20 2020 +0000

description:
ocaml: Switch to BROKEN_ON_PLATFORM.

Unfortunately NOT_FOR_BULK_PLATFORM does not actually stop the package from
being built and appearing as a valid entry in bulk build reports.

diffstat:

 lang/ocaml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f997a854c32 -r 30eb05c9664e lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Sat Apr 11 07:48:24 2020 +0000
+++ b/lang/ocaml/Makefile       Sat Apr 11 08:25:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2020/04/09 15:53:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.135 2020/04/11 08:25:20 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -16,7 +16,7 @@
 # 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-*-*
+BROKEN_ON_PLATFORM=    SunOS-*-*
 
 #USE_GCC_RUNTIME=      yes
 



Home | Main Index | Thread Index | Old Index