git: 54b6257120d6 - main - net-p2p/aeron: Only for aarch64 amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 02:13:32 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=54b6257120d636301dcb0a3dfb5cbed948149363 commit 54b6257120d636301dcb0a3dfb5cbed948149363 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-12 15:01:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-13 02:13:28 +0000 net-p2p/aeron: Only for aarch64 amd64 Reported by: fallout --- net-p2p/aeron/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-p2p/aeron/Makefile b/net-p2p/aeron/Makefile index a6e6174c24cb..cefccbe8f729 100644 --- a/net-p2p/aeron/Makefile +++ b/net-p2p/aeron/Makefile @@ -10,6 +10,8 @@ WWW= https://aeron.io/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 # limited in aeron-client/src/main/c/concurrent/aeron_atomic.h + TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing