Date: Mon, 25 Oct 2021 22:50:16 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 952218bd6c97 - main - net/pwnat: enable on powerpc Message-ID: <202110252250.19PMoGVH038472@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=952218bd6c9712d9c960120efd59a395c7cf8ba7 commit 952218bd6c9712d9c960120efd59a395c7cf8ba7 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-25 22:44:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-25 22:44:47 +0000 net/pwnat: enable on powerpc --- net/pwnat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pwnat/Makefile b/net/pwnat/Makefile index d6665e6cc0e5..c4b597640430 100644 --- a/net/pwnat/Makefile +++ b/net/pwnat/Makefile @@ -7,7 +7,7 @@ COMMENT= NAT punching tool based on udptunnel LICENSE= GPLv3 -ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= fails to patch while running on embedded systems USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110252250.19PMoGVH038472>