Created attachment 155628 [details] parcellite-1.1.7_1,1.log When unsetting the NLS option for desktutils/parcellite 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 @@ -18 +18 @@ -USES= gmake pkgconfig +USES= gmake pkgconfig gettext-tools @@ -28 +28 @@ -NLS_USES= gettext +NLS_USES= gettext-runtime
Patch committed. Thanks.
A commit references this bug: Author: madpilot Date: Tue Jul 14 22:33:50 UTC 2015 New revision: 392103 URL: https://svnweb.freebsd.org/changeset/ports/392103 Log: Fix build when NLS is disabled. PR: 199469 Submitted by: tobias.kortkamp at gmail.com Approved by: Maintainer timeout Changes: head/deskutils/parcellite/Makefile