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/bino/files/patch-src_media__object.cpp

Number of commits found: 3

Friday, 4 May 2018
11:39 jbeich search for other commits by this committer
multimedia/bino: unbreak with ffmpeg 4.0

media_object.cpp:908:60: error: use of undeclared identifier 'CODEC_CAP_DR1'
            if (lowres || (codec && (codec->capabilities & CODEC_CAP_DR1)))
                                                           ^
media_object.cpp:909:37: error: use of undeclared identifier
'CODEC_FLAG_EMU_EDGE'
                codec_ctx->flags |= CODEC_FLAG_EMU_EDGE;
                                    ^

PR:		227726
Reported by:	antoine (via exp-run)
Original commitRevision:469015 
Saturday, 18 Nov 2017
19:38 zeising search for other commits by this committer
Update to 1.6.5

Switch to use QT5
Add patch to fix build with recent update to graphics/glew

PR:		223426
Submitted by:	zeising
Approved by:	maintainer timeout
Original commitRevision:454455 
Friday, 18 Nov 2016
22:01 jbeich search for other commits by this committer
multimedia/bino: unbreak build with ffmpeg 3.x

src/media_object.cpp:435:41: error: use of undeclared identifier
'PIX_FMT_YUV444P'; did you mean 'AV_PIX_FMT_YUV444P'?
        if (video_codec_ctx->pix_fmt == PIX_FMT_YUV444P
                                        ^~~~~~~~~~~~~~~
                                        AV_PIX_FMT_YUV444P
/usr/local/include/libavutil/pixfmt.h:67:5: note: 'AV_PIX_FMT_YUV444P' declared
here
    AV_PIX_FMT_YUV444P,   ///< planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per
1x1 Y samples)
    ^
src/media_object.cpp:1943:92: error: use of undeclared identifier
'CODEC_ID_TEXT'; did you mean 'AV_CODEC_ID_TEXT'?
        if
(_ffmpeg->format_ctx->streams[_ffmpeg->subtitle_streams[i]]->codec->codec_id !=
CODEC_ID_TEXT)
                                                                                
          ^~~~~~~~~~~~~
                                                                                
          AV_CODEC_ID_TEXT
/usr/local/include/libavcodec/avcodec.h:606:5: note: 'AV_CODEC_ID_TEXT' declared
here
    AV_CODEC_ID_TEXT,  ///< raw UTF-8 text
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:426347 

Number of commits found: 3