git: 21f8dd252518 - main - net/tcplog_dumper: Enable build on all 64-bit platforms

Olivier Cochard olivier at FreeBSD.org
Tue Jun 29 15:56:59 UTC 2021


The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21f8dd252518ef09f68ec38b7c82ee930f107c21

commit 21f8dd252518ef09f68ec38b7c82ee930f107c21
Author:     Olivier Cochard <olivier at FreeBSD.org>
AuthorDate: 2021-06-29 15:46:54 +0000
Commit:     Olivier Cochard <olivier at FreeBSD.org>
CommitDate: 2021-06-29 15:56:50 +0000

    net/tcplog_dumper: Enable build on all 64-bit platforms
    
    Reported by:    tuexen
    Sponsored by:   Netflix
---
 net/tcplog_dumper/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile
index 3f485a038239..08598ea23f2c 100644
--- a/net/tcplog_dumper/Makefile
+++ b/net/tcplog_dumper/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Dump data from the tcp_log device
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 mips64 mips64el mips64elhf mips64hf powerpc64 powerpc64le riscv64 riscv64sf
+ONLY_FOR_ARCHS_REASON=	Only 64-bit platforms are supported
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Netflix


More information about the dev-commits-ports-main mailing list