pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdevtools Mark hdevtools as broken



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61a0bdb67a97
branches:  trunk
changeset: 347443:61a0bdb67a97
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Jan 11 12:41:51 2020 +0000

description:
Mark hdevtools as broken

diffstat:

 devel/hdevtools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 20bc683f829c -r 61a0bdb67a97 devel/hdevtools/Makefile
--- a/devel/hdevtools/Makefile  Sat Jan 11 12:41:01 2020 +0000
+++ b/devel/hdevtools/Makefile  Sat Jan 11 12:41:51 2020 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index