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: audio/idjc/files

Number of commits found: 2

Monday, 28 May 2018
14:57 sbruno search for other commits by this committer
audio/idjc
- Update to version 0.8.17
- Chase location changes on SourceForge
- Add explicit dependency on audio/opus
- Remove uneeded patch files
- Regenerate pkg-plist

audio/shout-idjc
- Update to version 2.4.2
- Chase location changes on SourceForge
- Modify installed files to *not* conflict with libshout.

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D15555
Original commitRevision:471047 
Thursday, 3 May 2018
19:20 jbeich search for other commits by this committer
audio/idjc: unbreak with ffmpeg 4.0

avcodec_encoder.c:118:78: error: 'FF_INPUT_BUFFER_PADDING_SIZE' undeclared
(first use in this function)
         if (posix_memalign((void *)&s->inbuf, BYTE_ALIGNMENT, s->inbufsize +
FF_INPUT_BUFFER_PADDING_SIZE)) {
                                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
avcodec_encoder.c:125:68: error: 'FF_MIN_BUFFER_SIZE' undeclared (first use in
this function)
         if (posix_memalign((void *)&s->avpkt.data, BYTE_ALIGNMENT,
FF_MIN_BUFFER_SIZE)) {
                                                                   
^~~~~~~~~~~~~~~~~~
avcodec_encoder.c:199:52: error: 'CODEC_CAP_DELAY' undeclared (first use in this
function)
             if (final && (s->codec->capabilities | CODEC_CAP_DELAY)) {
                                                    ^~~~~~~~~~~~~~~
avcodec_encoder.c:212:71: error: 'CODEC_CAP_VARIABLE_FRAME_SIZE' undeclared
(first use in this function)
             if (!final || s->codec->capabilities & (CODEC_CAP_DELAY |
CODEC_CAP_VARIABLE_FRAME_SIZE | CODEC_CAP_SMALL_LAST_FRAME)) {
                                                                      
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
avcodec_encoder.c:212:103: error: 'CODEC_CAP_SMALL_LAST_FRAME' undeclared (first
use in this function)
             if (!final || s->codec->capabilities & (CODEC_CAP_DELAY |
CODEC_CAP_VARIABLE_FRAME_SIZE | CODEC_CAP_SMALL_LAST_FRAME)) {
                                                                                
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		227726
Reported by:	antoine (via exp-run)
Original commitRevision:468978 

Number of commits found: 2