svn commit: r461971 - head/www/node

Justin Hibbits jhibbits at FreeBSD.org
Fri Feb 16 03:16:51 UTC 2018


Author: jhibbits (src committer)
Date: Fri Feb 16 03:16:50 2018
New Revision: 461971
URL: https://svnweb.freebsd.org/changeset/ports/461971

Log:
  Mark www/node as buildable by powerpc64
  
  Summary:
  As of node 9.3.0, a bug was fixed preventing builds with gcc.  As this has
  not been tested on mips, and fails on powerpcspe, only add powerpc64 to the
  ONLY_FOR_ARCHS list.
  
  Test Plan: Built for powerpc64
  
  Reviewed By: bhughes
  Differential Revision: https://reviews.freebsd.org/D13880

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Fri Feb 16 03:11:46 2018	(r461970)
+++ head/www/node/Makefile	Fri Feb 16 03:16:50 2018	(r461971)
@@ -12,7 +12,7 @@ COMMENT=	V8 JavaScript for client and server
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64
 
 OPTIONS_DEFINE=	BUNDLED_SSL DOCS NLS DTRACE
 OPTIONS_DEFAULT=DTRACE


More information about the svn-ports-head mailing list