Bug 229066 - [FIX] games/frogatto
Summary: [FIX] games/frogatto
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-16 11:38 UTC by fiziologus
Modified: 2018-06-16 21:43 UTC (History)
0 users

See Also:


Attachments
fix for c++11 (3.55 KB, text/plain)
2018-06-16 11:38 UTC, fiziologus
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description fiziologus 2018-06-16 11:38:07 UTC
Created attachment 194305 [details]
fix for c++11

fix games/frogatto for c++11 (and possibly for FREEBSD12)

USE_CXXSTD need for FREEBSD11 and less.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-16 21:41:50 UTC
A commit references this bug:

Author: swills
Date: Sat Jun 16 21:41:44 UTC 2018
New revision: 472570
URL: https://svnweb.freebsd.org/changeset/ports/472570

Log:
  games/frogatto: fix build on HEAD

  PR:		229066
  Submitted by:	fiziologus@gmail.com (maintainer)

Changes:
  head/games/frogatto/Makefile
  head/games/frogatto/files/patch-Makefile
  head/games/frogatto/files/patch-src-code_editor_dialog.cpp
  head/games/frogatto/files/patch-src-surface_cache.cpp
  head/games/frogatto/files/patch-src-texture.hpp
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-06-16 21:43:01 UTC
Committed, thanks!