Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 09:14:39 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 68e8d0050c70 - main - mail/oama: fix build on powerpc64le
Message-ID:  <6a25367f.1cec9.79bbfa92@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68e8d0050c70074972fa74239dee0c8f575d26a4

commit 68e8d0050c70074972fa74239dee0c8f575d26a4
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-06-04 17:48:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-06-07 09:13:08 +0000

    mail/oama: fix build on powerpc64le
    
    powerpc64le is also 64-bit.
---
 mail/oama/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/mail/oama/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal b/mail/oama/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal
new file mode 100644
index 000000000000..67950ca8d8e2
--- /dev/null
+++ b/mail/oama/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
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a25367f.1cec9.79bbfa92>