From owner-svn-ports-head@freebsd.org Wed May 6 18:09:42 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 53EA42DB9B9; Wed, 6 May 2020 18:09:42 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49HPkZ1bfYz40M0; Wed, 6 May 2020 18:09:42 +0000 (UTC) (envelope-from emaste@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 31E6B37E5; Wed, 6 May 2020 18:09:42 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 046I9gZ7080697; Wed, 6 May 2020 18:09:42 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 046I9fin080694; Wed, 6 May 2020 18:09:41 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202005061809.046I9fin080694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 6 May 2020 18:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534197 - in head/www: node node10 node12 X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: in head/www: node node10 node12 X-SVN-Commit-Revision: 534197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 18:09:42 -0000 Author: emaste (src committer) Date: Wed May 6 18:09:41 2020 New Revision: 534197 URL: https://svnweb.freebsd.org/changeset/ports/534197 Log: www/node*: add binutils dep on objdump /usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0. PR: 241157 Approved by: bapt Sponsored by: The FreeBSD Foundation Modified: head/www/node/Makefile head/www/node10/Makefile head/www/node12/Makefile Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed May 6 17:44:15 2020 (r534196) +++ head/www/node/Makefile Wed May 6 18:09:41 2020 (r534197) @@ -67,7 +67,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.35.0:devel/libuv \ - libnghttp2>=1.40.0:www/libnghttp2 + libnghttp2>=1.40.0:www/libnghttp2 \ + objdump:devel/binutils LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 Modified: head/www/node10/Makefile ============================================================================== --- head/www/node10/Makefile Wed May 6 17:44:15 2020 (r534196) +++ head/www/node10/Makefile Wed May 6 18:09:41 2020 (r534197) @@ -69,7 +69,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.34.2:devel/libuv \ - libnghttp2>=1.39.2:www/libnghttp2 + libnghttp2>=1.39.2:www/libnghttp2 \ + objdump:devel/binutils LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 Modified: head/www/node12/Makefile ============================================================================== --- head/www/node12/Makefile Wed May 6 17:44:15 2020 (r534196) +++ head/www/node12/Makefile Wed May 6 18:09:41 2020 (r534197) @@ -69,7 +69,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.34.2:devel/libuv \ - libnghttp2>=1.40.0:www/libnghttp2 + libnghttp2>=1.40.0:www/libnghttp2 \ + objdump:devel/binutils LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2