From owner-freebsd-desktop@freebsd.org Wed Feb 3 15:10:18 2021 Return-Path: Delivered-To: freebsd-desktop@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2E505396EA for ; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DW4qZ4y9Bz4jy1 for ; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A7FBC53986C; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) Delivered-To: desktop@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7BE75397E8 for ; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DW4qZ3w0Cz4jqg for ; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74FB122FAB for ; Wed, 3 Feb 2021 15:10:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 113FAIkO094235 for ; Wed, 3 Feb 2021 15:10:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 113FAIcp094234 for desktop@FreeBSD.org; Wed, 3 Feb 2021 15:10:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 253212] x11-fonts/fontconfig: Update to 2.13.93 and switch to meson Date: Wed, 03 Feb 2021 15:10:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: daniel.engberg.lists@pyret.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-desktop@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Using and improving FreeBSD on the desktop List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2021 15:10:18 -0000 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.=