libraries and common data files under a -libs subpackage.
This allows satisfying dependencies for other ports but not having to install
the daemon by default (unless it's an explicit run dependency in a port where it
makes sense) and hence not to depend on dbus-daemon-launch-helper which is suid.
Requested a long time ago by jca@
All dependent ports build fine (they will be adjusted in a follow-up commit) and
upgrade path seems to work as expected.
- remove superfluous strdup(3) from parse.y files (Martin Vahlensieck)
- adapt regress tests which handle UTC dates (naddy)
- make 'got send' actually heed branch {} options in got.conf(5) as intended
- disable ignore lists during status walks used by rebase and histedit
- tog: add support for navigating to first/last line of blame view (naddy)
- fix bogus error when 'got cherrypick' merged changes into locally added file
- remove ancestry checks to make 'got cherrypick' and 'got backout' run faster
- limit checks for merge conflicts to files affected by the merge to be faster
- fix 'got send' adding too many objects to the pack file in some cases
The docbook-utils is a set of a few small programs intended to ease
everyday's use of technical documentation software and more generally
use of SGML and XML.
<...>
robert@ put his hipster hat on to tell me that he thought the COMMENT was too
long for his taste but we don't care about that so, ok robert@
cannot be narrowed from type 'long long' to 'std::__1::basic_string_view::size_type'
(aka 'unsigned long') in initializer list [-Wc++11-narrowing]" despite not using
-Werror. https://github.com/rspamd/rspamd/issues/3858
Notable changes:
- Add new dependency on devel/jansson
- Drop upstream patches which are now part of the release
- Switch from Gtk+2 to Gtk+3
OK sthen@
Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.
Bump ports where the default version change causes a package change.
OK kmos@
test failures with py3, present with older version and seen with other ports,
along these lines:
imported module 'dateutil.zoneinfo.rebuild' has this __file__ attribute:
/usr/obj/ports/py-dateutil-2.8.2-python3/python-dateutil-2.8.2/dateutil/zoneinfo/rebuild.py
which is not the same as the test file we want to collect:
/usr/obj/ports/py-dateutil-2.8.2-python3/python-dateutil-2.8.2/lib/dateutil/zoneinfo/rebuild.py
etc.
some test failures with py3's py-test, "PytestWarning: cannot collect
test class 'XXX' because it has a __init__ constructor", but these are seen
with the previous version and some other ports too.