Date: Wed, 03 Feb 2021 15:10:18 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 253212] x11-fonts/fontconfig: Update to 2.13.93 and switch to meson Message-ID: <bug-253212-39348-bPuC7nYlWD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253212-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-253212-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253212 daniel.engberg.lists@pyret.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.engberg.lists@pyret. | |net --- Comment #1 from daniel.engberg.lists@pyret.net --- A few additional notes:=20 Patches=20 https://svnweb.freebsd.org/ports/head/x11-fonts/fontconfig/files/patch-src_= _fccompat.c?revision=3D420579&view=3Dmarkup and https://svnweb.freebsd.org/ports/head/x11-fonts/fontconfig/files/patch-src_= fcatomic.h?revision=3D420579&view=3Dmarkup are because I don't have these platforms and thus can't test. I did try to determine whether these still are needed and it doesn't seem like it? DOCS and manpages are dropped because of circular dependency (see Makefile = for more information) There are some differences in the .pc file generated although I don't think there should be an issue in the end. --- current version in tree --- prefix=3D/usr/local exec_prefix=3D${prefix} libdir=3D${exec_prefix}/lib includedir=3D${prefix}/include sysconfdir=3D${prefix}/etc localstatedir=3D/var PACKAGE=3Dfontconfig confdir=3D${sysconfdir}/fonts cachedir=3D/var/db/fontconfig Name: Fontconfig Description: Font configuration and customization library Version: 2.13.92 Requires: freetype2 >=3D 21.0.15 Requires.private: Libs: -L${libdir} -lfontconfig Libs.private: -L/usr/local/lib -lexpat Cflags: -I${includedir} -I/usr/local/include --- new version --- prefix=3D/usr/local libdir=3D${prefix}/lib includedir=3D${prefix}/include sysconfdir=3D/usr/local/etc localstatedir=3D/var confdir=3D${sysconfdir}/fonts cachedir=3D/var/db/fontconfig Name: Fontconfig Description: Font configuration and customization library Version: 2.13.93 Requires: freetype2 >=3D 21.0.15 Requires.private: expat Libs: -L${libdir} -lfontconfig Libs.private: -pthread Cflags: -I${includedir} Not all variables translated directly going from 92 to 93 and autotools to meson so it might be possible that I've missed something. Best regards, Daniel --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253212-39348-bPuC7nYlWD>