Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=e1NFZ4KF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=L4ZeYknO Received: by mail.netbsd.org (Postfix, from userid 605) id 7B87585064; Sat, 4 May 2024 12:51:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714827081; bh=XH0bnzH63nao2BY8Zs2p65wx1b6lLww2UdUYxF5Z9sg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=e1NFZ4KFFbrt0VNZoF3X8m0YwV6JVh6rDxQVJnBMaVz+1HG7I/gjCoktLWSXFUALC K9fGVn5W8Aa2hwnRkVagqgTJqY9O7Jv7po1nvtFI0zcrhXurwajT1/A7oODqmVAIC2 OimuzCo4kBodfQU7P5Wgt5eoZ9Mlo7ZetXU5EZeg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A7D684E64 for ; Sat, 4 May 2024 12:51:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EBPr2gMoDKxb for ; Sat, 4 May 2024 12:51:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B789F84D27 for ; Sat, 4 May 2024 12:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714827080; bh=XH0bnzH63nao2BY8Zs2p65wx1b6lLww2UdUYxF5Z9sg=; h=Date:From:Subject:To:Reply-To; b=L4ZeYknOu4a4TPoyOuP4539gwbQCpktNixYRIND2LEOrEx+nJJINBq6nJwY9K+K8S QhVlw70AWwhRqjS2G4BPml9/FjMLIz2nuqh8bd0d08yF6L/bmNFOOnDlxAcSlZI0H+ MhORapk6hvVgdD6HrQNxjoPLB5BW+eeEuHQA7QM0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0677FA2C; Sat, 4 May 2024 12:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171482707979660" MIME-Version: 1.0 Date: Sat, 4 May 2024 12:51:19 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-hls-hlint-plugin To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504125119.B0677FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171482707979660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 12:51:19 UTC 2024 Modified Files: pkgsrc/devel/hs-hls-hlint-plugin: Makefile Log Message: devel/hs-hls-hlint-plugin: Update the reason for BROKEN To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-hls-hlint-plugin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171482707979660 Content-Disposition: inline Content-Length: 988 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-hls-hlint-plugin/Makefile diff -u pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.7 pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.8 --- pkgsrc/devel/hs-hls-hlint-plugin/Makefile:1.7 Wed Nov 8 13:18:47 2023 +++ pkgsrc/devel/hs-hls-hlint-plugin/Makefile Sat May 4 12:51:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/11/08 13:18:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2024/05/04 12:51:19 pho Exp $ DISTNAME= hls-hlint-plugin-2.4.0.0 PKGREVISION= 2 @@ -8,7 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Hlint integration plugin with Haskell Language Server LICENSE= apache-2.0 -BROKEN+= "This package is currently broken because devel/hlint is broken." +# The upstream has already fixed it in git HEAD but hasn't released a new version. +BROKEN+= "This package is currently broken because it's incompatible with GHC 9.8" .include "../../converters/hs-aeson/buildlink3.mk" .include "../../devel/hs-apply-refact/buildlink3.mk" --_----------=_171482707979660--