git: f833c2d74b3b - 2025Q2 - net/rabbitmqadmin: drop i386 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 07:23:50 UTC
The branch 2025Q2 has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f833c2d74b3bd7db5240b4e7bf2da6fd2f91e482
commit f833c2d74b3bd7db5240b4e7bf2da6fd2f91e482
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-04-09 07:22:13 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-04-09 07:23:31 +0000
net/rabbitmqadmin: drop i386 support
Given this is an admin tool, just skip failing i386.
Reported by: pkg-fallout
Sponsored by: SkunkWerks, GmbH
(cherry picked from commit 711eeb3f03f5e1c6d7fcef4452f137cfa33ea1e5)
---
net/rabbitmqadmin/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/rabbitmqadmin/Makefile b/net/rabbitmqadmin/Makefile
index 2b8d507bcf1b..6c71d15e814c 100644
--- a/net/rabbitmqadmin/Makefile
+++ b/net/rabbitmqadmin/Makefile
@@ -12,6 +12,8 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
+BROKEN_i386= compilation fails: ld: error: undefined symbol: __atomic_load
+
USES= cargo llvm pkgconfig ssl
USE_GITHUB= yes