pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/hs-JuicyPixels
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 12:28:58 UTC 2024
Modified Files:
pkgsrc/graphics/hs-JuicyPixels: Makefile PLIST
Log Message:
graphics/hs-JuicyPixels: 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/graphics/hs-JuicyPixels/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/hs-JuicyPixels/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/hs-JuicyPixels/Makefile
diff -u pkgsrc/graphics/hs-JuicyPixels/Makefile:1.12 pkgsrc/graphics/hs-JuicyPixels/Makefile:1.13
--- pkgsrc/graphics/hs-JuicyPixels/Makefile:1.12 Thu Nov 2 06:37:06 2023
+++ pkgsrc/graphics/hs-JuicyPixels/Makefile Mon Apr 29 12:28:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/11/02 06:37:06 pho Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/29 12:28:58 pho Exp $
DISTNAME= JuicyPixels-3.3.8
PKGREVISION= 3
@@ -8,6 +8,11 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Picture loading/serialization
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ bytestring \
+ deepseq \
+ zlib
+
.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../devel/hs-vector/buildlink3.mk"
.include "../../archivers/hs-zlib/buildlink3.mk"
Index: pkgsrc/graphics/hs-JuicyPixels/PLIST
diff -u pkgsrc/graphics/hs-JuicyPixels/PLIST:1.3 pkgsrc/graphics/hs-JuicyPixels/PLIST:1.4
--- pkgsrc/graphics/hs-JuicyPixels/PLIST:1.3 Sun Oct 29 15:43:42 2023
+++ pkgsrc/graphics/hs-JuicyPixels/PLIST Mon Apr 29 12:28:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/29 15:43:42 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/04/29 12:28:58 pho Exp $
lib/JuicyPixels-${PKGVERSION}/${HS_VERSION}/package-description
lib/JuicyPixels-${PKGVERSION}/${HS_VERSION}/package-id
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Codec/Picture.dyn_hi
@@ -151,7 +151,6 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/Jui
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/doc-index-W.html
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/doc-index-Z.html
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/docimages/juicy.png
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/docimages/pixelgraph.svg
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/haddock-bundle.min.js
@@ -159,5 +158,4 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/Jui
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/JuicyPixels-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index