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 is 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: multimedia/libquicktime/files/patch-ffmpeg2

Number of commits found: 2

Saturday, 7 May 2016
17:22 jbeich search for other commits by this committer
multimedia/libquicktime: unbreak build with ffmpeg 3.0

lqt_ffmpeg.c:389:13: error: use of undeclared identifier 'CODEC_ID_MPEG1VIDEO';
did you mean 'AV_CODEC_ID_MPEG1VIDEO'?
      .id = CODEC_ID_MPEG1VIDEO,
            ^~~~~~~~~~~~~~~~~~~
lqt_ffmpeg.c:547:13: error: use of undeclared identifier 'CODEC_ID_SVQ1'; did
you mean 'AV_CODEC_ID_SVQ1'?
      .id = CODEC_ID_SVQ1,
            ^~~~~~~~~~~~~
[...]

PR:		209348
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Debian
Original commitRevision:414778 
Saturday, 19 Oct 2013
16:43 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.0.1

- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
Original commitRevision:330909 

Number of commits found: 2