Created attachment 223219 [details] svn .diff sysctlview update 1.2.1 -> 2.1 Testing: * portlint -C * port test
typo: sysctlview update 2.0.1 -> 2.1
Hi Alfonso, I am wondering how NLS_CONFIGURE_ENABLE=nls should work without a configure script? As far as I can see, there is no difference in resulting files concerning the internationalization between build with and build without NLS (gettext) option? In both cases, only the buttons in the About windows are internationalized. And in case gettext is functional here after all: is there a reason to have gettext twice in the Makefile? I think it would be sufficient to have NLS_USES=gettext (without -runtime). What do you think about this?
Hi Rainer, You are right NLS is not functional, I added NLS to fix a "portlint -C" warning since version 0.1. However I have not a strong opinion about it, feel free to delete it.
A commit references this bug: Author: rhurlin Date: Sat Mar 13 10:15:13 UTC 2021 New revision: 568241 URL: https://svnweb.freebsd.org/changeset/ports/568241 Log: deskutils/sysctlview: Update to 2.1 Changelog: https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG PR: 254243 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Changes: head/deskutils/sysctlview/Makefile head/deskutils/sysctlview/distinfo head/deskutils/sysctlview/files/
Committed, thanks :) Thank you for this nice tool! I was not aware of it before :) I have removed all the gettext related context for now as it is not currently used. We can add it back very easily if needed. As a thought for the next update: In the Flags window, the last column 'DYN' is not behaving as expected. When the window is enlarged to the right, the content of this column also moves to the right. A fixed width also for the last column would be nicer in my opinion ;)