git: b63d6fac3ccf - 2023Q4 - security/sssd: disable po4a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 14:23:18 UTC
The branch 2023Q4 has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b63d6fac3ccf766b779da7222840aedd882cb07a commit b63d6fac3ccf766b779da7222840aedd882cb07a Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-11-05 14:18:20 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-11-05 14:23:09 +0000 security/sssd: disable po4a Disable po4a. It is not an explicit build dependency, nor should it be. There is no need to use it to rebuild man pages with the current (1.16.5) distribution tarball. And using po4a (currently 0.68) somehow fails to create man pages for some locales. PR: 267415 Approved by: portmgr (maintainer timeout, 4+ months) (cherry picked from commit b2fdcc987fc01a804a1094b7c09b581393fa4b7c) --- security/sssd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/sssd/Makefile b/security/sssd/Makefile index b0064eda76ea..35fbc05874af 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -37,7 +37,8 @@ FLAVOR?= ${FLAVORS:[1]} smb_PKGNAMESUFFIX= -smb GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-selinux --without-semanage \ +CONFIGURE_ARGS= ac_cv_prog_PO4A=no \ + --without-selinux --without-semanage \ --without-libnl --without-nfsv4-idmapd-plugin \ --without-autofs --without-secrets --without-kcm \ --without-python2-bindings --with-python-prefix=${PREFIX} \