Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 01:39:21 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559703 - head/security/softether
Message-ID:  <202012310139.0BV1dLek093145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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