pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml ocaml: Give up and mark as NOT_FOR_BULK_PLA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4a174dbf9b5
branches:  trunk
changeset: 426982:f4a174dbf9b5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 09 15:53:10 2020 +0000

description:
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:

 lang/ocaml/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2636d53fdc6e -r f4a174dbf9b5 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Thu Apr 09 15:04:03 2020 +0000
+++ b/lang/ocaml/Makefile       Thu Apr 09 15:53:10 2020 +0000
@@ -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_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 \



Home | Main Index | Thread Index | Old Index