Page MenuHomeFreeBSD

www/node: Update 8.3.0 -> 8.4.0
ClosedPublic

Authored by bhughes on Aug 16 2017, 3:33 PM.
Tags
None
Referenced Files
F160177111: D12045.id.diff
Sun, Jun 21, 10:29 PM
Unknown Object (File)
Sun, Jun 21, 1:25 PM
Unknown Object (File)
Sat, Jun 20, 1:59 AM
Unknown Object (File)
Fri, Jun 12, 7:25 PM
Unknown Object (File)
Tue, Jun 9, 8:56 AM
Unknown Object (File)
May 18 2026, 11:40 PM
Unknown Object (File)
Apr 30 2026, 1:17 PM
Unknown Object (File)
Apr 29 2026, 9:19 AM
Subscribers
None

Details

Summary

www/node: Update 8.3.0 -> 8.4.0

Approved by: robak (mentor)

Test Plan

$ pwd
/usr/ports/www/node
$ portlint -C
WARN: Makefile: [0]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: possible use of absolute pathname "/etc/make.conf".
0 fatal errors and 2 warnings found.

http://35.176.84.170/data/latest-per-pkg/node/8.4.0/

Diff Detail

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

Event Timeline

mat added inline comments.
www/node/Makefile
87–89
DTRACE_CONFIGURE_WITH= dtrace

Or if it does not support --without-dtrace:

DTRACE_CONFIGURE_ON= --with-dtrace
This revision is now accepted and ready to land.Aug 16 2017, 3:46 PM
This revision was automatically updated to reflect the committed changes.

Good catch, thanks :)