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: emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc

Number of commits found: 5

Thursday, 30 Jun 2022
19:39 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-03-31 multimedia/schroedinger: Abandoned legacy video codec, upstream is
dead and last release was back in 2012.
2022-06-30 emulators/kcemu: Depends on expired multimedia/schroedinger
2022-06-30 multimedia/ccextractor: Depends on expired multimedia/schroedinger
commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 50a7046
Tuesday, 24 Apr 2018
17:44 jbeich search for other commits by this committer
emulators/kcemu: unbreak with ffmpeg 4.0

ffmpeg.cc:83:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
    _stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
                             ^

PR:		227726
Original commitRevision:468224 
Friday, 18 Nov 2016
22:00 jbeich search for other commits by this committer
emulators/kcemu: unbreak build with ffmpeg 3.x

ffmpeg.cc:79:29: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you
mean 'AV_PIX_FMT_YUV420P'?
  _stream->codec->pix_fmt = PIX_FMT_YUV420P;
                            ^~~~~~~~~~~~~~~
                            AV_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)
    ^
ffmpeg.cc:100:12: error: use of undeclared identifier 'avcodec_alloc_frame'
  _frame = avcodec_alloc_frame();
           ^
ffmpeg.cc:159:18: error: use of undeclared identifier 'avcodec_encode_video';
did you mean 'avcodec_encode_video2'?
  int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame);
                 ^~~~~~~~~~~~~~~~~~~~
                 avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5261:5: note: 'avcodec_encode_video2'
declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^
ffmpeg.cc:159:55: error: cannot initialize a parameter of type 'AVPacket *' with
an lvalue of type 'byte_t *' (aka 'unsigned char *')
  int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame);
                                                      ^~~~
/usr/local/include/libavcodec/avcodec.h:5261:60: note: passing argument to
parameter 'avpkt' here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
                                                           ^

PR:		214188
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:426344 
Friday, 3 Jul 2015
21:36 riggs search for other commits by this committer
Fix build with ffmpeg 2.7

PR:		201319
Submitted by:	riggs
Approved by:	portmgr (antoine)
Original commitRevision:391276 
Saturday, 8 Feb 2014
15:44 antoine search for other commits by this committer
Unbreak
While here, add stage support

PR:		ports/184779
Submitted by:	maintainer
Original commitRevision:343354 

Number of commits found: 5