Commit Graph

5 Commits

Author SHA1 Message Date
Itai Ferber
e62fa0c9d2 net-dns/technitium-dns: fix ExcessiveLineLength
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-05-03 18:50:04 -04:00
Itai Ferber
1199fed594 net-dns/technitium-dns: correct rm failure mode
The src_install() phase removes the built-in `systemd.service` file in
favor of installing our own with corrected paths; in 792ce9378, the `rm`
command was updated to `rm -f` to ignore failing to remove this file,
but instead we want to `die` so that in future versions if the file
moves to somewhere consequential, it's caught at test time.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-04-26 18:11:29 -04:00
Itai Ferber
792ce9378f net-dns/technitium-dns: ignore rm failure
The src_install() phase removes the built `systemd.service` in favor of
installing our own with fixed paths; the command is missing either `-f`
or `|| die` to clarify intent -- in this case, there is no harm if the
service file is not removed, since it won't be installed somewhere where
it would get picked up.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-04-26 15:25:51 -04:00
Itai Ferber
2f7fa34a3a net-dns/technitium-dns: update KEYWORDS
TechnetiumDNS builds from source, but the keywords accidentally blocked
non-`amd64` architectures; this is incorrect.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-04-26 15:25:51 -04:00
Itai Ferber
93c21573b3 net-dns/technitium-dns: add 14.3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-01-11 22:12:41 -05:00