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/blender/files/patch-ffmpeg4

Number of commits found: 2

Thursday, 15 Aug 2019
19:09 rigoletto search for other commits by this committer
graphics/blender: Update to 2.80

PR:		239589
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	tcberner (mentor)
Original commitRevision:509044 
Friday, 27 Apr 2018
10:39 jbeich search for other commits by this committer
graphics/blender: unbreak with ffmpeg 4.0

intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: use of undeclared
identifier 'FF_MIN_BUFFER_SIZE'
        m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE +
FF_INPUT_BUFFER_PADDING_SIZE));
                                                       ^
intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
        m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE +
FF_INPUT_BUFFER_PADDING_SIZE));
                                                                            ^
intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undeclared
identifier 'FF_MIN_BUFFER_SIZE'
        m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0,
this,
                                                     ^

PR:		227726
Obtained from:	Arch Linux
Original commitRevision:468418 

Number of commits found: 2