svn commit: r546763 - head/net/pwnat

Piotr Kubaj pkubaj at FreeBSD.org
Fri Aug 28 17:32:25 UTC 2020


Author: pkubaj
Date: Fri Aug 28 17:32:24 2020
New Revision: 546763
URL: https://svnweb.freebsd.org/changeset/ports/546763

Log:
  net/pwnat: enable on powerpc64
  
  Builds fine.
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/net/pwnat/Makefile

Modified: head/net/pwnat/Makefile
==============================================================================
--- head/net/pwnat/Makefile	Fri Aug 28 17:29:23 2020	(r546762)
+++ head/net/pwnat/Makefile	Fri Aug 28 17:32:24 2020	(r546763)
@@ -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-head mailing list