svn commit: r559703 - head/security/softether
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Dec 31 01:39:22 UTC 2020
Author: pkubaj
Date: Thu Dec 31 01:39:21 2020
New Revision: 559703
URL: https://svnweb.freebsd.org/changeset/ports/559703
Log:
security/softether: enable on powerpc64
Builds fine.
Modified:
head/security/softether/Makefile
Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile Thu Dec 31 01:35:40 2020 (r559702)
+++ head/security/softether/Makefile Thu Dec 31 01:39:21 2020 (r559703)
@@ -13,8 +13,7 @@ COMMENT= SoftEther VPN 4 (RTM version)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386: https://www.softether.org/3-spec
+ONLY_FOR_ARCHS= amd64 i386 powerpc64
USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
readline ssl
More information about the svn-ports-all
mailing list