Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 17:50:39 +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: r560027 - head/security/softether
Message-ID:  <202101031750.103HodQ3005450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jan  3 17:50:38 2021
New Revision: 560027
URL: https://svnweb.freebsd.org/changeset/ports/560027

Log:
  ecurity/softether: enable on powerpc64le

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Sun Jan  3 17:49:21 2021	(r560026)
+++ head/security/softether/Makefile	Sun Jan  3 17:50:38 2021	(r560027)
@@ -13,7 +13,7 @@ COMMENT=	SoftEther VPN 4 (RTM version)
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 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?202101031750.103HodQ3005450>