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)
Sun, Oct 5, 7:52 PM
Unknown Object (File)
Thu, Sep 25, 9:13 PM
Unknown Object (File)
Thu, Sep 25, 10:28 AM
Unknown Object (File)
Thu, Sep 18, 4:37 AM
Unknown Object (File)
Wed, Sep 17, 11:49 AM
Unknown Object (File)
Sep 12 2025, 1:37 PM
Unknown Object (File)
Sep 11 2025, 11:11 PM
Unknown Object (File)
Sep 5 2025, 11:02 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
Lint Not Applicable
Unit
Tests Not Applicable