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/cmus/files/patch-ip_ffmpeg.c

Number of commits found: 4

Sunday, 9 Jul 2023
13:01 Nuno Teixeira (eduardo) search for other commits by this committer
audio/cmus: Replace 8cc20c36d144 with upstream fix
commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 f4410cd
Wednesday, 15 Mar 2023
08:45 Nuno Teixeira (eduardo) search for other commits by this committer Author: Daniel Engberg
audio/cmus: FFmpeg 6.0 compatibility fix

Patch required to build with FFmpeg 6.0

Reference:
https://git.alpinelinux.org/aports/tree/community/cmus/ffmpeg6.patch

PR:		270179
commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 8cc20c3
Tuesday, 29 Jan 2019
12:30 tobik search for other commits by this committer
audio/cmus: Update to 2.8.0

Changes:	https://github.com/cmus/cmus/releases/tag/v2.8.0
Original commitRevision:491556 
Tuesday, 24 Apr 2018
13:56 jbeich search for other commits by this committer
audio/cmus: unbreak with ffmpeg 4.0

checking for FFMPEG_LIBS (pkg-config)... -L/usr/local/lib -lavformat -lavcodec
checking for FFMPEG_CFLAGS (pkg-config)... -I/usr/local/include
checking for header <libavcodec/avcodec.h>... yes
checking for successful build of ffmpeg.c... no
[...]
ip/ffmpeg.c:255:29: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
                if (codec->capabilities & CODEC_CAP_TRUNCATED)
                                          ^
ip/ffmpeg.c:256:17: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
                        cc->flags |= CODEC_FLAG_TRUNCATED;
                                     ^

PR:		227726
Obtained from:	upstream (via Greg V)
Original commitRevision:468205 

Number of commits found: 4