From b4b7749708cf0e7e053df5107c7448e29c71493d Mon Sep 17 00:00:00 2001 From: Blake Garner Date: Sun, 7 Jun 2026 12:21:39 -0700 Subject: [PATCH] netatalk: add missing talloc dependency, bump revision to 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit talloc is required for all Spotlight backends including the cnid backend. Without it, meson silently disables Spotlight entirely — talloc is declared required:false so the build succeeds, but use_spotlight_cnid stays false and no backend is linked into afpd. --- net/netatalk/Portfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/netatalk/Portfile b/net/netatalk/Portfile index a015d5ada81..68c7dc59a89 100644 --- a/net/netatalk/Portfile +++ b/net/netatalk/Portfile @@ -17,7 +17,7 @@ long_description Netatalk is a freely-available Open Source AFP fileserver. \ if {${subport} eq ${name}} { github.setup Netatalk netatalk 4-5-0 netatalk- version 4.5.0 - revision 0 + revision 1 github.tarball_from releases distname netatalk-${version} use_xz yes @@ -42,6 +42,7 @@ if {${subport} eq ${name}} { port:libevent \ port:libgcrypt \ port:iniparser \ + port:talloc \ port:bstring configure.args-append -Dwith-init-style=none \