Created attachment 155629 [details] hexchat-2.10.1.log When unsetting the NLS option for irc/hexchat the build fails in the configure phase and complains that the gettext tools cannot be found. I have attached the poudriere log.
Here's the correct patch, courtesy of Tijl Coosemans. Tested in poudriere_11-current_amd64. ------------------------- security/gnomint/Makefile @@ -16 +16 @@ -USES= gmake desktop-file-utils libtool pkgconfig tar:xz +USES= gettext-tools gmake desktop-file-utils libtool pkgconfig tar:xz @@ -53 +53 @@ -NLS_USES= gettext +NLS_USES= gettext-runtime
Sorry, filename mistake irc/hexchat/Makefile @@ -16 +16 @@ -USES= gmake desktop-file-utils libtool pkgconfig tar:xz +USES= gettext-tools gmake desktop-file-utils libtool pkgconfig tar:xz @@ -53 +53 @@ -NLS_USES= gettext +NLS_USES= gettext-runtime
This is fixed as of r389839.