Bug 269173 - audio/ncmpcpp: Fix visualizer dependency
Summary: audio/ncmpcpp: Fix visualizer dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-26 21:08 UTC by Daniel Engberg
Modified: 2023-02-12 09:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yamagi)


Attachments
Patch for ncmpcpp (836 bytes, patch)
2023-01-26 21:08 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-01-26 21:08:08 UTC
Created attachment 239729 [details]
Patch for ncmpcpp

Only depend on fftw3 when visualizer option is enabled

Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-12 09:15:55 UTC
A commit in branch main references this bug:

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

commit e3c4b9e6d47bc264db66736071ea82070a1f6909
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-02-12 08:55:12 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-02-12 08:55:17 +0000

    audio/ncmpcpp: Fix visualizer dependency

    fftw3 is only needed when visualizer is enabled

    PR:             269173
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 audio/ncmpcpp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)