https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221828
--- Comment #1 from [email protected] --- A commit references this bug: Author: rakuco Date: Sun Aug 27 14:06:06 UTC 2017 New revision: 448821 URL: https://svnweb.freebsd.org/changeset/ports/448821 Log: Ensure qconfig-modules.h does not include qconfig-webkit.h r448361 updated Qt WebKit and dropped QT_DIST and QT_DEFINES, which led to existing installations being upgraded to remove qconfig-webkit.h while not removing the corresponding #include <QtCore/modules/qconfig-webkit.h> from qconfig-modules.h. Consequently, any build that uses existing Qt5 ports (i.e. building a port locally, or any project using Qt5) fails with errors like: /usr/local/include/qt5/QtCore/qconfig-modules.h:8:10: fatal error: 'QtCore/modules/qconfig-webkit.h' file not found Add a pkg-install that takes care of removing any offending lines from qconfig-modules.h. PR: 221828 Reviewed by: tcberner, Adriaan de Groot <[email protected]> Changes: head/www/qt5-webkit/Makefile head/www/qt5-webkit/files/pkg-install.in -- You are receiving this mail because: You are the assignee for the bug.
