Date: Thu, 6 Sep 2018 19:40:23 +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: r479151 - head/www/node8 Message-ID: <201809061940.w86JeNFN073584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809061940.w86JeNFN073584>