Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2025 16:32:53 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a55562eb795 - main - graphics/qt6-svg: Fix text rendering in FreeCAD
Message-ID:  <202506221632.55MGWrbG060929@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a55562eb795b27db989f3ef5278c3b20407f06f

commit 8a55562eb795b27db989f3ef5278c3b20407f06f
Author:     Tom Russo <russo@bogodyn.org>
AuthorDate: 2025-06-19 17:44:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-06-22 16:23:04 +0000

    graphics/qt6-svg: Fix text rendering in FreeCAD
    
    qt6-svg has a bug that causes some text rendering to display as a path
    instead of as text. The code was fixed upstream:
    https://bugreports.qt.io/browse/QTBUG-123817
    
    The effect of this bug include that technical drawings from FreeCAD with
    svg templates print or export to PDF with mangled description blocks:
    https://github.com/FreeCAD/FreeCAD/issues/18881
    
    PR:             287659
---
 graphics/qt6-svg/Makefile | 4 ++++
 graphics/qt6-svg/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/graphics/qt6-svg/Makefile b/graphics/qt6-svg/Makefile
index 7eee8e4edde8..322b0d874e19 100644
--- a/graphics/qt6-svg/Makefile
+++ b/graphics/qt6-svg/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	svg
 DISTVERSION=	${QT6_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt6-
 
+PATCH_SITES=	https://github.com/qt/qtsvg/commit/
+PATCHFILES+=	07b3434f91c95d196f687c51e1a58a95a0b1ef2e.patch:-p1 # PR 287659
+
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt6 classes for displaying the contents of SVG files
 
diff --git a/graphics/qt6-svg/distinfo b/graphics/qt6-svg/distinfo
index 4affdfeddf8b..a4042baa311f 100644
--- a/graphics/qt6-svg/distinfo
+++ b/graphics/qt6-svg/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1749159368
+TIMESTAMP = 1750609163
 SHA256 (KDE/Qt/6.9.1/qtsvg-everywhere-src-6.9.1.tar.xz) = 2dfc5de5fd891ff2afd9861e519bf1a26e6deb729b3133f68a28ba763c9abbd5
 SIZE (KDE/Qt/6.9.1/qtsvg-everywhere-src-6.9.1.tar.xz) = 2017876
+SHA256 (KDE/Qt/6.9.1/07b3434f91c95d196f687c51e1a58a95a0b1ef2e.patch) = 924277fa003f477372446f7ca6fc9e6139f47216a0eebd27e9c129f5d36a5855
+SIZE (KDE/Qt/6.9.1/07b3434f91c95d196f687c51e1a58a95a0b1ef2e.patch) = 1890


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506221632.55MGWrbG060929>