1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Sunpoet Po-Chuan Hsieh 2016-11-01 17:52:31 +00:00
parent f6fcca37b6
commit 6e0a3c6a01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425070
4 changed files with 405 additions and 312 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= npm
PORTVERSION= 3.9.2
PORTVERSION= 3.10.9
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1463935939
SHA256 (npm-3.9.2.tar.xz) = a609210f2513a23093a4e373870ca946a5decf247ab2ecb75c3070691a4ef666
SIZE (npm-3.9.2.tar.xz) = 2711172
TIMESTAMP = 1477514027
SHA256 (npm-3.10.9.tar.xz) = 0e456427d40146581ab425bb1b2de9c525ee6402cde7a2fe4e5775889ae51e56
SIZE (npm-3.10.9.tar.xz) = 2459328

View File

@ -1,14 +1,14 @@
--- node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig 2015-10-02 18:06:50 UTC
--- node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig 2016-09-09 02:47:59 UTC
+++ node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
@@ -2059,9 +2059,9 @@ def GenerateOutput(target_list, target_d
@@ -2065,9 +2065,9 @@ def GenerateOutput(target_list, target_d
'AR.target': GetEnvironFallback(('AR_target', 'AR'), '$(AR)'),
'CXX.target': GetEnvironFallback(('CXX_target', 'CXX'), '$(CXX)'),
'LINK.target': GetEnvironFallback(('LINK_target', 'LINK'), '$(LINK)'),
- 'CC.host': GetEnvironFallback(('CC_host',), 'gcc'),
+ 'CC.host': GetEnvironFallback(('CC_host',), 'cc'),
'AR.host': GetEnvironFallback(('AR_host',), 'ar'),
- 'CXX.host': GetEnvironFallback(('CXX_host',), 'g++'),
+ 'CXX.host': GetEnvironFallback(('CXX_host',), 'c++'),
'LINK.host': GetEnvironFallback(('LINK_host',), '$(CXX.host)'),
- 'CC.host': GetEnvironFallback(('CC_host', 'CC'), 'gcc'),
+ 'CC.host': GetEnvironFallback(('CC_host', 'CC'), 'cc'),
'AR.host': GetEnvironFallback(('AR_host', 'AR'), 'ar'),
- 'CXX.host': GetEnvironFallback(('CXX_host', 'CXX'), 'g++'),
+ 'CXX.host': GetEnvironFallback(('CXX_host', 'CXX'), 'c++'),
'LINK.host': GetEnvironFallback(('LINK_host', 'LINK'), '$(CXX.host)'),
})

File diff suppressed because it is too large Load Diff