Skip site navigation (1)Skip section navigation (2)
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=3D242026

--- Comment #12 from Gleb Popov <arrowd@FreeBSD.org> ---
Here's the patch:

Index: devel/qt5-core/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- devel/qt5-core/Makefile     (revision 535523)
+++ devel/qt5-core/Makefile     (working copy)
@@ -2,7 +2,7 @@

 PORTNAME=3D      core
 DISTVERSION=3D   ${QT5_VERSION}
-PORTREVISION=3D  2
+PORTREVISION=3D  3
 CATEGORIES=3D    devel
 PKGNAMEPREFIX=3D qt5-

@@ -10,7 +10,8 @@
 COMMENT=3D       Qt core non-graphical module

 LIB_DEPENDS=3D   libicui18n.so:devel/icu \
-               libpcre2-posix.so:devel/pcre2
+               libpcre2-posix.so:devel/pcre2 \
+               libzstd.so:archivers/zstd

 USES=3D          compiler:c++11-lang gnome qmake:no_env qt-dist:5,base
 USE_GNOME=3D     glib20

How do you want me to test it? poud testport qt5-core would suffice?

--=20
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>