Date: Thu, 6 Sep 2018 19:40:41 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479152 - head/www/node Message-ID: <201809061940.w86JeffG073723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Thu Sep 6 19:40:41 2018 New Revision: 479152 URL: https://svnweb.freebsd.org/changeset/ports/479152 Log: www/node: 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/node/Makefile Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Sep 6 19:40:22 2018 (r479151) +++ head/www/node/Makefile Thu Sep 6 19:40:41 2018 (r479152) @@ -3,6 +3,7 @@ PORTNAME= node PORTVERSION= 10.9.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -50,6 +51,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 @@ -59,7 +61,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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809061940.w86JeffG073723>