From 308944d90df71c773c958a1c5ff4ebdb240526a3 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 27 Nov 2016 13:23:57 +0100 Subject: main/nodejs: rename to nodejs-current and move to community Odd-numbered versions, like this one (v7), are supported by upstream only for 9 months. When a new odd-numbered major release is cut, the previous even-numbered major version transitions to the Long Term Support plan (LTS). Packages in Alpine stable must be supported for 2 years, so we should keep only LTS version in the stable. Therefore this package is renamed to nodejs-current and moved to the community repository. The nodejs-lts package is going to be renamed to nodejs. See https://github.com/nodejs/LTS#lts-schedule --- .../dont-run-gyp-files-for-bundled-deps.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 main/nodejs/dont-run-gyp-files-for-bundled-deps.patch (limited to 'main/nodejs/dont-run-gyp-files-for-bundled-deps.patch') diff --git a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch b/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch deleted file mode 100644 index ba521dc4fc..0000000000 --- a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Jakub Jirutka -Date: Sat, 26 Nov 2016 01:32:00 +0200 -Subject: Disable running gyp files for bundled deps - -Author: Stephen Gallagher - -Modified 2016-11-26 by Jakub Jirutka to update for -Node.js 7.2.0 - ---- a/Makefile -+++ b/Makefile -@@ -72,8 +72,7 @@ - $(MAKE) -C out BUILDTYPE=Debug V=$(V) - ln -fs out/Debug/$(NODE_EXE) $@ - --out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \ -- deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.gypi \ -+out/Makefile: common.gypi deps/v8/gypfiles/toolchain.gypi \ - deps/v8/gypfiles/features.gypi deps/v8/src/v8.gyp node.gyp \ - config.gypi - $(PYTHON) tools/gyp_node.py -f make -- cgit v1.2.3