Date: Sun, 17 May 2020 14:58:33 +0000 From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed Message-ID: <bug-242026-26505-fPSlGIGbKV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242026-26505@https.bugs.freebsd.org/bugzilla/> References: <bug-242026-26505@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026 --- Comment #12 from Gleb Popov <arrowd@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242026-26505-fPSlGIGbKV>
