Created attachment 207096 [details] pkg-message patch proposal Hi, I have been burning optical media on FreeBSD since last decade, and I got quite frustrated lately when sysutils/k3b-kde4 got deprecated, as I couldn't figure out how to make sysutils/k3b work. I also couldn't find any resources around the 'net. It turns out that (at least for burning mp3s to CDs) it's as simple as setting cdrecord parameters in "Settings --> Configure k3b... --> Programs --> User Parameters" to match device as seen by `cdrecord -scanbus' (e.g. dev=3,0,0). In my case, it also turns out that setuid and usermount requirements are not needed, while being quite dangerous - people with little understanding of OS security tend to "overdo" them, giving full rw access to anything under /dev, as seen e.g. here: https://forums.freebsd.org/threads/unable-to-copy-a-cd-with-k3b-19-08-0-under-freebsd-12-0-release-p10-mate-desktop.72115/ Perhaps pkg-message could be updated? I have attached proposed patch.
A commit references this bug: Author: adridg Date: Sun Jan 5 16:57:59 UTC 2020 New revision: 522163 URL: https://svnweb.freebsd.org/changeset/ports/522163 Log: Fix up pkg-message for sysutils/k3b The message was no longer entirely correct for currently-supported FreeBSD systems. PR: 240273 Submitted by: Marko Cupac Changes: head/sysutils/k3b/pkg-message
Thank you! I've applied the patch and it will show up in future re-builds of the package.