From owner-svn-ports-all@freebsd.org Fri Feb 16 03:16:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042FDF0D93D; Fri, 16 Feb 2018 03:16:51 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A90877F855; Fri, 16 Feb 2018 03:16:50 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2E3327C66; Fri, 16 Feb 2018 03:16:50 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1G3Go9u086111; Fri, 16 Feb 2018 03:16:50 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1G3GoSH086110; Fri, 16 Feb 2018 03:16:50 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201802160316.w1G3GoSH086110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Fri, 16 Feb 2018 03:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461971 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: jhibbits X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 461971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 03:16:51 -0000 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