Bug 255805

Summary: x11-wm/lxqt-panel: pkg-plist issue with both ALSA and PULSEAUDIO unset
Product: Ports & Packages Reporter: Felix Palmen <zirias>
Component: Individual Port(s)Assignee: Jesper Schmitz Mouridsen <jsm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (jsm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Felix Palmen freebsd_committer freebsd_triage 2021-05-12 05:39:29 UTC
Build fails in package phase when neither ALSA nor PULSEAUDIO is set with the following error:

===>  Building package for lxqt-panel-0.17.1
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-wm/lxqt-panel/work/stage/usr/local/lib/lxqt-panel/libvolume.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-wm/lxqt-panel/work/stage/usr/local/share/lxqt/lxqt-panel/volume.desktop:No such file or directory
*** Error code 1
Comment 1 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2021-05-21 18:28:37 UTC
Yes, I will correct the pkg-plist, the %%SOUND%% prefix is missing in front of those two files.

Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-14 18:49:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95d3801c48b36e425b1ac4aefa3aee474dd4a4d8

commit 95d3801c48b36e425b1ac4aefa3aee474dd4a4d8
Author:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
AuthorDate: 2021-08-14 18:43:22 +0000
Commit:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
CommitDate: 2021-08-14 18:43:22 +0000

    x11-wm/lxqt-panel: Fix pkg-plist

    When no sound option was set install was failling

    PR: 255805

 x11-wm/lxqt-panel/pkg-plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2021-08-14 18:49:46 UTC
Thanks