Bug 222403

Summary: games/enigma: Fails to build with C++11
Product: Ports & Packages Reporter: Roger Leigh <rleigh>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me CC: rleigh
Priority: --- Flags: amdmi3: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Enigma-Game/Enigma/pull/8
Bug Depends on:    
Bug Blocks: 221890    
Attachments:
Description Flags
Correct NULL comparison and implicit conversions none

Description Roger Leigh 2017-09-17 14:14:14 UTC
Created attachment 186471 [details]
Correct NULL comparison and implicit conversions

See https://github.com/Enigma-Game/Enigma/pull/8 and previously merged changes upstream.

The attached patch makes enigma build with a C++11 compiler.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2017-12-05 18:18:01 UTC
Why's this needed in the port?
Comment 2 Roger Leigh 2017-12-05 19:09:04 UTC
Please see the linked ticket--it blocks #221890 which is enabling C++11 char16_t in xerces-c.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-12-11 12:20:33 UTC
A commit references this bug:

Author: amdmi3
Date: Mon Dec 11 12:19:44 UTC 2017
New revision: 456025
URL: https://svnweb.freebsd.org/changeset/ports/456025

Log:
  - Fix c++11 compatibility

  PR:		222403
  Submitted by:	rleigh@codelibre.net

Changes:
  head/games/enigma/files/patch-src_Value.cc
  head/games/enigma/files/patch-src_lev_Proxy.cc