Bug 250835 - audio/mixertui: allow base ncurses
Summary: audio/mixertui: allow base ncurses
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks: 251525
  Show dependency treegraph
 
Reported: 2020-11-03 20:35 UTC by Steve Wills
Modified: 2021-01-17 20:08 UTC (History)
1 user (show)

See Also:
asiciliano: maintainer-feedback+
asiciliano: maintainer-feedback+


Attachments
patch to port (485 bytes, patch)
2020-11-03 20:35 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2020-11-03 20:35:45 UTC
Created attachment 219329 [details]
patch to port

Port seems to work fine with base ncurses.
Comment 1 Alfonso S. Siciliano freebsd_committer freebsd_triage 2020-11-03 21:59:36 UTC
Yes, mixertui can use the ncurses in base but I chose to use port-ncurses in mainstream

https://gitlab.com/alfix/mixertui/-/commit/6bae3d131f26cd043ea68df2ef8ffbf88b865cf4

My problem is with the XFCE Terminal render: base ncurses has faded colours and does not show bold characters (xterm seems working nice), others have the same render:

https://forums.freebsd.org/threads/mixer-application.77153/#post-479506

Anyway the big problem is 'responsiveness': base ncurses refreshes re-printing down the screen: the render is horrible, the port version is perfect:

https://twitter.com/alfsiciliano/status/1320465954933977089

However my FreeBSD-CURRENT is 7/8 months old, base ncurses has version 5 while the port version 6 maybe a build world could solve my problem, alternatively a port option to choose the ncurses version could be a solution.


I have not a strong opinion about it, feel free to choose the best solution.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-17 20:06:47 UTC
A commit references this bug:

Author: swills
Date: Sun Jan 17 20:05:58 UTC 2021
New revision: 561866
URL: https://svnweb.freebsd.org/changeset/ports/561866

Log:
  audio/mixertui: allow base ncurses where appropriate

  PR:		250835
  Approved by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)

Changes:
  head/audio/mixertui/Makefile
Comment 3 Steve Wills freebsd_committer freebsd_triage 2021-01-17 20:08:01 UTC
Committed a fix, thanks for the comment.