[Bug 225649] sysutils/apachetop: Unbreak build with Clang 6 (C++14 by default)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 3 16:24:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225649
Bug ID: 225649
Summary: sysutils/apachetop: Unbreak build with Clang 6 (C++14
by default)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: lukasz at wasikowski.net
Created attachment 190299
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190299&action=edit
Patch unbreaking apachetop with Clang 6
Patch to unbreak build with Clang 6 for games/oolite port. Caused by base
r327952 changes.
The Clang 6 uses -std=gnu++14 for C++ files by default:
https://github.com/llvm-mirror/clang/commit/466d8da5f89b1a780f735c86f414fa69ce63221b
Reported by pkg-fallout (FreeBSD 12.0-CURRENT 1200056 amd64):
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p460549_s328647/logs/apachetop-0.12.6_5.log
- Add USE_CXXSTD=gnu++98
- Add LICENCE=BSD
- Changed MASTER_SITES to new https address
The PORTREVISION bump is not required.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list