Summary: | [patch] www/newsbeuter update to 2.9 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Zsolt Udvari <uzsolt> | ||||
Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(arved) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Zsolt Udvari
2015-02-20 11:03:14 UTC
Auto-assigned to maintainer arved@FreeBSD.org Needs work to compile on 8.x and 9.x In file included from src/configcontainer.cpp:5: include/logger.h:5:10: fatal error: 'mutex' file not found #include <mutex> ^ Do you think the reason is "Change code base to C+11"? probably. The old version definetly works on 9.x so i don't want to mark it broken on 9.x. It could also be a clang problem on 8.x/9.x Adding USE_GCC fixes the build for me, but i am a bit reluctant to force GCC for 10.x too. I first have to find out what is the best way to use ports-gcc on 8.x/9.x and base system clang on 10.x committed w/ small modification for 8.x/9.x, thanks! A commit references this bug: Author: arved Date: Wed Feb 25 14:18:41 UTC 2015 New revision: 379913 URL: https://svnweb.freebsd.org/changeset/ports/379913 Log: Update to 2.9 PR: 197845 Submitted by: Zsolt Udvari Changes: head/www/newsbeuter/Makefile head/www/newsbeuter/distinfo |