pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Apr 11 08:25:20 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/lang/ocaml/Makefile

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

Modified files:

Index: pkgsrc/lang/ocaml/Makefile
diff -u pkgsrc/lang/ocaml/Makefile:1.134 pkgsrc/lang/ocaml/Makefile:1.135
--- pkgsrc/lang/ocaml/Makefile:1.134    Thu Apr  9 15:53:10 2020
+++ pkgsrc/lang/ocaml/Makefile  Sat Apr 11 08:25:20 2020
@@ -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 @@ 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-*-*
+BROKEN_ON_PLATFORM=    SunOS-*-*
 
 #USE_GCC_RUNTIME=      yes
 



Home | Main Index | Thread Index | Old Index