pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-atomic-write



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  1 08:02:04 UTC 2024

Modified Files:
        pkgsrc/devel/hs-atomic-write: Makefile PLIST

Log Message:
devel/hs-atomic-write: 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.5 -r1.6 pkgsrc/devel/hs-atomic-write/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-atomic-write/PLIST

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

Modified files:

Index: pkgsrc/devel/hs-atomic-write/Makefile
diff -u pkgsrc/devel/hs-atomic-write/Makefile:1.5 pkgsrc/devel/hs-atomic-write/Makefile:1.6
--- pkgsrc/devel/hs-atomic-write/Makefile:1.5   Thu Nov  2 06:36:18 2023
+++ pkgsrc/devel/hs-atomic-write/Makefile       Wed May  1 08:02:03 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/11/02 06:36:18 pho Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/01 08:02:03 pho Exp $
 
 DISTNAME=      atomic-write-0.2.0.7
 PKGREVISION=   4
-CATEGORIES=    devel
+CATEGORIES=    devel # XXX: Should be moved to sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Atomically write to a file

Index: pkgsrc/devel/hs-atomic-write/PLIST
diff -u pkgsrc/devel/hs-atomic-write/PLIST:1.2 pkgsrc/devel/hs-atomic-write/PLIST:1.3
--- pkgsrc/devel/hs-atomic-write/PLIST:1.2      Sun Oct 29 10:34:23 2023
+++ pkgsrc/devel/hs-atomic-write/PLIST  Wed May  1 08:02:03 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/29 10:34:23 pho Exp $
-lib/atomic-write-${PKGVERSION}/${HS_VERSION}/package-description
-lib/atomic-write-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/05/01 08:02:03 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/System/AtomicWrite/Internal.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/System/AtomicWrite/Internal.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/System/AtomicWrite/Internal.p_hi
@@ -40,6 +38,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/atomic-write-${PKGVERSION}/${HS_VERSION}/package-description
+lib/atomic-write-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/System-AtomicWrite-Writer-ByteString-Binary.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/System-AtomicWrite-Writer-ByteString.html
@@ -54,11 +54,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/ato
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/System-AtomicWrite-Writer-Text.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/atomic-write.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-write-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index