git: 3e1b3803660b - main - net-mgmt/ipfixcol2: mark this port as suitable only for amd64

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 18 Aug 2024 12:08:50 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e1b3803660b5aba548c3820eded84705945aaf4

commit 3e1b3803660b5aba548c3820eded84705945aaf4
Author:     Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2024-08-18 12:06:44 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-18 12:08:41 +0000

    net-mgmt/ipfixcol2: mark this port as suitable only for amd64
    
    PR:             280850
    Tested by:      fuz
    Fixes:          f31a65e8b225 (mark this port as suitable only for few architectures, improve port)
---
 net-mgmt/ipfixcol2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/ipfixcol2/Makefile b/net-mgmt/ipfixcol2/Makefile
index 20b984e8ef7b..59aca4ede7a7 100644
--- a/net-mgmt/ipfixcol2/Makefile
+++ b/net-mgmt/ipfixcol2/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/CESNET/ipfixcol2
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		aarch64 amd64 armv7
+ONLY_FOR_ARCHS=		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")
 
 BUILD_DEPENDS=	rst2man:textproc/py-docutils