Date: Sat, 23 Mar 2024 11:29:49 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b2238657fa8d - main - Templates/config.site: gl_cv_func_fnmatch_posix=no Message-ID: <202403231129.42NBTnYB025794@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2238657fa8de9738c102f652175fc8c4ea4ffbb commit b2238657fa8de9738c102f652175fc8c4ea4ffbb Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-03-13 18:57:34 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-23 11:27:43 +0000 Templates/config.site: gl_cv_func_fnmatch_posix=no FreeBSD fnmatch(3) does not conform to POSIX. Collating symbol expressions, equivalence class expressions and character class expressions are not supported. This fixes make test in devel/gettext-tools. PR: 277725 Exp-run by: antoine --- Templates/config.site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/config.site b/Templates/config.site index 9bda8780bf39..ea136fbbe727 100644 --- a/Templates/config.site +++ b/Templates/config.site @@ -862,7 +862,7 @@ : ${gl_cv_func_btowc_eof=yes} : ${gl_cv_func_btowc_nul=yes} : ${gl_cv_func_fcntl_f_dupfd_cloexec=yes} -: ${gl_cv_func_fnmatch_posix=yes} +: ${gl_cv_func_fnmatch_posix=no} : ${gl_cv_func_fopen_slash=yes} : ${gl_cv_func_frexp_no_libm=yes} : ${gl_cv_func_fseeko=yes}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231129.42NBTnYB025794>