[Bug 230960] emulators/kcemu: Fix build with Clang 6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 27 20:33:32 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230960
Bug ID: 230960
Summary: emulators/kcemu: Fix build with Clang 6
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/
p477696_s338122/logs/errors/kcemu-0.5.1_15.log
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: tobik at freebsd.org
CC: hardy.schumacher at gmx.de
CC: hardy.schumacher at gmx.de
Flags: maintainer-feedback?(hardy.schumacher at gmx.de)
The build fails with Clang 6 and soon the port will be marked as
BROKEN on 12.0 and 11.2 if we do not act.
The problem is that Clang 6 has switched to C++14 by default over
C++98 (see [1]) causing all sorts of regressions. Often this can
easily be fixed by applying a small amount of trivial patches.
We can apply them to the ports tree but if possible (and assuming
upstream development has not ceased), they should be upstreamed to
reduce future maintainance work.
[1]
http://releases.llvm.org/6.0.0/tools/clang/docs/ReleaseNotes.html#c-language-changes-in-clang
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list