Created attachment 161334 [details] Makefile patch www/node fails to build on FreeBSD 9.3-RELEASE because of dependency to gcc48 not enforced in Makefile. The attached patch allows the port to build.
+1 worked great for me, built and running my [albeit simple] app on node-4.1.1 on FreeBSD 9.3-RELEASE-p26/amd64
Maintainer approved. Since we have clang at FreeBSD 10+, I think we could apply the patch. Thanks.
testing@work.
*** Bug 203370 has been marked as a duplicate of this bug. ***
A commit references this bug: Author: pi Date: Thu Oct 1 17:46:25 UTC 2015 New revision: 398375 URL: https://svnweb.freebsd.org/changeset/ports/398375 Log: www/node: fix build on 9.3 - enforce dependency on gcc48 on 9.3 PR: 203307 Submitted by: fcharlier@ploup.net Approved by: linpct@gmail.com (maintainer) Changes: head/www/node/Makefile
Committed, thanks!
Thanks for helping.