pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/shellcheck



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 07:51:56 UTC 2024

Modified Files:
        pkgsrc/shells/shellcheck: Makefile PLIST

Log Message:
shells/shellcheck: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/shells/shellcheck/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/shellcheck/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/shellcheck/Makefile
diff -u pkgsrc/shells/shellcheck/Makefile:1.15 pkgsrc/shells/shellcheck/Makefile:1.16
--- pkgsrc/shells/shellcheck/Makefile:1.15      Fri Apr 12 13:51:28 2024
+++ pkgsrc/shells/shellcheck/Makefile   Thu May  2 07:51:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/04/12 13:51:28 nikita Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/02 07:51:56 pho Exp $
 
 DISTNAME=      ShellCheck-0.10.0
 PKGNAME=       ${DISTNAME:tl}
@@ -10,9 +10,10 @@ COMMENT=     Shell script analysis tool
 LICENSE=       gnu-gpl-v3
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       Diff    \
-       aeson   \
-       mtl     \
+       Diff            \
+       QuickCheck      \
+       aeson           \
+       mtl             \
        transformers
 
 .include "../../converters/hs-aeson/buildlink3.mk"

Index: pkgsrc/shells/shellcheck/PLIST
diff -u pkgsrc/shells/shellcheck/PLIST:1.4 pkgsrc/shells/shellcheck/PLIST:1.5
--- pkgsrc/shells/shellcheck/PLIST:1.4  Mon Oct 30 09:39:07 2023
+++ pkgsrc/shells/shellcheck/PLIST      Thu May  2 07:51:56 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/30 09:39:07 pho Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/05/02 07:51:56 pho Exp $
 bin/shellcheck
 lib/ShellCheck-${PKGVERSION}/${HS_VERSION}/package-description
 lib/ShellCheck-${PKGVERSION}/${HS_VERSION}/package-id
@@ -145,11 +145,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/She
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/doc-index-V.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/doc-index-W.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/ShellCheck-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index