pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 08:56:01 UTC 2024

Modified Files:
        pkgsrc/devel/hs-atomic-primops: Makefile PLIST buildlink3.mk distinfo

Log Message:
devel/hs-atomic-primops: Update to 0.8.7

0.8.7 [2024.04.20]
    Fix typos in the foreign imports introduced in atomic-primops-0.8.5 and
    atomic-primops-0.8.6, which would lead to linker errors when building
    executables with GHC 9.10.

0.8.6 [2024.04.16]
    Use prim, not ccall, for the foreign imports used when building the
    library with GHC 9.10 or later. This fixes a GHC 9.10-specific build
    issue.

0.8.5 [2024.02.17]
    Allow building with GHC 9.10.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-atomic-primops/Makefile \
    pkgsrc/devel/hs-atomic-primops/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-atomic-primops/PLIST \
    pkgsrc/devel/hs-atomic-primops/distinfo

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-primops/Makefile
diff -u pkgsrc/devel/hs-atomic-primops/Makefile:1.2 pkgsrc/devel/hs-atomic-primops/Makefile:1.3
--- pkgsrc/devel/hs-atomic-primops/Makefile:1.2 Thu Nov  2 06:36:18 2023
+++ pkgsrc/devel/hs-atomic-primops/Makefile     Mon Apr 29 08:56:01 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/11/02 06:36:18 pho Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/29 08:56:01 pho Exp $
 
-DISTNAME=      atomic-primops-0.8.4
-PKGREVISION=   1
+DISTNAME=      atomic-primops-0.8.7
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/hs-atomic-primops/buildlink3.mk
diff -u pkgsrc/devel/hs-atomic-primops/buildlink3.mk:1.2 pkgsrc/devel/hs-atomic-primops/buildlink3.mk:1.3
--- pkgsrc/devel/hs-atomic-primops/buildlink3.mk:1.2    Thu Nov  2 06:36:18 2023
+++ pkgsrc/devel/hs-atomic-primops/buildlink3.mk        Mon Apr 29 08:56:01 2024
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2023/11/02 06:36:18 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2024/04/29 08:56:01 pho Exp $
 
 BUILDLINK_TREE+=       hs-atomic-primops
 
 .if !defined(HS_ATOMIC_PRIMOPS_BUILDLINK3_MK)
 HS_ATOMIC_PRIMOPS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-atomic-primops+=      hs-atomic-primops>=0.8.4
-BUILDLINK_ABI_DEPENDS.hs-atomic-primops+=      hs-atomic-primops>=0.8.4nb1
+BUILDLINK_API_DEPENDS.hs-atomic-primops+=      hs-atomic-primops>=0.8.7
+BUILDLINK_ABI_DEPENDS.hs-atomic-primops+=      hs-atomic-primops>=0.8.7
 BUILDLINK_PKGSRCDIR.hs-atomic-primops?=                ../../devel/hs-atomic-primops
 
 .include "../../devel/hs-primitive/buildlink3.mk"

Index: pkgsrc/devel/hs-atomic-primops/PLIST
diff -u pkgsrc/devel/hs-atomic-primops/PLIST:1.1 pkgsrc/devel/hs-atomic-primops/PLIST:1.2
--- pkgsrc/devel/hs-atomic-primops/PLIST:1.1    Tue Oct 31 16:27:46 2023
+++ pkgsrc/devel/hs-atomic-primops/PLIST        Mon Apr 29 08:56:01 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/31 16:27:46 pho Exp $
-lib/atomic-primops-${PKGVERSION}/${HS_VERSION}/package-description
-lib/atomic-primops-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.2 2024/04/29 08:56:01 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Atomics.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/Atomics.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Atomics.p_hi
@@ -13,17 +11,18 @@ ${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-primops-${PKGVERSION}/${HS_VERSION}/package-description
+lib/atomic-primops-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/CHANGELOG.md
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/Data-Atomics-Counter.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/Data-Atomics-Internal.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/Data-Atomics.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/atomic-primops.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/atomic-primops-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-atomic-primops/distinfo
diff -u pkgsrc/devel/hs-atomic-primops/distinfo:1.1 pkgsrc/devel/hs-atomic-primops/distinfo:1.2
--- pkgsrc/devel/hs-atomic-primops/distinfo:1.1 Tue Oct 31 16:27:46 2023
+++ pkgsrc/devel/hs-atomic-primops/distinfo     Mon Apr 29 08:56:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/10/31 16:27:46 pho Exp $
+$NetBSD: distinfo,v 1.2 2024/04/29 08:56:01 pho Exp $
 
-BLAKE2s (atomic-primops-0.8.4.tar.gz) = d4a3208c9800cba0b69866958e17e962484318617eb01f4de706b9b05ddb6b45
-SHA512 (atomic-primops-0.8.4.tar.gz) = a9e873e6f4eba26541d370c5ee3b81b518a1bf0f54d303d26a2065ba47eac7db1366436661b108c0648503386ffb9cb121567236c9635bf30d4e523a2d63a8b4
-Size (atomic-primops-0.8.4.tar.gz) = 33639 bytes
+BLAKE2s (atomic-primops-0.8.7.tar.gz) = b9d4dc6d3c784e349b6d41602d48477ad8a90022ce82d5355d423c867de97594
+SHA512 (atomic-primops-0.8.7.tar.gz) = 3cf49658216bfc7ee0938f81b37a2fbe725ed2aa35ef39f4f0c60891cd55292256b2e26bf735c3967fcacfd0b7c707db60d0ba9e994e29fd8199e34701bd41fd
+Size (atomic-primops-0.8.7.tar.gz) = 34142 bytes



Home | Main Index | Thread Index | Old Index