Received: by mail.netbsd.org (Postfix, from userid 605) id 0ABB684DC0; Sat, 11 Jan 2020 12:41:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 87B9A84DB2 for ; Sat, 11 Jan 2020 12:41:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wpg2L6D1FNFU for ; Sat, 11 Jan 2020 12:41:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E659C84CE3 for ; Sat, 11 Jan 2020 12:41:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4504FBF4; Sat, 11 Jan 2020 12:41:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578746511208160" MIME-Version: 1.0 Date: Sat, 11 Jan 2020 12:41:51 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hdevtools To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200111124151.E4504FBF4@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. --_----------=_1578746511208160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Jan 11 12:41:51 UTC 2020 Modified Files: pkgsrc/devel/hdevtools: Makefile Log Message: Mark hdevtools as broken To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/hdevtools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578746511208160 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hdevtools/Makefile diff -u pkgsrc/devel/hdevtools/Makefile:1.18 pkgsrc/devel/hdevtools/Makefile:1.19 --- pkgsrc/devel/hdevtools/Makefile:1.18 Wed Jan 1 03:25:51 2020 +++ pkgsrc/devel/hdevtools/Makefile Sat Jan 11 12:41:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/01/01 03:25:51 pho Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/11 12:41:51 pho Exp $ DISTNAME= hdevtools-0.1.8.0 PKGNAME= ${DISTNAME} @@ -8,6 +8,8 @@ MAINTAINER= szptvlfn@NetBSD.org COMMENT= Persistent GHC powered background server for FAST haskell dev tools LICENSE= mit +# It appears it only supports GHC up to 8.6.x unfortunately. +BROKEN= "${PKGNAME} is incompatible with GHC 8.8.x" .include "../../mk/haskell.mk" .include "../../devel/hs-cmdargs/buildlink3.mk" --_----------=_1578746511208160--