Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2021 08:42:52 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: 1f22ff7b7f74 - main - security/softether: enable on armv7 and powerpc
Message-ID:  <202106150842.15F8gqTB066278@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=1f22ff7b7f7418857c3ffd59a989f1525f32ae83

commit 1f22ff7b7f7418857c3ffd59a989f1525f32ae83
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-15 08:41:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-15 08:41:57 +0000

    security/softether: enable on armv7 and powerpc
---
 security/softether/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/softether/Makefile b/security/softether/Makefile
index 825c93ae2db4..165d85a3fc8c 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -11,7 +11,7 @@ COMMENT=	SoftEther VPN 4 (RTM version)
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
 USES=		dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
 		readline ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106150842.15F8gqTB066278>