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/bombono/files/patch-src_mgui_ffviewer.cpp

Number of commits found: 2

Friday, 4 Nov 2016
10:45 jbeich search for other commits by this committer
multimedia/bombono: unbreak build with ffmpeg 3.x

src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this
scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                      ^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in
this scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                                       ^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
         ^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
                     ^
src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this scope
             dst_pf, sws_flags, 0, 0, 0);
             ^
src/mgui/ffviewer.cpp:657:45: error: 'avcodec_get_frame_defaults' was not
declared in this scope
         avcodec_get_frame_defaults(&rgbFrame); // nie pomieshaiet
                                             ^

PR:		207547
Obtained from:	upstream
Original commitRevision:425311 
Monday, 7 Mar 2016
17:48 mat search for other commits by this committer
Fix build on 10.x+

PR:		206896
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:410534 

Number of commits found: 2