Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:33:36 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r546764 - branches/2020Q3/net/pwnat
Message-ID:  <202008281733.07SHXamt095872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Aug 28 17:33:36 2020
New Revision: 546764
URL: https://svnweb.freebsd.org/changeset/ports/546764

Log:
  MFH: r546763
  
  net/pwnat: enable on powerpc64
  
  Builds fine.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/net/pwnat/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/pwnat/Makefile
==============================================================================
--- branches/2020Q3/net/pwnat/Makefile	Fri Aug 28 17:32:24 2020	(r546763)
+++ branches/2020Q3/net/pwnat/Makefile	Fri Aug 28 17:33:36 2020	(r546764)
@@ -9,7 +9,7 @@ COMMENT=	NAT punching tool based on udptunnel
 
 LICENSE=	GPLv3
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	Fails to patch while running in embedded systems
 
 USES=		gmake



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