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/php5-ffmpeg/files/patch-ffmpeg_movie.c

Number of commits found: 7

Friday, 4 May 2018
11:40 jbeich search for other commits by this committer
graphics/php5-ffmpeg: unbreak with ffmpeg 4.0

ffmpeg_movie.c:978:29: error: no member named 'codec_name' in 'struct
AVCodecContext'; did you mean 'coded_frame'?
    } else if (decoder_ctx->codec_name[0] != '\0') {
                            ^~~~~~~~~~
                            coded_frame
/usr/local/include/libavcodec/avcodec.h:2760:35: note: 'coded_frame' declared
here
    attribute_deprecated AVFrame *coded_frame;
                                  ^
ffmpeg_movie.c:978:43: error: invalid operands to binary expression ('AVFrame'
(aka 'struct AVFrame') and 'int')
    } else if (decoder_ctx->codec_name[0] != '\0') {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~
ffmpeg_movie.c:979:35: error: no member named 'codec_name' in 'struct
AVCodecContext'
        codec_name = decoder_ctx->codec_name;
                     ~~~~~~~~~~~  ^

PR:		227726
Reported by:	antoine (via exp-run)
Original commitRevision:469018 
Monday, 12 Dec 2016
08:52 jbeich search for other commits by this committer
graphics/php5-ffmpeg: unbreak runtime with ffmpeg 3.x

$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
ffmpeg_movie.c:1228:13:error: implicit declaration of function
'avcodec_alloc_frame' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
    frame = avcodec_alloc_frame();
            ^
PR:		214191
Pointy hat to:	jbeich
Approved by:	portmgr blanket
Original commitRevision:428400 
Saturday, 19 Nov 2016
17:03 sunpoet search for other commits by this committer
- Pet portlint
- Rename patch files
Original commitRevision:426407 
Friday, 18 Nov 2016
22:01 jbeich search for other commits by this committer
graphics/php5-ffmpeg: unbreak build with ffmpeg 3.x

ffmpeg_movie.c:975:41: error:
      use of undeclared identifier 'CODEC_ID_MPEG2TS'; did you mean
'AV_CODEC_ID_MPEG2TS'?
    } else if (decoder_ctx->codec_id == CODEC_ID_MPEG2TS) {
                                        ^~~~~~~~~~~~~~~~
                                        AV_CODEC_ID_MPEG2TS
/usr/local/include/libavcodec/avcodec.h:647:5: note: 'AV_CODEC_ID_MPEG2TS'
declared here
    AV_CODEC_ID_MPEG2TS = 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
    ^
ffmpeg_frame.c:502:34: error:
      use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean
'AV_PIX_FMT_YUV420P'?
    _php_convert_frame(ff_frame, PIX_FMT_YUV420P);
                                 ^~~~~~~~~~~~~~~
ffmpeg_frame.c:514:50: error:
      use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean
'AV_PIX_FMT_YUV420P'?
    avpicture_alloc((AVPicture*)resampled_frame, PIX_FMT_YUV420P,
                                                 ^~~~~~~~~~~~~~~
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
    ^

PR:		214191
Approved by:	portmgr blanket
Original commitRevision:426346 
Saturday, 16 May 2015
13:35 sunpoet search for other commits by this committer
- Use DISTVERSIONPREFIX instead of DISTNAME
- Remove leading definite article from COMMENT
- Regenerate patch file with makepatch:
Original commitRevision:386545 
Monday, 28 Jul 2014
19:00 sunpoet search for other commits by this committer
- Update to 0.6.0.20120114 (latest snapshot)
- Add LICENSE
- Update dependency: use multimedia/ffmpeg instead of multimedia/ffmpeg0
- Support STAGEDIR
- Cleanup Makefile
- Reformat pkg-descr
- Use single space after WWW:
- Take maintainership

Changes:	http://sourceforge.net/p/ffmpeg-php/code/commit_browser
Original commitRevision:363229 
Sunday, 2 Sep 2012
05:15 acm search for other commits by this committer
- Fix build on PHP 5.4.x

PR:             169370
Submitted by:   Alexander Moskalenko <alexander.moskalenko  at  gmail.com>
Original commitRevision:303530 

Number of commits found: 7