This will prevent Pale Moon from changing the slot volumes of sndiod
which can lead to them being too silent or even muted when Pale Moon
happens to reuse one of them later. It'll also fix a bug where Pale
Moon won't pick up slot volumes changes done externally and thus
provides inaccurate volume controls.
[1] https://marc.info/?l=openbsd-ports&m=152641946326955&w=2
PR: 228479
Submitted by: tobik
Approved by: lichray@gmail.com (maintainer)
The ISC changed their release model, they are now doing
odd-unstable/even-stable release numbering. This is a development
version, consider it alpha/beta quality. The next stable release will
be 9.14.0.
Changes: https://kb.isc.org/article/AA-01612
Sponsored by: Absolight
https://github.com/tibirna/qgit/releases/tag/qgit-2.8
Version 2.8 releases fixes for a set of issues that were
reported and/or solved by QGit contributors in the last year.
Most notably, the file browsing was fixed. A set of issues
with compilation on Windows was also addressed. Breakage of
keybindings and menu item accelerators was also sorted out.
The new patch in files/ is there because the release forgot to update
the version number (reported upstream).
Reported by: portsmon
Buddy List window. It can be used to achieve a rudimentary "single window mode"
for Pidgin. Both Window Merge and Pidgin itself should be kept updated for
the most stable experience.
WWW: https://github.com/dm0-/window_merge
PR: 227094
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
In ports r465358 we removed the ESOUND option but forgot to add an
explicit --without-esd to CONFIGURE_ARGS.
PR: 228469
Reported by: w.schwarzenfeld@utanet.at
The lua-rds-parser can be used to parse the Resty-DBD-Stream formatted data
generated by drizzle and/or postgres nginx modules into lua data structures.
In the past, we have to use JSON as the intermediate data format which is
quite inefficient in terms of both memory and CPU time.
To maximize speed and minimize memory footprint, this library is implemented
in pure C.
WWW: https://github.com/agentzh/lua-rds-parser/
PR: 191526
Submitted by: arcade@b1t.name
Also change USES=cmake -> USES=cmake:outsource
As it turned out, cmake's check_function_exists doesn't find functions
in libm.so, so check_library_exists should be used.
PR: 228443
Submitted by: tcberner (cmake part)
* IFM_FDDI and IFM_TOKEN where removed from HEAD a month ago.
* IFM_ATM was already optional in the code and probably not present in HEAD anymore.
This should allow gnome-nettool to build on HEAD again.
Reported by: pkg-fallout