Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 19:09:03 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 43c36a072a0b - 2023Q3 - audio/mumble: with LTO on "QWidget: Cannot create a QWidget without QApplication"
Message-ID:  <202308281909.37SJ93vJ030334@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43c36a072a0b6371a3b6471fadb10cc782107b7c

commit 43c36a072a0b6371a3b6471fadb10cc782107b7c
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2023-08-15 12:40:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2023-08-28 19:08:48 +0000

    audio/mumble: with LTO on "QWidget: Cannot create a QWidget without QApplication"
    
    With option LTO on mumble print "QWidget: Cannot create a QWidget without QApplication"
    in console and exit.
    Mark LTO as broken and turn off by default.
    Upstream issue: https://github.com/mumble-voip/mumble/issues/6189
    
    PR:                     273078
    Approved by:            arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D41458
    
    (cherry picked from commit 029a21588c8ff721a607c4d9ca159b8574a73513)
---
 audio/mumble/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index f7ee1c1707db..e6692e1e70e4 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mumble
 DISTVERSION=	1.5.517
+PORTREVISION=	2
 CATEGORIES=	audio
 
 MAINTAINER=	vvd@FreeBSD.org
@@ -54,7 +55,7 @@ CMAKE_OFF=	bundled-json bundle-qt-translations bundled-speex crash-report \
 		g15 server tracy update
 
 OPTIONS_DEFINE=		ALSA AVAHI DBUS JACK LTO PIPEWIRE PORTAUDIO PULSEAUDIO RNNOISE
-OPTIONS_DEFAULT=	DBUS LTO
+OPTIONS_DEFAULT=	DBUS
 OPTIONS_RADIO=		SPEECH
 OPTIONS_RADIO_SPEECH=	QTSPEECH SPEECHD
 
@@ -76,6 +77,8 @@ DBUS_CMAKE_BOOL=	dbus
 JACK_CMAKE_BOOL=	jackaudio
 JACK_LIB_DEPENDS=	libjack.so:audio/jack
 
+LTO_BROKEN=		"QWidget: Cannot create a QWidget without QApplication": \
+			https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273078
 LTO_CMAKE_BOOL=		lto
 
 PIPEWIRE_CMAKE_BOOL=	pipewire



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