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: multimedia/zoneminder/files/patch-ffmpeg4

Number of commits found: 3

Saturday, 8 Dec 2018
22:28 pi search for other commits by this committer
multimedia/zoneminder: update 1.30.4 -> 1.32.2

PR:		233289
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
Reviewed by:	lme
Relnotes:	http://www.zoneminder.com/blog/2018/10/13/tuesdays-gone-release.html
		https://github.com/ZoneMinder/zoneminder/releases/tag/1.32.0
Original commitRevision:486990 
Wednesday, 2 May 2018
18:34 jbeich search for other commits by this committer
multimedia/zoneminder: AVFMT_RAWPICTURE is part of libavformat
Original commitRevision:468863 
18:30 jbeich search for other commits by this committer
multimedia/zoneminder{,-h264}: unbreak with ffmpeg 4.0

src/zm_mpeg.cpp:243:19: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
      c->flags |= CODEC_FLAG_QSCALE;
                  ^
src/zm_mpeg.cpp:268:19: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                  ^
src/zm_mpeg.cpp:428:22: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if ( !(of->flags & AVFMT_RAWPICTURE) )
                     ^
src/zm_mpeg.cpp:675:20: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if ( of->flags & AVFMT_RAWPICTURE )
                   ^
src/zm_sdp.cpp:497:38: error: use of undeclared
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:468862 

Number of commits found: 3