| Summary: | games/tbe: Fix build, switch to USES=execinfo, other fixes | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pawel Pekala <pawel> | ||||||||
| Component: | Individual Port(s) | Assignee: | Johan van Selst <johans> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | CC: | rodrigo.freebsd | ||||||||
| Priority: | --- | Keywords: | needs-qa, patch | ||||||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(johans) |
||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
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. |
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