Bug 207113 - games/doomsday: fix crash when there's no xrandr support
Summary: games/doomsday: fix crash when there's no xrandr support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 18:54 UTC by Dmitry Marakasov
Modified: 2016-02-15 23:16 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danilo)


Attachments
Patch (1.19 KB, patch)
2016-02-11 18:54 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2016-02-11 18:54:12 UTC
Created attachment 166872 [details]
Patch

doomsday crashes on start if there's no xrandr support on the system. Attached patch fixed this, already upstreamed:

https://github.com/skyjake/Doomsday-Engine/commit/3630aa2f719bc8394c9a9a9d7948e14af384929f
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-15 23:15:26 UTC
A commit references this bug:

Author: danilo
Date: Mon Feb 15 23:14:38 UTC 2016
New revision: 408963
URL: https://svnweb.freebsd.org/changeset/ports/408963

Log:
  - Fix crash when there's no xrandr support

  PR:		207113
  Submitted by:	amdmi3

Changes:
  head/games/doomsday/Makefile
  head/games/doomsday/files/
  head/games/doomsday/files/patch-doomsday_libgui_src_displaymode__x11.cpp
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2016-02-15 23:16:13 UTC
Committed, thanks!