Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 18:09:41 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
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
Message-ID:  <202005061809.046I9fin080694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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