[Bug 276963] [NEW PORT] deskutils/rednotebook: Personal Journal Application
Date: Tue, 05 Mar 2024 02:34:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276963 --- Comment #12 from Travis Hunter <cth-freebsd@pm.me> --- (In reply to Gleb Popov from comment #10) Gleb, I've attached a new patch. As for portlint, I've been running it all along and up until this latest patch with the switch to USES from BUILD_DEPENDS for gettext, it reported "Looks fine." Here is the output of portlint -A deskutils/rednotebook: WARN: /usr/ports/deskutils/rednotebook/pkg-plist: [133]: this port installs .desktop files. If the .desktop file(s) installed contain ``MimeType='', you must add `desktop-file-utils` to USES. WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. 0 fatal errors and 2 warnings found. As for the first: the port does install a .desktop file but it does *not* have MimeType parameter, so this warning can be ignored? As for the second: I have not able to remove this warning (This warning does not occur when using BUILD_DEPENDS= gettext however). Upstream states gettext is a requirement for installation, and the setup.py file runs gettext when installing the application. I haven't been able to add any NLS knobs to disable it as suggested by the Porters Handbook. Thoughts? Leave it alone, or go back to using BUILD_DEPENDS? -- You are receiving this mail because: You are the assignee for the bug.