svn commit: r546764 - branches/2020Q3/net/pwnat

Piotr Kubaj pkubaj at FreeBSD.org
Fri Aug 28 17:33:37 UTC 2020


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


More information about the svn-ports-all mailing list