* Remove misplaced axa/rad_mod.h
* Move all tls scripts to cert_tools
* Fix axa_link_certs to work reliably on OS X and Debian
* Add Rad Units data type
* Documentation fixes
Sponsored by: Farsight Security, Inc.
ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence
"The public-domain time zone database contains code and data that
represent the history of local time for many representative locations
around the globe."
Expose local servers behind NATs and firewalls to the public internet
over secure tunnels.
URL: https://ngrok.com
PR: 212883
Submitted by: jhixson@gmail.com
Hook up to the test framework.
Sort the plist the same way make makeplist does, so that next updates
are easier to work on.
PR: 213417
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight
In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
~~~~~^~~~~~~~~~~~~~~
tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
^
Reported by: pkg-fallout
USES=compiler cannot pull newer C++14 compatible libc++ version.
In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
~~~~~^~~~~~~~~~~~~~~
tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
^
Reported by: pkg-fallout
turbolinks was completely rewritten and released as version 5.x. The old
branch 2.5.x was renamed to turbolinks-classic.
www/gitlab still depends on the old version of rubygem-turbolinks.
Therefore its revived as a new port, while the updated turbolinks
port will satisfy www/rubygem-rails4.
PR: 213218
Approved by: swills (mentor)