git: 99c1dd7182e8 - main - devel/hs-threadscope: fix build on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jun 2026 09:14:28 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99c1dd7182e80daab21b2cbbdb00bc28a9ffe11a
commit 99c1dd7182e80daab21b2cbbdb00bc28a9ffe11a
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-06-03 09:04:16 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-06-07 09:12:55 +0000
devel/hs-threadscope: fix build on powerpc64le
powerpc64le is also 64-bit.
---
.../files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/devel/hs-threadscope/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal b/devel/hs-threadscope/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal
new file mode 100644
index 000000000000..67950ca8d8e2
--- /dev/null
+++ b/devel/hs-threadscope/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal
@@ -0,0 +1,11 @@
+--- _cabal_deps/tasty-1.5.3/tasty.cabal.orig 2026-05-29 10:05:13 UTC
++++ _cabal_deps/tasty-1.5.3/tasty.cabal
+@@ -69,7 +69,7 @@ library
+ ansi-terminal >= 0.9 && < 1.2
+
+ -- No reason to depend on unbounded-delays on 64-bit architecture
+- if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
++ if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64le) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
+ build-depends:
+ unbounded-delays >= 0.1 && < 0.2
+