svn commit: r534197 - in head/www: node node10 node12

Ed Maste emaste at FreeBSD.org
Wed May 6 18:09:42 UTC 2020


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


More information about the svn-ports-all mailing list