Bug 199470 - irc/hexchat: Build fails with NLS=off
Summary: irc/hexchat: Build fails with NLS=off
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 18:30 UTC by Tobias Kortkamp
Modified: 2015-07-06 09:10 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (nemysis)


Attachments
hexchat-2.10.1.log (28.83 KB, text/plain)
2015-04-15 18:30 UTC, Tobias Kortkamp
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2015-04-15 18:30:20 UTC
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.
Comment 1 Beeblebrox 2015-04-25 04:01:05 UTC
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
Comment 2 Beeblebrox 2015-04-25 04:03:35 UTC
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
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2015-07-06 09:10:52 UTC
This is fixed as of r389839.