Created attachment 190963 [details] Build failure with clang 6.0.0 on 12.0 graphics/fig2sxd fails to build on 12.0 with clang 6.0.0
A commit references this bug: Author: gerald Date: Sat Aug 4 11:14:55 UTC 2018 New revision: 476348 URL: https://svnweb.freebsd.org/changeset/ports/476348 Log: Add a reference to PR 226177 which tracks the breakage of this port by clang 6.0.0. PR: 226178 Changes: head/graphics/fig2sxd/Makefile
I got assigned this since I had suggested to create a PR for new instances of USE_GCC to cover for breakage caused by newer versions of clang, but am not a user nor knowledgeable of this port.
A commit references this bug: Author: ehaupt Date: Tue Sep 4 06:54:09 UTC 2018 New revision: 478930 URL: https://svnweb.freebsd.org/changeset/ports/478930 Log: - Remove dependency from GCC - Specify LICENSE PR: 226178 (related) Changes: head/graphics/fig2sxd/Makefile
Removed dependency from GCC with: CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing