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/libgroove/files/patch-ffmpeg4

Number of commits found: 2

Friday, 30 Jun 2023
21:08 Rene Ladan (rene) search for other commits by this committer
audio/libgroove: Remove expired port

2023-06-30 audio/libgroove: Fails to build with FFmpeg 6 and very little
activity upstream
commit hash: f544a9de7c18b51c0f39e1cfd3983abc1588eb58 commit hash: f544a9de7c18b51c0f39e1cfd3983abc1588eb58 commit hash: f544a9de7c18b51c0f39e1cfd3983abc1588eb58 commit hash: f544a9de7c18b51c0f39e1cfd3983abc1588eb58 f544a9d
Friday, 4 May 2018
11:41 jbeich search for other commits by this committer
audio/libgroove: unbreak with ffmpeg 4.0

groove/encoder.c:619:59: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
    e->sink->buffer_sample_count = (codec->capabilities &
CODEC_CAP_VARIABLE_FRAME_SIZE) ?
                                                          ^
groove/file.c:284:66: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
        uint64_t extra_size = (uint64_t)icodec->extradata_size +
FF_INPUT_BUFFER_PADDING_SIZE;
                                                                 ^
groove/playlist.c:189:63: error: use of undeclared identifier 'CODEC_CAP_DELAY'
            if (!pkt_temp->data && dec->codec->capabilities & CODEC_CAP_DELAY)
                                                              ^
groove/playlist.c:574:55: error: use of undeclared identifier 'CODEC_CAP_DELAY'
        if (f->audio_st->codec->codec->capabilities & CODEC_CAP_DELAY) {
                                                      ^
groove/playlist.c:990:22: error: assigning to 'AVFilter *' (aka 'struct AVFilter
*') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers
[-Werror,-Wincompatible-pointer-types-discards-qualifiers]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:469020 

Number of commits found: 2