notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/lmms/files/patch-fluidsynth2

Number of commits found: 2

Thursday, 28 Feb 2019
08:23 rodrigo search for other commits by this committer
Update audio/lmms from 1.2.0-rc7 to 1.2.0-rc8

Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc8

PR:		235854
Submitted by:	tobik
Original commitRevision:494135 
Saturday, 8 Dec 2018
10:10 tobik search for other commits by this committer
audio/lmms: Fix build with FluidSynth 2.x

plugins/sf2_player/sf2_player.cpp:101:20: error: use of undeclared identifier
'FLUID_REVERB_DEFAULT_ROOMSIZE'
        m_reverbRoomSize( FLUID_REVERB_DEFAULT_ROOMSIZE, 0, 1.0, 0.01f, this,
tr( "Reverb Roomsize" ) ),
                          ^
plugins/sf2_player/sf2_player.cpp:102:19: error: use of undeclared identifier
'FLUID_REVERB_DEFAULT_DAMP'; did you mean 'FLUID_INTERP_DEFAULT'?
        m_reverbDamping( FLUID_REVERB_DEFAULT_DAMP, 0, 1.0, 0.01, this, tr(
"Reverb Damping" ) ),
                         ^~~~~~~~~~~~~~~~~~~~~~~~~
                         FLUID_INTERP_DEFAULT
[...]
plugins/sf2_player/sf2_player.cpp:395:17: error: variable has incomplete type
'fluid_preset_t' (aka '_fluid_preset_t')
        fluid_preset_t preset;
                       ^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of
'_fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t;                  /**< SoundFont
preset */
               ^

PR:		233462
Approved by:	rodrigo (maintainer timeout, 2 weeks)
Obtained from:	upstream
Original commitRevision:486933 

Number of commits found: 2