head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.10.13.58.35; author ryoon; state Exp; branches; next ; commitid Oc4WCZhLpOBRNb6G; desc @@ 1.1 log @fonts/fontconfig: Update to 2.17.1 * Use meson as build tool to avoid build failure in fccase.h handling. * Disable doc generation completely. It requires docbook2man and docbook2html tool. They are not packaged yet. Changelog: 2.17.1: added (1 change) meson: Add 'noinstall' to default-hinting, default-sub-pixel-rendering, bitmap-conf build options (merge request) fixed (1 change) Fix a heap buffer overflow (merge request) 2.17.0: fixed (13 changes) Avoid conflict between dgettext macro and declaration in fcint.h (merge request) fix: Skip empty entries in XDG_DATA_DIRS parsing by @@ComixHe (merge request) Fix padding with "und" in pattern elements (merge request) Fix a crash with broken cache (merge request) meson: Fix additional-fonts-dirs build option that not taking effect (merge request) Add default font paths for Android in configure script (merge request) Fix use-after-free in FcConfigGetPrgname (merge request) conf.d: Add a conf to guess a generic-family for substitution (merge request) Drop FcObjectFini() from FcFini() to fix memory leaks (merge request) conf.d/65-nonlatin.conf: Rename Lohit Oriya to Lohit Odia (merge request) Make sure that the debugging facilities are initialized at loading config phase (merge request) meson: don't force installation of a static library by @@xry111 (merge request) meson: don't try to call run_command for gperf on --wrap-mode=forcefallback (merge request) changed (10 changes) Do not fallback decoding with UTF-16BE if no iconv support (merge request) Trim trailing newline in string in cache (merge request) Parse foundry from OS/2 for table version 0 (merge request) Allow dotfiles to scan for caching (merge request) Increase a reference count for default FcConfig instance with FcInit() (merge request) Free the mutex object only when there are no references to the default FcConfig instance (merge request) Free the mutex object only when all cache objects isn't referenced (merge request) Drop the configuration path migration code (merge request) Drop FcDefaultFini() from FcFini() to fix memory leaks (merge request) [Fontations] Process and append font capabilities to Pattern (merge request) added (6 changes) Add bitmap-conf build option to choose default bitmap conf (merge request) [Fontations] Enable fc-query indexing through Fontations (merge request) Add FcConfigPerferAppFont() to allow changing the order of application fonts (merge request) [Fontations] Pattern Bindings for CharSet and LangSet (merge request) Add FcPatternObjectGet* impl for CharSet and LangSet (merge request) [Fontations] Factor out fcpat.c - add Fontations dependencies (merge request) performance (1 change) Improve performance of FcPtrListIterInitAtLast (merge request) 2.16.2: changed (1 change) meson: Use Requires.private instead of Requires (merge request) fixed (2 changes) meson: don't force build of a shared library by @@kasper93 (merge request) meson: do not require libintl if nls feature is disabled (merge request) added (1 change) [Fontations] Add internal PatternBuilder abstraction (merge request) 2.16.1: Not available. @ text @$NetBSD$ --- conf.d/meson.build.orig 2025-01-17 15:15:05.000000000 +0000 +++ conf.d/meson.build @@@@ -74,11 +74,6 @@@@ install_data(conf_files, install_dir: fc_templatedir, install_tag: 'runtime') -meson.add_install_script('link_confs.py', fc_templatedir, - fc_configdir, - conf_links, - install_tag: 'runtime') - # 35-lang-normalize.conf orths = [] foreach o : orth_files # orth_files is from fc-lang/meson.build @@@@ -101,6 +96,6 @@@@ readme_cdata.set('TEMPLATEDIR', fc_templ configure_file(output: 'README', input: 'README.in', configuration: readme_cdata, - install_dir: fc_configdir, + install_dir: '@@PREFIX@@/share/examples/fontconfig/conf.d', install: true, install_tag: 'runtime') @