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
Unknown Object (File)
Thu, Nov 21, 9:55 AM
Unknown Object (File)
Sep 6 2024, 8:41 AM
Unknown Object (File)
Aug 26 2024, 12:47 AM
Unknown Object (File)
Aug 18 2024, 4:42 PM
Unknown Object (File)
Aug 17 2024, 3:41 PM
Unknown Object (File)
Jul 1 2024, 10:10 AM
Unknown Object (File)
May 11 2024, 6:02 AM
Unknown Object (File)
May 2 2024, 9:13 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 :)