The patch is available here: http://people.freebsd.org/~dumbbell/darktable/graphics-darktable-update-to-103.2.patch With this update, I changed two things: 1. USE_GCC=4.6+: while not required, this permits the use of OpenMP and this improves performances. 2. ONLY_FOR_ARCHS=i386 amd64: darktable requires SSE. I also force the "darktable" executable to be linked to libstdc++. This is a workaround to fix a problem with CMake: it strips any RPATH from libdarktable.so (the one linked to libstdc++), therefore the wrong libstdc++ is picked (/usr/lib/libstdc++.so.6 instead of /usr/local/lib/gcc46/libstdc++.so.6). Because RPATH is kept with the "darktable" executable, forcing the link to libstdc++ fixes the issue.
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed with modifications, thanks!