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: graphics/gegl3/files/patch-operations_external_ff-save.c

Number of commits found: 2

Tuesday, 24 Apr 2018
13:56 jbeich search for other commits by this committer
graphics/gegl3: unbreak with ffmpeg 4.0

./ff-save.c:293:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
    c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                ^
./ff-save.c:634:18: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
     c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                 ^
./ff-save.c:702:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
                             ^
./ff-save.c:806:28: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if (oc->oformat->flags & AVFMT_RAWPICTURE)
                           ^

PR:		227726
Original commitRevision:468204 
Monday, 12 Dec 2016
08:24 jbeich search for other commits by this committer
graphics/gegl3: unbreak FFMPEG=on runtime

$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
./ff-save.c:700:9: error: implicit declaration of function
'avcodec_encode_video' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
        avcodec_encode_video (c,
        ^
./ff-save.c:700:9: note: did you mean 'avcodec_encode_video2'?
/usr/local/include/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_video2'
declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^

PR:		207547
Obtained from:	upstream
Approved by:	portmgr blanket
Original commitRevision:428399 

Number of commits found: 2