graphics/ufraw fails to on fresh HEAD with clang 6.0 with error message: invalid suffix on literal; C++11 requires a space between literal and identifier [some output skipped] dcraw.cccc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libdrm -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -I/usr/local/include -I/usr/local/include -I/usr/local/include/lensfun -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libpng16 -DDCRAW_NOMAIN -DUFRAW_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -O2 -pipe -march=k8-sse3 -fstack-protector -fno-strict-aliasing -MT ufraw_embedded.o -MD -MP -MF .deps/ufraw_embedded.Tpo -c -o ufraw_embedded.o ufraw_embedded.c :10076:30: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] strcpy (th->soft, "dcraw v"DCRAW_VERSION); USE_CXXSTD=gnu++98 can be added to port's Makefile as workaround
A commit references this bug: Author: danfe Date: Mon Feb 5 17:26:09 UTC 2018 New revision: 460986 URL: https://svnweb.freebsd.org/changeset/ports/460986 Log: Unbreak the build against recent Clang. PR: 225556 Changes: head/graphics/ufraw/files/patch-dcraw.cc
Should be fixed as of ports r460986, thanks!