git: 7bd202f657fd - main - audio/mixxx: Fix build with scons 4.1.0.post1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:20:07 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bd202f657fd9aaecf48067c6c719e5c83becf22

commit 7bd202f657fd9aaecf48067c6c719e5c83becf22
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:06:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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):


More information about the dev-commits-ports-all mailing list