Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 19:06:18 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 2994866d533d - 2024Q2 - www/qt5-webengine: Bump PORTREVISION after fa01e117e24f
Message-ID:  <202404281906.43SJ6Iw3094971@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2994866d533d30f5de4bc5e9019ff73868c934f4

commit 2994866d533d30f5de4bc5e9019ff73868c934f4
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-04-28 18:55:02 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-04-28 19:05:49 +0000

    www/qt5-webengine: Bump PORTREVISION after fa01e117e24f
    
    The port archivers/snappy was updated to version 1.2.0 via fa01e117e24f
    but there was no PORTREVISION bump afterwards for qt5-webengine, which
    uses archivers/snappy.
    
    This led to the following runtime error as soon as consumers (e.g.
    x11-fm/konqueror) using qt5-webengine were started:
    
    ld-elf.so.1: /usr/local/lib/qt5/libQt5WebEngineCore.so.5: Undefined symbol "_ZN6snappy11RawCompressEPKcmPcPm"
    
    Remedy the issue by bumping PORTREVISION to force a rebuild against the
    new version of archivers/snappy.
    
    PR:             278633
    Reported by:    Graham Perrin
    MFH:            2024Q2
    With hat:       kde
    
    (cherry picked from commit c23147248d80216a37083ca1eb79fa79ed27259d)
---
 www/qt5-webengine/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile
index 261a0f2559f3..9b1dbab6880c 100644
--- a/www/qt5-webengine/Makefile
+++ b/www/qt5-webengine/Makefile
@@ -19,6 +19,7 @@
 
 PORTNAME=	webengine
 DISTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 



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