Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 09:58:04 +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: r551756 - head/devel/bbparse
Message-ID:  <202010090958.0999w4TE042943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Oct  9 09:58:04 2020
New Revision: 551756
URL: https://svnweb.freebsd.org/changeset/ports/551756

Log:
  devel/bbarse: enable on powerpc64(le)
  
  MFH:		2020Q4 (fix build blanket)

Modified:
  head/devel/bbparse/Makefile

Modified: head/devel/bbparse/Makefile
==============================================================================
--- head/devel/bbparse/Makefile	Fri Oct  9 09:35:23 2020	(r551755)
+++ head/devel/bbparse/Makefile	Fri Oct  9 09:58:04 2020	(r551756)
@@ -11,7 +11,7 @@ COMMENT=	Library to parse Blackbox-created PCAPng file
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Netflix



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