Download raw body.
[update] x11/dunst to 1.13.0
On 2025/08/16 10:49, Timo Myyrä wrote:
> The update itself seems require a bit more work though. I looked at
> updating the port and got it further along but plist changes require a
> bit more work still. The config file location changed but the
> update-plist gives:
>
> Stripping directories from devel/pcre2
> Can't put into any plist (no applicable prefix):
> /etc/xdg
> /etc/xdg/dunst
> /etc/xdg/dunst/dunstrc
/etc/xdg wasn't in Alvar's diff (and I'm not sure we really want that
for OpenBSD, especially as we were using /etc/dunst before, so users
will need to fiddle with config file locations when updating).
In general you can handle this sort of file with
FAKE_FLAGS = SYSCONFDIR="${PREFIX}/share/examples"
or similar.
[update] x11/dunst to 1.13.0