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)
Oct 25 2023, 4:37 PM
Unknown Object (File)
Oct 25 2023, 4:37 PM
Unknown Object (File)
Oct 25 2023, 4:37 PM
Unknown Object (File)
Oct 25 2023, 9:07 AM
Unknown Object (File)
Jun 26 2023, 12:18 PM
Unknown Object (File)
Jun 15 2023, 6:43 PM
Unknown Object (File)
Jun 5 2023, 8:27 PM
Unknown Object (File)
May 14 2023, 6:23 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
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 :)