Page MenuHomeFreeBSD

Fix node-gyp run time.
ClosedPublic

Authored by otis on Mar 16 2021, 12:39 PM.
Tags
None
Referenced Files
F111493999: D29287.id85832.diff
Tue, Mar 4, 11:37 AM
F111478597: D29287.id85832.diff
Tue, Mar 4, 7:08 AM
Unknown Object (File)
Sat, Feb 22, 1:00 AM
Unknown Object (File)
Mon, Feb 3, 8:41 PM
Unknown Object (File)
Feb 2 2025, 2:48 AM
Unknown Object (File)
Jan 24 2025, 2:25 PM
Unknown Object (File)
Dec 23 2024, 11:05 PM
Unknown Object (File)
Nov 16 2024, 1:37 PM
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