pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-base64-bytestring



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 03:09:36 UTC 2024

Modified Files:
        pkgsrc/converters/hs-base64-bytestring: Makefile PLIST

Log Message:
converters/hs-base64-bytestring: 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.11 -r1.12 pkgsrc/converters/hs-base64-bytestring/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/hs-base64-bytestring/PLIST

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

Modified files:

Index: pkgsrc/converters/hs-base64-bytestring/Makefile
diff -u pkgsrc/converters/hs-base64-bytestring/Makefile:1.11 pkgsrc/converters/hs-base64-bytestring/Makefile:1.12
--- pkgsrc/converters/hs-base64-bytestring/Makefile:1.11        Thu Nov  2 06:36:11 2023
+++ pkgsrc/converters/hs-base64-bytestring/Makefile     Mon Apr 29 03:09:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/02 06:36:11 pho Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/29 03:09:36 pho Exp $
 
 DISTNAME=      base64-bytestring-1.2.1.0
 PKGREVISION=   5
@@ -8,5 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Fast base64 encoding and deconding for ByteStrings
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       bytestring
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/hs-base64-bytestring/PLIST
diff -u pkgsrc/converters/hs-base64-bytestring/PLIST:1.5 pkgsrc/converters/hs-base64-bytestring/PLIST:1.6
--- pkgsrc/converters/hs-base64-bytestring/PLIST:1.5    Fri Oct 27 04:40:49 2023
+++ pkgsrc/converters/hs-base64-bytestring/PLIST        Mon Apr 29 03:09:36 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/27 04:40:49 pho Exp $
-lib/base64-bytestring-${PKGVERSION}/${HS_VERSION}/package-description
-lib/base64-bytestring-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.6 2024/04/29 03:09:36 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base64.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base64.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base64.p_hi
@@ -19,6 +17,8 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/base64-bytestring-${PKGVERSION}/${HS_VERSION}/package-description
+lib/base64-bytestring-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-Lazy.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-URL-Lazy.html
@@ -26,11 +26,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/bas
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/base64-bytestring.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/base64-bytestring-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index