git: 3d0d90434a0c - main - audio/sayonara: try to fix build (attempt #3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jun 2024 21:36:19 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d0d90434a0ca6ca0799174f02f00fc96d8b0061 commit 3d0d90434a0ca6ca0799174f02f00fc96d8b0061 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:35:58 +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". --- 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