Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 12:33:37 +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: r560289 - branches/2021Q1/net/libtnl
Message-ID:  <202101041233.104CXbdR028550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan  4 12:33:37 2021
New Revision: 560289
URL: https://svnweb.freebsd.org/changeset/ports/560289

Log:
  MFH: r560288
  
  net/libtnl: enable on powerpc64

Modified:
  branches/2021Q1/net/libtnl/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/net/libtnl/Makefile
==============================================================================
--- branches/2021Q1/net/libtnl/Makefile	Mon Jan  4 12:32:32 2021	(r560288)
+++ branches/2021Q1/net/libtnl/Makefile	Mon Jan  4 12:33:37 2021	(r560289)
@@ -20,7 +20,7 @@ WRKSRC=		${WRKDIR}/tnl/tnl
 USE_LDCONFIG=	yes
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 # Other arches can be added easily, provided there is hardware to test:
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64
 .if defined(NO_PROFILE) || defined(NOPROFILE)
 PLIST_SUB+=	PROFILE='@comment '
 .else



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