svn commit: r428763 - in head/audio/fluidsynth: . files

Thomas Zander riggs at freebsd.org
Sat Dec 17 16:38:03 UTC 2016


On 17 December 2016 at 14:50, Mathieu Arnold <mat at freebsd.org> wrote:
> Le 17/12/2016 à 14:41, Thomas Zander a écrit :
>> Modified: head/audio/fluidsynth/Makefile
>> ==============================================================================
>> --- head/audio/fluidsynth/Makefile    Sat Dec 17 13:26:05 2016        (r428762)
>> +++ head/audio/fluidsynth/Makefile    Sat Dec 17 13:41:32 2016        (r428763)
>> @@ -13,7 +13,7 @@ COMMENT=    Real-time software synthesizer
>>  LICENSE=     LGPL20
>>  LICENSE_FILE=        ${WRKSRC}/COPYING
>>
>> -OPTIONS_DEFINE=      JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE
>> +OPTIONS_DEFINE=      JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE SNDIO
>>  OPTIONS_DEFAULT=     JACK
>
> This is missing a PORTREVISION bump.

Since when? The new SNDIO knob is disabled by default and the default
package remains unchanged.

>> +SNDIO_LIB_DEPENDS=   libsndio.so:audio/sndio
>> +SNDIO_CMAKE_OFF=     -Denable-sndio:BOOL=FALSE
>
> I guess this should probably be:
>
> SNDIO_CMAKE_BOOL=    enable-sndio

At the moment, fluidsynth handles all CMAKE bool switches in the 'old'
fashion. We should update all of them, but I'd like to confirm that it
still builds.

Best regards
Riggs


More information about the svn-ports-head mailing list