Received: by mail.netbsd.org (Postfix, from userid 605) id 9DDBF84DEF; Thu, 9 Apr 2020 15:53:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 265F284D8C for ; Thu, 9 Apr 2020 15:53:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8ZEslqmg1L20 for ; Thu, 9 Apr 2020 15:53:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A05984CE9 for ; Thu, 9 Apr 2020 15:53:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73ED1FB27; Thu, 9 Apr 2020 15:53:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586447590257520" MIME-Version: 1.0 Date: Thu, 9 Apr 2020 15:53:10 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/ocaml To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200409155310.73ED1FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586447590257520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 9 15:53:10 UTC 2020 Modified Files: pkgsrc/lang/ocaml: Makefile Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 pkgsrc/lang/ocaml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586447590257520 Content-Disposition: inline Content-Length: 869 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ocaml/Makefile diff -u pkgsrc/lang/ocaml/Makefile:1.133 pkgsrc/lang/ocaml/Makefile:1.134 --- pkgsrc/lang/ocaml/Makefile:1.133 Thu Jan 23 07:17:13 2020 +++ pkgsrc/lang/ocaml/Makefile Thu Apr 9 15:53:10 2020 @@ -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 \ --_----------=_1586447590257520--