Bug 228130

Summary: games/gnurobots - Interactive Guile prompt does not appear in GUI if compiler CPU optimizations are enabled
Product: Ports & Packages Reporter: Wes Frazier <wes.frazier>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: wes.frazier
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for the port's makefile which should disable compile time cpu optimizations. none

Description Wes Frazier 2018-05-10 20:13:40 UTC
Created attachment 193249 [details]
Patch for the port's makefile which should disable compile time cpu optimizations.

When the application works as expected, and launched with no commandline options the lower half of the GUI should be an interactive Guile scheme command prompt, that one can use to control the on screen robot. This prompt appear to break if the compiler uses CPU optimizations.

I have attached a patch to disable CPU optimizations for the port's Makefile.
Comment 1 Wes Frazier 2018-05-10 20:16:04 UTC
I failed to mention it in my first comment but this is for: games/gnurobots
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-26 17:02:06 UTC
A commit references this bug:

Author: swills
Date: Sun May 26 17:01:50 UTC 2019
New revision: 502730
URL: https://svnweb.freebsd.org/changeset/ports/502730

Log:
  games/gnurobots: fix interactive prompt

  PR:		228130
  Submitted by:	Wes Frazier <wes.frazier@members.fsf.org>

Changes:
  head/games/gnurobots/Makefile
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-05-26 17:03:42 UTC
Committed, thanks!