Page MenuHomeFreeBSD

www/node can be built by gcc now
ClosedPublic

Authored by jhibbits on Jan 12 2018, 2:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 4:35 PM
Unknown Object (File)
Sat, Apr 27, 4:35 PM
Unknown Object (File)
Sat, Apr 27, 4:29 PM
Unknown Object (File)
Sat, Apr 27, 4:28 PM
Unknown Object (File)
Sat, Apr 27, 3:11 PM
Unknown Object (File)
Sat, Apr 27, 2:47 AM
Unknown Object (File)
Mar 26 2024, 11:18 AM
Unknown Object (File)
Mar 13 2024, 8:09 PM
Subscribers

Details

Summary

As of node 9.3.0, a bug was fixed preventing builds with gcc. Don't prevent gcc
from building it now.

Test Plan

Built for powerpc64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

What about MIPS?

I don't see anything in the node source that's platform specific. Granted, I haven't test-compiled for mips, so it might be broken, but gcc is no longer the limiting factor (I only have powerpc machines).

Testing further, on my powerpcspe machine, It looks like node.js needs a little work for the configure script to build on powerpc, powerpcspe, and possibly mips. So I'll just add powerpc64 to the ONLY_FOR_ARCHS line instead.

Only add powerpc64 to node Makefile. powerpc and powerpcspe still need work,
and mips is unknown.

This revision is now accepted and ready to land.Feb 15 2018, 7:18 AM
This revision was automatically updated to reflect the committed changes.