Summary: | net/netatalk4 fails on configure, can't find xsltproc | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Raivo Hool <raivo> |
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(marcus) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Raivo Hool
2025-03-03 23:13:58 UTC
This should be fixed now. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e944cba64c634a551be79b5e0db4dc2ada2f178b commit e944cba64c634a551be79b5e0db4dc2ada2f178b Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2025-03-06 18:48:04 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2025-03-06 18:48:04 +0000 net/netatalk4: Unmask the libxslt dependency Since DBUS is a default option, it was masking the libxslt requirement for building manpages. PR: 285143 net/netatalk4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) DBus was enabled, but I don't build manpages, so DBus doesn't pull in textproc/minixmlto, which in turn pulls in textproc/libxslt. It matters when building with Poudriere. I get it. The fix makes sure libxslt is included. I tested this and I now see it show up in the build-depends-list. Coolness. Thank you. |