Hi, The next version of audio/cmus (2.8.0-rc0 at the moment) will require <stdatomic.h>.
This doesn't exist in base, and the only place where I can find this is in clang, so my next cmus update would lose a bit of platform support. Newer versions of GCC in ports have C11 support, and better platform support than clang at the moment, but it looks like our packages don't provide stdatomic.h (although they do have libatomic). Is there any reason for this? Thanks.