Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2026 16:08:06 +0300
From:      Max Brazhnikov <makc@freebsd.org>
To:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, ports-committers@freebsd.org
Cc:        Alexey Dokuchaev <danfe@freebsd.org>
Subject:   Re: git: fa6314d5998a - main - audio/mpz: update the port to version 2.0.10 (second attempt)
Message-ID:  <TlbZW0UdRsWop9UOYqW8uA@freebsd.org>
In-Reply-To: <6a3123b9.3ed49.36a5b305@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

Hi Alexey,

> URL: https://cgit.FreeBSD.org/ports/commit/?id=fa6314d5998a578458bce6a61c79799c4652560d
> 
> commit fa6314d5998a578458bce6a61c79799c4652560d
> Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
> AuthorDate: 2026-06-16 10:20:00 +0000
> Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
> CommitDate: 2026-06-16 10:20:00 +0000
> 
>     audio/mpz: update the port to version 2.0.10 (second attempt)
>     
>     This extends commit ac0878d59889 and undoes some of its damage.
>     
>     PR:             295717
>     Reported by:    portscout
> ---
>  audio/mpz/Makefile                   | 16 +++++++++-------
>  audio/mpz/distinfo                   |  2 +-
>  audio/mpz/files/patch-CMakeLists.txt | 18 ++++++++++++++++--
>  3 files changed, 26 insertions(+), 10 deletions(-)
> 
> diff --git a/audio/mpz/Makefile b/audio/mpz/Makefile
> index 410ec6969e8d..2295fcc5e45b 100644
> --- a/audio/mpz/Makefile
> +++ b/audio/mpz/Makefile
> @@ -1,5 +1,5 @@
>  PORTNAME=      mpz
> -DISTVERSION=   2.0.10
> +PORTVERSION=   2.0.10
>  CATEGORIES=    audio
>  
>  MAINTAINER=    danfe@FreeBSD.org
> @@ -9,18 +9,20 @@ WWW=          https://mpz-player.org/
>  LICENSE=       GPLv3+
>  
>  LIB_DEPENDS=   libmpdclient.so:audio/libmpdclient \
> +               libqhotkey.so:x11-toolkits/qhotkey@qt5 \
>                 libtag.so:audio/taglib \
>                 libyaml-cpp.so:devel/yaml-cpp
>  
> -USES=          cmake compiler:c++17-lang desktop-file-utils gl gstreamer qt:6 \
> -               xorg
> +USES=          cmake compiler:c++17-lang desktop-file-utils gstreamer qt:5

Sorry, but reverting to Qt5 is a regression. Upstream has been using Qt6
for several years. Shipping mpz with Qt5 when the project promotes it as a 
native C++/Qt6 application can make users feel disappointing.

Moreover Qt5 is EOLed de facto: there will be no more releases and no support.
With my kde@ hat I recommend switching the ports to Qt6 as soon as possible
and removing Qt5 flavors.

Cheers,
Max




home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?TlbZW0UdRsWop9UOYqW8uA>