Created attachment 195233 [details] zathura build log (synth) Hi, Since the latest port update, zathura fails to configure when the NLS option is off due to lack of xgettext, installed by devel/gettext-tools. I'm building with Synth on FreeBSD 11.2-RELEASE amd64. I've attached the build log (I don't seem to be able to get to the meson log when building through Synth, but the error should be clear enough in this log file). Cheers,
Testing this myself. If I can reproduce it , I’ll introduce a patch
(In reply to Nathan from comment #1) Update. I get it as well. I have update ready but can’t upload it on phone and gonna look at more on pc
Created attachment 196544 [details] Fixes bug graphics/zathura: * Removed NLS option -- Does not exist in meson.build nor meson_options * Added gettext to USES -- Fixes bug# 229856
maintainer timeout (quentin.stievenart@gmail.com ; 39 days)
@Nathan 1) Timeouts occur (are measured) on patches/attachments (not issue report date/time) 2) NLS removal: "Does not exist in meson.build nor meson_options" contradicts the provided build log, which shows: "po/meson.build:2:5: ERROR: Can not do gettext because xgettext is not installed." 3) Why *gettext* anything is required with NLS off/disables should be explained in any
(In reply to Kubilay Kocak from comment #5) Gettext IIRC is listed as an dep but I didn’t see any enable/disable nls
(In reply to Kubilay Kocak from comment #5) @koobs how are you getting that error. Mine builds fine
looks more like that had issue with glib really than gettext, as this builds fine with 12 and 11
Created attachment 196998 [details] Fix missing gettext Removed NLS option and added gettext to uses as no way to turn off nls and the dependency of gettext
When will the patch be committed?