git: cb5685d0b6b6 - main - net-mgmt/ipfixcol2: Broken on 13: requires sys/timerfd.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 15:03:57 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb5685d0b6b693c64b68019f5d6a78656a7600a3
commit cb5685d0b6b693c64b68019f5d6a78656a7600a3
Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2025-03-31 14:52:25 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-31 15:03:31 +0000
net-mgmt/ipfixcol2: Broken on 13: requires sys/timerfd.h
Also fix ONLY_FOR_ARCHS_REASON.
PR: 285757
Reported by: fallout
---
net-mgmt/ipfixcol2/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-mgmt/ipfixcol2/Makefile b/net-mgmt/ipfixcol2/Makefile
index bafe96743955..08b01f0b557d 100644
--- a/net-mgmt/ipfixcol2/Makefile
+++ b/net-mgmt/ipfixcol2/Makefile
@@ -10,8 +10,10 @@ WWW= https://github.com/CESNET/ipfixcol2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_13= Requires sys/timerfd.h
+
ONLY_FOR_ARCHS= aarch64 amd64
-ONLY_FOR_ARCHS_REASON= Require SSE2 and static_assert(sizeof(uint64_t) == sizeof(time_t), "Assumed that time_t is uint64_t, but it's not")
+ONLY_FOR_ARCHS_REASON= Requires 64bit time_t: static_assert(sizeof(uint64_t) == sizeof(time_t), "Assumed that time_t is uint64_t, but it's not")
BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \