Skip to content

Commit

Permalink
www/qt5-webengine: Bump PORTREVISION after fa01e11
Browse files Browse the repository at this point in the history
The port archivers/snappy was updated to version 1.2.0 via fa01e11
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
  • Loading branch information
knobix committed Apr 28, 2024
1 parent 4c0a295 commit c231472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/qt5-webengine/Makefile
Expand Up @@ -19,6 +19,7 @@

PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-

Expand Down

0 comments on commit c231472

Please sign in to comment.