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: databases/grass/files/patch-lib_ogsf_gsd__img__mpeg.c

Number of commits found: 1

Friday, 4 Nov 2016
14:30 jbeich search for other commits by this committer
databases/grass: unbreak build with ffmpeg 3.x

lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in
this function)
 #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                        ^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
     c->pix_fmt = STREAM_PIX_FMT;
                  ^
lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only
once for each function it appears in
 #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                        ^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
     c->pix_fmt = STREAM_PIX_FMT;
                  ^
lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first
use in this function)
     if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
                        ^

PR:		207547
Original commitRevision:425326 

Number of commits found: 1