Created attachment 164880 [details] Fix build and other - Fix build, needs cmake, qmake and USES=compiler:c++11-lib - Switch to USES=execinfo - USE_QT4=linguisttools_build for less build dependencies - Remove INSTALLS_ICONS, it's GTk+ apps only - Remove DESKTOP_ENTRIES, port installs it's own now - Fix project CMakeLists.txt to respect PREFIX and install files to correct paths
Created attachment 164899 [details] poudriere log Passes poudriere but warning: ================================================================== Unfortunately TBE has a known bug when used with QT 4.7 or 4.8 This makes it impossible to complete level 17 ==================================================================
Created attachment 164900 [details] portlint log Some warnings and fatal messages
A commit references this bug: Author: johans Date: Thu Dec 31 22:05:14 UTC 2015 New revision: 404965 URL: https://svnweb.freebsd.org/changeset/ports/404965 Log: - Fix build, needs cmake, qmake and USES=compiler:c++11-lib - Switch to USES=execinfo - USE_QT4=linguisttools_build for less build dependencies - Remove INSTALLS_ICONS, it's GTk+ apps only - Remove DESKTOP_ENTRIES, port installs it's own now - Fix project CMakeLists.txt to respect PREFIX and install files to correct paths PR: 205742 Submitted by: pawel Changes: head/games/tbe/Makefile head/games/tbe/files/ head/games/tbe/files/patch-src_model_World.h
Great patch. Committed, thanks.