The attached patch adds some missing build and runtime dependencies to luminance-qt5: * USES=pkgconfig was missing so exiv2 detection was broken, for example * USE_QT5=declarative and USE_QT5=printsupport were missing, and the latter was required for the port to build correctly with Qt 5.3.2 (see bug 194566). I've added an upstream commit to properly detect and use PrintSupport in the build process as well.
Maintainer CC'd
Sure, feel free to commit.
A commit references this bug: Author: rakuco Date: Sat Oct 25 23:04:54 UTC 2014 New revision: 371492 URL: https://svnweb.freebsd.org/changeset/ports/371492 Log: Add missing dependencies. * USES=pkgconfig was missing so exiv2 detection was broken, for example. * USE_QT5=declarative and USE_QT5=printsupport were missing, and the latter is required for the port to build correctly with the upcoming Qt 5.3.2. I've added an upstream commit to properly detect and use PrintSupport in the build process as well. PR: 194596 Approved by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer) Changes: head/graphics/luminance-qt5/Makefile head/graphics/luminance-qt5/files/ head/graphics/luminance-qt5/files/patch-git_07e36ef8
*** Bug 194595 has been marked as a duplicate of this bug. ***