Date: Fri, 16 Feb 2018 03:16:50 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461971 - head/www/node Message-ID: <201802160316.w1G3GoSH086110@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802160316.w1G3GoSH086110>