[Bug 222153] www/node: detect clang version at run time
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 8 22:11:10 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222153
Bug ID: 222153
Summary: www/node: detect clang version at run time
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bhughes at freebsd.org
Reporter: fjoe at FreeBSD.org
Flags: maintainer-feedback?(bhughes at freebsd.org)
Assignee: bhughes at freebsd.org
Created attachment 186180
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186180&action=edit
Detect clang/llvm version at run time
- clang was updated to 4.0 during FreeBSD 11.1 release cycle (11.0 had 3.8)
- nodejs had a hack for clang 3.8 which broke nodejs modules builds with clang
4.0 and which was fixed in this issue:
https://github.com/nodejs/node/pull/14077
However this fix does not work if nodejs (www/node port) is installed as
package on FreeBSD 11.1 and later: node package is built on FreeBSD 11.0 with
clang 3.8 (see
http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/node-8.4.0.txz)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list