Page MenuHomeFreeBSD

Fix node-gyp run time.
ClosedPublic

Authored by otis on Mar 16 2021, 12:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 1, 6:56 PM
Unknown Object (File)
Mon, Nov 24, 2:07 PM
Unknown Object (File)
Mon, Nov 24, 9:51 AM
Unknown Object (File)
Mon, Nov 24, 9:51 AM
Unknown Object (File)
Mon, Nov 24, 9:51 AM
Unknown Object (File)
Mon, Nov 24, 9:51 AM
Unknown Object (File)
Mon, Nov 24, 8:18 AM
Unknown Object (File)
Fri, Nov 14, 3:04 AM
Subscribers

Details

Summary
  • Fix node-gyp runtime:
    • Link node_modules to package's base directory because node-gyp and node.js packages in general, is looking for node_modules directory in its base directory.
    • Pull in www/npm as a runtime dependency, too, as node-gyp requires npm node_modules on run time,
  • Build textproc/node-re2 without NODE_PATH explicitly defined.
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 37861
Build 34750: arc lint + arc unit