Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2024 21:37:13 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 77d99b084a7c - 2024Q2 - audio/sayonara: try to fix build (attempt #3)
Message-ID:  <202406012137.451LbDHG003687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77d99b084a7cc3add77ea3afce42b944e39b5b01

commit 77d99b084a7cc3add77ea3afce42b944e39b5b01
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2024-05-13 19:44:12 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2024-06-01 21:37:02 +0000

    audio/sayonara: try to fix build (attempt #3)
    
    Continuing story of "it builds in my poudriere, which is approximately
    FreeBSD 13.2, and fails on the cluster".
    
    (cherry picked from commit 3d0d90434a0ca6ca0799174f02f00fc96d8b0061)
---
 audio/sayonara/Makefile                                       |  2 +-
 .../files/patch-src_Gui_InfoDialog_GUI__InfoDialog.cpp        | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile
index 132c93408d9f..b23f3d09172b 100644
--- a/audio/sayonara/Makefile
+++ b/audio/sayonara/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	sayonara
 DISTVERSION=	1.9.0
 DISTVERSIONSUFFIX=	-stable1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 
 MAINTAINER=	adridg@FreeBSD.org
diff --git a/audio/sayonara/files/patch-src_Gui_InfoDialog_GUI__InfoDialog.cpp b/audio/sayonara/files/patch-src_Gui_InfoDialog_GUI__InfoDialog.cpp
new file mode 100644
index 000000000000..ba71d01e6eeb
--- /dev/null
+++ b/audio/sayonara/files/patch-src_Gui_InfoDialog_GUI__InfoDialog.cpp
@@ -0,0 +1,11 @@
+--- src/Gui/InfoDialog/GUI_InfoDialog.cpp.orig	2024-05-13 19:42:03 UTC
++++ src/Gui/InfoDialog/GUI_InfoDialog.cpp
+@@ -47,6 +47,8 @@
+ #include <QTabBar>
+ #include <QTableWidgetItem>
+ 
++#include <unordered_map>
++
+ namespace
+ {
+ 	enum StackedWidgetTab



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