pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/hs-opentelemetry
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 05:12:48 UTC 2024
Modified Files:
pkgsrc/sysutils/hs-opentelemetry: PLIST
Log Message:
sysutils/hs-opentelemetry: 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.3 -r1.4 pkgsrc/sysutils/hs-opentelemetry/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/hs-opentelemetry/PLIST
diff -u pkgsrc/sysutils/hs-opentelemetry/PLIST:1.3 pkgsrc/sysutils/hs-opentelemetry/PLIST:1.4
--- pkgsrc/sysutils/hs-opentelemetry/PLIST:1.3 Fri Oct 27 13:22:25 2023
+++ pkgsrc/sysutils/hs-opentelemetry/PLIST Mon Apr 29 05:12:48 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/27 13:22:25 pho Exp $
-lib/opentelemetry-${PKGVERSION}/${HS_VERSION}/package-description
-lib/opentelemetry-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/04/29 05:12:48 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/OpenTelemetry/Eventlog.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/OpenTelemetry/Eventlog.hi
@@ -19,6 +17,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/OpenTelem
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/OpenTelemetry/SpanContext.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/opentelemetry-${PKGVERSION}/${HS_VERSION}/package-description
+lib/opentelemetry-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/OpenTelemetry-Eventlog.html
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/OpenTelemetry-Eventlog_Internal.html
@@ -26,12 +26,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/ope
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/OpenTelemetry-Propagation.html
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/OpenTelemetry-SpanContext.html
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/opentelemetry.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/opentelemetry-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index