pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdevtools



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.

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@localhost
 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