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
F167686742: D12045.id.diff
Sun, Aug 23, 6:56 PM
F167683475: D12045.diff
Sun, Aug 23, 6:23 PM
Unknown Object (File)
Fri, Aug 14, 12:32 AM
Unknown Object (File)
Mon, Aug 10, 7:27 PM
Unknown Object (File)
Mon, Aug 10, 7:26 PM
Unknown Object (File)
Mon, Aug 10, 7:26 PM
Unknown Object (File)
Fri, Jul 31, 1:57 AM
Unknown Object (File)
Jul 23 2026, 9:34 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat added inline comments.
www/node/Makefile
87โ€“89 โ†—(On Diff #32120)
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 :)