Summary: | www/npm: fixed default C/C++ compiler in node-gyp gcc -> cc, g++ -> c++, added gmake dependency | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | Keywords: | needs-qa, patch | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) koobs: merge-quarterly? |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 204932, 204578, 204906, 204907, 205053 | ||||||||
Attachments: |
|
Created attachment 163125 [details]
patch
Added gmake runtime dependency, because gyp runs gmake during module 'install' command.
A commit references this bug: Author: sunpoet Date: Sun Dec 6 17:52:06 UTC 2015 New revision: 403137 URL: https://svnweb.freebsd.org/changeset/ports/403137 Log: - Add gmake to RUN_DEPENDS - Fix default C/C++ compiler in node-gyp - Bump PORTREVISION for dependency and package change PR: 204547 Submitted by: Yuri <yuri@rawbw.com> Changes: head/www/npm/Makefile head/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py Committed. Thanks! |
Created attachment 163124 [details] patch