Date: Mon, 1 Aug 2022 17:42:35 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99055a8c8fe7 - main - comms/iceoryx: Disable on non-64-bit platforms. Message-ID: <202208011742.271HgZqA007826@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=99055a8c8fe702e84288a838c9ecfa71e24459b7 commit 99055a8c8fe702e84288a838c9ecfa71e24459b7 Author: Florian Limberger <flo@purplekraken.com> AuthorDate: 2022-08-01 17:37:11 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-08-01 17:41:44 +0000 comms/iceoryx: Disable on non-64-bit platforms. Summary: Upstream supports only 64-bit hardware. Test Plan: * portlint: OK * portclippy: OK Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D36008 --- comms/iceoryx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comms/iceoryx/Makefile b/comms/iceoryx/Makefile index b5a404da5f8d..c38cb86c327c 100644 --- a/comms/iceoryx/Makefile +++ b/comms/iceoryx/Makefile @@ -9,6 +9,9 @@ COMMENT= True zero-copy inter-process communication LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= upstream supports only 64-bit hardware + BUILD_DEPENDS= cpptoml>=0.1.1:textproc/cpptoml USES= cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208011742.271HgZqA007826>