Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-desktop (Team) <desk...@freebsd.org> for maintainer-feedback: Bug 286195: [patch] x11-toolkits/wxgtk32: Shift dependencies on libsoup and webkit2-gtk to 3.0 and 4.1 resp. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286195
--- Description --- In order to avoid having the need for two versions of webkit2gtk and libsoup, it successfully tested the unmodified 3.2.6_1 version of the port to build against libsoup3 and webkit2-gtk_41 installed only. Excertp form config.log, grabbing the more recent versions: EXTRALIBS_WEBVIEW='-L/usr/local/lib -lwebkit2gtk-4.1 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lsoup-3.0 -lgmodule-2.0 -pthread -lgio-2.0 -ljavascriptcoregtk-4.1 -lgobject-2.0 -lglib-2.0 -lintl' Patch simply changes the port's dependencies.