Hello, Please fixe definitively the ncurses issue by adding a radio selector base/port For some reasons some people NEED ncurses port, in this case the only solution is to modify Makefile and modify the 'USES' line to ncurses:port But on version update the Makefile returns to default value. On a system with more than 2000 ports installed, it is just impossible to deal with number of ports that deal incorrectly with FreeBSD option systems, and this is continuously breaking the automated update process... SO PLEASE ADD A CONFIG DIALOG MENU WITH A RADIO SELECTOR With a radio selector, user can deals easily with customized automated option through make.conf Thanks, David
(In reply to my-roaming-data from comment #0) Hi David, What is the issue that you experience with base ncurses? Before r547319 it used the ncurses port, but then swills@ wanted to simplify the port and suggested to switch to base ncurses, and I approved this. Now I need to know what the problem is to assess if it should be switched back to the ncurses port, or to add a port option. Yuri
Yes, it would really help to know what the issue is with base ncurses. I don't know of any issues and really think the ncurses port should go away if possible.
Created attachment 221689 [details] patch to make ports ncurses optional I think this patch is the best way to go.
Committed, thanks!
A commit references this bug: Author: yuri Date: Mon Jan 18 00:36:23 UTC 2021 New revision: 561888 URL: https://svnweb.freebsd.org/changeset/ports/561888 Log: multimedia/musikcube: ncurses base/port selection based on OPSYS/OSVERSION PR: 249572 Submitted by: my-roaming-data@outlook.com Changes: head/multimedia/musikcube/Makefile head/multimedia/musikcube/files/ head/multimedia/musikcube/files/patch-src_musikcube_CMakeLists.txt
Sorry, ncurses:based causes exception, see bug#252817, I have to abort this change for now.
A commit references this bug: Author: yuri Date: Tue Jan 19 04:26:22 UTC 2021 New revision: 562022 URL: https://svnweb.freebsd.org/changeset/ports/562022 Log: multimedia/musikcube: Fix crash by reverting change to ncurses:base ncurses:base causes the application to abort due to the exception. PR: 249572 252817 Reported by: casey langen <casey.langen@gmail.com> Changes: head/multimedia/musikcube/Makefile