1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Dan Langille 2023-11-05 14:18:20 +00:00
parent 3f197bbce4
commit b2fdcc987f

View File

@ -37,7 +37,8 @@ FLAVOR?= ${FLAVORS:[1]}
smb_PKGNAMESUFFIX= -smb smb_PKGNAMESUFFIX= -smb
GNU_CONFIGURE= yes 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-libnl --without-nfsv4-idmapd-plugin \
--without-autofs --without-secrets --without-kcm \ --without-autofs --without-secrets --without-kcm \
--without-python2-bindings --with-python-prefix=${PREFIX} \ --without-python2-bindings --with-python-prefix=${PREFIX} \