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: net/freeswitch/files/patch-ffmpeg4

Number of commits found: 3

Sunday, 28 Jul 2019
17:11 kai search for other commits by this committer
net/freeswitch: Update to 1.8.5

* Introduce new option PGSQL and make it as default one to enable support
  for PostgreSQL database backends
* Also add options for further languages (Brazilian, Chinese and Swedish)
* Correct the description and variables for the Franco-Canadian language
* Remove the now obsolete patch for ffmpeg4 that was added in r468853
* Add a patch to fix the automatic IP address detection with FreeBSD [2]
  which prevents the start of SIP profiles.
* Reset the maintainer due three months of inactivity [2] and missing
  feedback for the actual bug report [1].

PR:		238231 [1], 237268 [2]
Submitted by:	Richard Allen <richard2891@gmail.com> [1] [2]
Approved by:	maintainer timeout (1.5+ months [1], +3 months [2])
Original commitRevision:507516 
Tuesday, 18 Sep 2018
18:35 swills search for other commits by this committer
net/freeswitch: update to 1.8.1

PR:		231292
Submitted by:	corsmith@gmail.com (maintainer)
Original commitRevision:480060 
Wednesday, 2 May 2018
16:33 jbeich search for other commits by this committer
net/freeswitch: unbreak with ffmpeg 4.0

avcodec.c:194:40: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
static uint8_t ff_input_buffer_padding[FF_INPUT_BUFFER_PADDING_SIZE] = { 0 };
                                       ^
avformat.c:471:14: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
                        c->flags|=CODEC_FLAG_LOOP_FILTER;   // flags=+loop
                                  ^
avformat.c:477:47: error: use of undeclared identifier 'ME_HEX'
                        av_opt_set_int(c->priv_data, "motion_est", ME_HEX, 0);
                                                                   ^
avformat.c:553:15: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
                c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                            ^
avformat.c:638:31: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
        if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
                                     ^

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

Number of commits found: 3