Created attachment 189325 [details] Fix detection of clang 6 and higher for valgrind While testing the new clang600-import branch (see bug 224669), I noticed that valgrind and valgrind-devel fail to compile, due clang 6.0.0 not being detected properly: checking for a supported version of gcc... no (6.0.0) configure: error: please use gcc >= 3.0 or clang >= 2.9 ===> Script "configure" failed unexpectedly. Here is a patch to fix it, which should work until clang 10.0.0 gets released.
Thanks!
A commit references this bug: Author: bdrewery Date: Wed Jan 24 18:57:41 UTC 2018 New revision: 459883 URL: https://svnweb.freebsd.org/changeset/ports/459883 Log: Fix build with clang 6. PR: 224828 Submitted by: dim Changes: head/devel/valgrind/files/patch-configure.ac head/devel/valgrind-devel/files/patch-configure.ac
A commit references this bug: Author: swills Date: Fri Feb 23 17:52:30 UTC 2018 New revision: 462710 URL: https://svnweb.freebsd.org/changeset/ports/462710 Log: MFH: r459883 Fix build with clang 6. PR: 224828 Submitted by: dim Approved by: ports-secteam (implicit) Changes: _U branches/2018Q1/ branches/2018Q1/devel/valgrind/files/patch-configure.ac branches/2018Q1/devel/valgrind-devel/files/patch-configure.ac