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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

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