Bug 198104

Summary: www/newsbeuter: Version 2.9 Fails to Build on 9.3-RELEASE
Product: Ports & Packages Reporter: Ryan Frederick <ryanrfrederick>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (arved)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ryan Frederick 2015-02-28 17:49:26 UTC
www/newsbeuter 2.9 fails to build on 9.3-RELEASE with the following error:

clang++ -O2 -pipe -fno-strict-aliasing -std=gnu++11 -std=c++11 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include   -I/usr/local/include   -I/usr/local/include/libxml2 -I/usr/local/include   -I/usr/local/include   -I/usr/local/include/json-c   -I/usr/local/include   -DHAVE_OPENSSL=1 -O2 -pipe -fno-strict-aliasing -std=gnu++11 -std=c++11 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\"/usr/local/share/locale\" -o src/configcontainer.o -c src/configcontainer.cpp
In file included from src/configcontainer.cpp:5:
include/logger.h:5:10: fatal error: 'mutex' file not found
#include <mutex>
         ^
1 error generated.
Makefile:101: recipe for target 'src/configcontainer.o' failed
gmake: *** [src/configcontainer.o] Error 1
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-28 17:49:26 UTC
Auto-assigned to maintainer arved@FreeBSD.org
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2015-03-04 16:24:43 UTC
Thanks for reporting. The problem should be fixed now
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-04 16:25:00 UTC
A commit references this bug:

Author: arved
Date: Wed Mar  4 16:24:04 UTC 2015
New revision: 380444
URL: https://svnweb.freebsd.org/changeset/ports/380444

Log:
  Fix build on 8.x 9.x

  PR:		198104

Changes:
  head/www/newsbeuter/Makefile