Date: Thu, 19 Jun 2025 19:09:55 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dcc23c36f89e - main - x11-toolkits/wxgtk32: Switch dependencies to libsoup 3.0 and webkit2-gtk 4.1 Message-ID: <202506191909.55JJ9tXb032313@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcc23c36f89eb473424668c7b9e1f41e4c9252af commit dcc23c36f89eb473424668c7b9e1f41e4c9252af Author: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de> AuthorDate: 2025-06-19 18:59:52 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-06-19 19:09:26 +0000 x11-toolkits/wxgtk32: Switch dependencies to libsoup 3.0 and webkit2-gtk 4.1 Upstream alread did this switch: prefer libsoup 3.0 and webkit2-gtk 4.1 during configure stage and use libsoup 2.4 and webkit2-gtk 4.0 only if can't fine newer versions. PR: 286195 Approved by: arrowd (desktop, maintainer) --- x11-toolkits/wxgtk32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile index 4b7ec975b382..5e3b4e7cfc26 100644 --- a/x11-toolkits/wxgtk32/Makefile +++ b/x11-toolkits/wxgtk32/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre2-32.so:devel/pcre2 \ libpng16.so:graphics/png \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup \ + libsoup-3.0.so:devel/libsoup3 \ libtiff.so:graphics/tiff \ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon @@ -83,7 +83,7 @@ MSPACK_CONFIGURE_WITH= libmspack NLS_USES= gettext -WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 +WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk@41 WEBKIT_CONFIGURE_ENABLE= webview .if ${FLAVOR} == gtk3home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506191909.55JJ9tXb032313>
