Alexandre Ratchov <[email protected]> writes:

> Thanks for all the details. This diff fixes it for me.
>
> OK?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/fluidsynth/Makefile,v
> retrieving revision 1.31
> diff -u -p -r1.31 Makefile
> --- Makefile  25 Jun 2021 21:48:40 -0000      1.31
> +++ Makefile  7 Nov 2021 20:42:51 -0000
> @@ -4,6 +4,7 @@ COMMENT =             SoundFont2 software synthesiz
>  GH_ACCOUNT =         FluidSynth
>  GH_PROJECT =         fluidsynth
>  GH_TAGNAME =         v1.1.9
> +REVISION =           0
>
>  SHARED_LIBS +=       fluidsynth           2.0      # 6.0
>
> Index: patches/patch-src_drivers_fluid_mdriver_c
> ===================================================================
> RCS file: 
> /cvs/ports/audio/fluidsynth/patches/patch-src_drivers_fluid_mdriver_c,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-src_drivers_fluid_mdriver_c
> --- patches/patch-src_drivers_fluid_mdriver_c 25 Jun 2021 21:48:40 -0000      
> 1.2
> +++ patches/patch-src_drivers_fluid_mdriver_c 7 Nov 2021 20:42:51 -0000
> @@ -3,6 +3,15 @@ $OpenBSD: patch-src_drivers_fluid_mdrive
>  Index: src/drivers/fluid_mdriver.c
>  --- src/drivers/fluid_mdriver.c.orig
>  +++ src/drivers/fluid_mdriver.c
> +@@ -24,7 +24,7 @@
> + #undef FLUID_MIDI_SUPPORT
> +
> + #if ALSA_SUPPORT || JACK_SUPPORT || OSS_SUPPORT || \
> +-    WINMIDI_SUPPORT || MIDISHARE_SUPPORT || COREMIDI_SUPPORT
> ++    WINMIDI_SUPPORT || MIDISHARE_SUPPORT || COREMIDI_SUPPORT || 
> SNDIO_SUPPORT
> + /* At least an input driver exits */
> + #define FLUID_MIDI_SUPPORT  1
> + #endif
>  @@ -53,6 +53,15 @@ fluid_midi_driver_t *new_fluid_jack_midi_driver (fluid
>   int delete_fluid_jack_midi_driver(fluid_midi_driver_t *p);
>   #endif

It did fix it for me too!
You are my hero, thank you :)

Will you commit it to the port tree?

Best,
--
nature

Reply via email to