pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-regex-posix
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 04:31:10 UTC 2024
Modified Files:
pkgsrc/textproc/hs-regex-posix: Makefile PLIST
Log Message:
textproc/hs-regex-posix: 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.12 -r1.13 pkgsrc/textproc/hs-regex-posix/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hs-regex-posix/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/hs-regex-posix/Makefile
diff -u pkgsrc/textproc/hs-regex-posix/Makefile:1.12 pkgsrc/textproc/hs-regex-posix/Makefile:1.13
--- pkgsrc/textproc/hs-regex-posix/Makefile:1.12 Thu Nov 2 06:37:35 2023
+++ pkgsrc/textproc/hs-regex-posix/Makefile Mon Apr 29 04:31:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/11/02 06:37:35 pho Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/29 04:31:09 pho Exp $
DISTNAME= regex-posix-0.96.0.1
PKGREVISION= 5
@@ -9,7 +9,8 @@ COMMENT= POSIX Backend for "Text.Regex"
LICENSE= modified-bsd
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- base
+ base \
+ bytestring
.include "../../mk/haskell.mk"
.include "../../textproc/hs-regex-base/buildlink3.mk"
Index: pkgsrc/textproc/hs-regex-posix/PLIST
diff -u pkgsrc/textproc/hs-regex-posix/PLIST:1.6 pkgsrc/textproc/hs-regex-posix/PLIST:1.7
--- pkgsrc/textproc/hs-regex-posix/PLIST:1.6 Fri Oct 27 11:39:39 2023
+++ pkgsrc/textproc/hs-regex-posix/PLIST Mon Apr 29 04:31:09 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/10/27 11:39:39 pho Exp $
-lib/regex-posix-${PKGVERSION}/${HS_VERSION}/package-description
-lib/regex-posix-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.7 2024/04/29 04:31:09 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_regex_posix.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Paths_regex_posix.hi
@@ -25,6 +23,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Text/Rege
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Regex/Posix/Wrap.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/regex-posix-${PKGVERSION}/${HS_VERSION}/package-description
+lib/regex-posix-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-ByteString-Lazy.html
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-ByteString.html
@@ -33,12 +33,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/reg
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-Wrap.html
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/Text-Regex-Posix.html
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/regex-posix.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/regex-posix-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index