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: multimedia/qmmp-qt5/files/patch-ffmpeg4

Number of commits found: 2

Wednesday, 11 Aug 2021
17:22 Dima Panov (fluffy) search for other commits by this committer
multimedia/qmmp*-qt5: update to 1.5.1 release+

As PR256043 shown, maintainer (liangtai.s16@gmail.com) have lost any interest
to keep his ports updated.

I'll adopt the ports untill liangtai claims his rights back to keep them fresh.

With hat:	ports-secteam
commit hash: cda219f45085dc8ac5a79ee24db3181cd8b06754 commit hash: cda219f45085dc8ac5a79ee24db3181cd8b06754 commit hash: cda219f45085dc8ac5a79ee24db3181cd8b06754 commit hash: cda219f45085dc8ac5a79ee24db3181cd8b06754 cda219f
Wednesday, 2 May 2018
16:59 jbeich search for other commits by this committer
multimedia/qmmp-qt5: unbreak with ffmpeg 4.0

src/plugins/Input/ffmpeg/decoder_ffmpeg.h:64:43: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
    uchar m_input_buf[INPUT_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE];
                                          ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:37:17: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
    return (int)d->input()->read((char*)buf, size);
                ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:49:16: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
        return d->input()->size();
               ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:54:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
        absolute_pos = d->input()->pos() + offset;
                       ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:57:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:468855 

Number of commits found: 2