git: 8bb1c189f631 - main - devel/pika: Broken on FreeBSD 12 and on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 08:12:50 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bb1c189f63162a3aa0cfe934631476b95d1ceeb commit 8bb1c189f63162a3aa0cfe934631476b95d1ceeb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-07 08:12:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-07 08:12:04 +0000 devel/pika: Broken on FreeBSD 12 and on aarch64 Reported by: fallout --- devel/pika/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pika/Makefile b/devel/pika/Makefile index 9b5cd586b4c1..6a76d91a598f 100644 --- a/devel/pika/Makefile +++ b/devel/pika/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/pika-org/pika LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +BROKEN_FreeBSD_12= compilation error: /usr/include/sys/sysctl.h:1117:25: error: unknown type name 'u_int' +BROKEN_aarch64= compilation error: error: 'regparm' is not valid on this platform + BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libfmt.so:devel/libfmt \