[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 17 15:58:33 BST 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #12 from Gleb Popov <arrowd at 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.
You are the assignee for the bug.


More information about the kde-freebsd mailing list