Date: Wed, 14 Jul 2021 16:20:01 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7bd202f657fd - main - audio/mixxx: Fix build with scons 4.1.0.post1 Message-ID: <202107141620.16EGK1mE013913@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bd202f657fd9aaecf48067c6c719e5c83becf22 commit 7bd202f657fd9aaecf48067c6c719e5c83becf22 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:06:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:11:02 +0000 audio/mixxx: Fix build with scons 4.1.0.post1 --- audio/mixxx/files/patch-build_qt5.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audio/mixxx/files/patch-build_qt5.py b/audio/mixxx/files/patch-build_qt5.py new file mode 100644 index 000000000000..d0927978bcd7 --- /dev/null +++ b/audio/mixxx/files/patch-build_qt5.py @@ -0,0 +1,11 @@ +--- build/qt5.py.orig 2020-05-15 21:26:10 UTC ++++ build/qt5.py +@@ -43,7 +43,7 @@ import SCons.Scanner + import SCons.Tool + import SCons.Util + +-class ToolQt5Warning(SCons.Warnings.Warning): ++class ToolQt5Warning(SCons.Warnings.SConsWarning): + pass + + class GeneratedMocFileNotIncluded(ToolQt5Warning):
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141620.16EGK1mE013913>