summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2025-01-20 17:01:13 -0500
committerCharlie Li <vishwin@FreeBSD.org>2025-01-20 22:12:19 -0500
commit94310012886105252763e218ec45dfccf778e55e (patch)
tree627d42ed09eb3a6a675f9280165f908d6ed6cefa /java
parentx11-fonts/roboto-fonts-ttf: update 2.134 → 2.138 (diff)
www/webkit2-gtk: update to 2.46.5
Changelog: https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS Now consolidated into one port with flavours since the codebase is the same, just linked with different libraries resulting in different SONAMEs and APIs. SONAMEs/flavours: * GTK3 + libsoup = libwebkit2gtk-4.0 (40) * GTK3 + libsoup3 = libwebkit2gtk-4.1 (41) * GTK4 + libsoup3 = libwebkitgtk-6.0 (60) Despite upstream's recommendation to use clang for better skia optimisation, this port now USE_GCC due to extensive std::pair copy constructor use that is not trivial to continue patching to stay working with our libc++ version 1 ABI. See review D35327 for some details. Reported by: eduardo PR: 275914 Differential Revision: https://reviews.freebsd.org/D45878
Diffstat (limited to 'java')
-rw-r--r--java/eclipse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 73bcacc548ac..92e63288ef2c 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= git:devel/git \
zip:archivers/zip
LIB_DEPENDS= libsecret-1.so:security/libsecret \
- libwebkit2gtk-4.0.so:www/webkit2-gtk3
+ libwebkit2gtk-4.0.so:www/webkit2-gtk@40
USES= compiler:c++17-lang gl gmake java pkgconfig gnome
# The github repositories. The repository under NorbertXYZ is for a predefined maven