https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026
--- Comment #12 from Gleb Popov <arr...@freebsd.org> --- Here's the patch: Index: devel/qt5-core/Makefile =================================================================== --- devel/qt5-core/Makefile (revision 535523) +++ devel/qt5-core/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= qt5- @@ -10,7 +10,8 @@ COMMENT= Qt core non-graphical module LIB_DEPENDS= libicui18n.so:devel/icu \ - libpcre2-posix.so:devel/pcre2 + libpcre2-posix.so:devel/pcre2 \ + libzstd.so:archivers/zstd USES= compiler:c++11-lang gnome qmake:no_env qt-dist:5,base USE_GNOME= glib20 How do you want me to test it? poud testport qt5-core would suffice? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"