Created attachment 155626 [details] lxappearance-0.6.1.log When unsetting the NLS option for x11-themes/lxappearance 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 pathfix pkgconfig tar:xz +USES= gettext-tools gmake pathfix pkgconfig tar:xz @@ -28 +28 @@ -NLS_USES= gettext +NLS_USES= gettext-runtime
I made a mistake with the filename. Obviously, x11-themes/lxappearance/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
A commit references this bug: Author: pawel Date: Sat Apr 25 18:28:51 UTC 2015 New revision: 384748 URL: https://svnweb.freebsd.org/changeset/ports/384748 Log: - Fix build when NLS=off [1] - Use LDFLAGS for linker flags PR: 199467 [1] Reported by: tobias.kortkamp@gmail.com [1] Changes: head/x11-themes/lxappearance/Makefile