Created attachment 193680 [details] palemoon.diff Hi, this consolidates all sndio patches into one and adds the softvol fix from [1]. 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. Thanks! [1] https://marc.info/?l=openbsd-ports&m=152641946326955&w=2 Builds fine in Poudriere on 12.0-CURRENT/amd64.
Nice.
A commit references this bug: Author: tobik Date: Fri May 25 13:09:11 UTC 2018 New revision: 470834 URL: https://svnweb.freebsd.org/changeset/ports/470834 Log: www/palemoon: Consolidate sndio patches and apply softvol fix [1] 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) Changes: head/www/palemoon/Makefile head/www/palemoon/files/patch-bug1153151 head/www/palemoon/files/patch-bug1153179 head/www/palemoon/files/patch-cubeb5ffce9e91b head/www/palemoon/files/patch-sndio
Thanks!