Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:32:25 +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: r546763 - head/net/pwnat
Message-ID:  <202008281732.07SHWPI1095634@repo.freebsd.org>

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



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