2.12_1 14 Aug 2018 21:29:42 |
jbeich |
www/newsboat: unbreak with libc++ 7
In file included from src/ttrss_api.cpp:1:
In file included from include/ttrss_api.h:4:
./3rd-party/json.hpp:1201:9: error: static_assert failed "could not find
from_json() method in T's namespace"
static_assert(sizeof(BasicJsonType) == 0,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./3rd-party/json.hpp:1216:16: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::call<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
return call(j, val, priority_tag<1> {});
^
./3rd-party/json.hpp:9660:9: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::operator()<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
^
./3rd-party/json.hpp:12181:36: note: in instantiation of function template
specialization 'nlohmann::adl_serializer<std::__1::basic_string_view<char,
std::__1::char_traits<char> >, void>::from_json<const
nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool,
long, unsigned long, double, std::allocator, adl_serializer> &,
std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested
here
JSONSerializer<ValueType>::from_json(*this, ret); (Only the first 15 lines of the commit message are shown above ) |
2.12_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.10.2 09 Jan 2018 07:54:15 |
tobik |
www/newsboat: Update to 2.10.2
- Install manpages
- Update pkg-descr: newsbeuter -> newsboat
- Remove PODCAST option. Podboat is always built and has no extra
dependencies, so we might as well always install it.
- Remove all post-patch cruft that does nothing anymore
- Perl isn't used during the build anymore, so remove it.
PR: 223784
Submitted by: mt@markoturk.info (maintainer, based on) |