svn commit: r479151 - head/www/node8

Bradley T. Hughes bhughes at FreeBSD.org
Thu Sep 6 19:40:23 UTC 2018


Author: bhughes
Date: Thu Sep  6 19:40:22 2018
New Revision: 479151
URL: https://svnweb.freebsd.org/changeset/ports/479151

Log:
  www/node8: add dependency on www/libnghttp2
  
  ... instead of using the bundled version. Bump PORTREVISION due to the
  new dependency.
  
  Sponsored by:	Miles AS

Modified:
  head/www/node8/Makefile

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Thu Sep  6 19:39:45 2018	(r479150)
+++ head/www/node8/Makefile	Thu Sep  6 19:40:22 2018	(r479151)
@@ -3,6 +3,7 @@
 PORTNAME=	node
 PORTVERSION=	8.11.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	8
@@ -56,6 +57,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \
 		--shared-cares \
 		--shared-libuv \
+		--shared-nghttp2 \
 		--shared-zlib
 
 SHEBANG_FILES=	tools/specialize_node_d.py tools/genv8constants.py
@@ -65,7 +67,8 @@ REINPLACE_ARGS=	-i ''
 MAKE_ENV+=	CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
 
 LIB_DEPENDS+=	libcares.so:dns/c-ares\
-		libuv.so:devel/libuv
+		libuv.so:devel/libuv \
+		libnghttp2.so:www/libnghttp2
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list