Bug 256859 - audio/psindustrializer port is missing port-options
Summary: audio/psindustrializer port is missing port-options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-27 08:39 UTC by p5B2EA84B3
Modified: 2021-06-27 09:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2021-06-27 08:39:31 UTC
As can be read there upstream provides options:
https://sourceforge.net/projects/industrializer/files/

Optional:

    gtkglext-1.0 version 1.0 or higher (apt-get install libgtkglext1-dev) - required for visualization

The following audio drivers can optionally be used for audio preview:

    JACK (apt-get install libjack-dev)
    PulseAudio (apt-get install libpulse-dev)
    ALSA (apt-get install libasound2-dev)

so please provide configurable port options for your port and make people happy for perventing dependency bloats.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-27 09:17:01 UTC
Fix committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-27 09:17:12 UTC
A commit in branch main references this bug:

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

commit e9946a7d27c82dbab07c6bd8d37ec10a14692c40
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-27 09:03:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-27 09:03:02 +0000

    audio/psindustrializer: Add audio backend options

    PR:             256859
    Suggested by:   p5B2E9A8F@t-online.de

 audio/psindustrializer/Makefile | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)