Created attachment 212031 [details] Fix devel/dee build with clang 10.0.0 As reported in bug 244251, with clang 10.0.0 the devel/dee port fails to build with: dee-serializable-model.c:1331:5: error: misleading indentation; statement is not part of the previous 'while' [-Werror,-Wmisleading-indentation] pos++; ^ dee-serializable-model.c:1329:3: note: previous statement is here while (!dee_model_is_last (self, iter) && iter != _iter) ^ This is a known upstream bug (https://bugs.launchpad.net/dee/+bug/1579529), but as it has been reported 4 years ago and still not fixed, here is a patch.
I committed the upstream patch without knowing this PR. Sorry.
A commit references this bug: Author: jkim Date: Thu Mar 19 07:03:33 UTC 2020 New revision: 528689 URL: https://svnweb.freebsd.org/changeset/ports/528689 Log: Utilize USES=localbase. Note the previous commit actually fixed the following PR. PR: 244507 Changes: head/devel/dee/Makefile