Bug 205742

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: LatestFlags: bugzilla: maintainer-feedback? (johans)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix build and other
none
poudriere log
none
portlint log none

Description Pawel Pekala freebsd_committer freebsd_triage 2015-12-30 22:43:56 UTC
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
Comment 1 Rodrigo N. Hernandez freebsd_triage 2015-12-31 13:57:00 UTC
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
==================================================================
Comment 2 Rodrigo N. Hernandez freebsd_triage 2015-12-31 13:58:10 UTC
Created attachment 164900 [details]
portlint log

Some warnings and fatal messages
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-12-31 22:05:38 UTC
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
Comment 4 Johan van Selst freebsd_committer freebsd_triage 2015-12-31 22:06:00 UTC
Great patch. Committed, thanks.