Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 09:31:10 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 26bc7a808a73 - main - audio/muse-sequencer: ninja >= 1.12.0 build fix
Message-ID:  <202405060931.4469VA3J040124@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26bc7a808a737b163b5f908325450b1c8296e4cb

commit 26bc7a808a737b163b5f908325450b1c8296e4cb
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-05-06 08:09:01 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-05-06 09:31:04 +0000

    audio/muse-sequencer: ninja >= 1.12.0 build fix
    
    Add pending upstreamed patch [1] to fix the build with ninja >= 1.12.0.
    
    [1] https://github.com/muse-sequencer/muse/pull/1277
    
    PR:             278693
    Approved by:    portmgr (blanket)
---
 .../files/patch-muse_components_confmport.cpp              | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/audio/muse-sequencer/files/patch-muse_components_confmport.cpp b/audio/muse-sequencer/files/patch-muse_components_confmport.cpp
new file mode 100644
index 000000000000..f6f1a67867fb
--- /dev/null
+++ b/audio/muse-sequencer/files/patch-muse_components_confmport.cpp
@@ -0,0 +1,14 @@
+Fix build with ninja >= 1.12.0
+
+https://github.com/muse-sequencer/muse/pull/1277
+
+--- muse/components/confmport.cpp.orig	2023-09-24 15:12:36 UTC
++++ muse/components/confmport.cpp
+@@ -45,7 +45,6 @@
+ #include "midiport.h"
+ #include "mididev.h"
+ #include "midisyncimpl.h"
+-#include "midifilterimpl.h"
+ #include "ctrlcombo.h"
+ #include "minstrument.h"
+ #include "synth.h"



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