Summary: | deskutils/clipit fails to configure | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Joseph Mingrone <jrm> | ||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | riggs | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: riggs Date: Sat Dec 27 12:25:30 UTC 2014 New revision: 375680 URL: https://svnweb.freebsd.org/changeset/ports/375680 Log: - NLS is unconditionally required, otherwise build fails - Add LICENSE* - Bump PORTREVISION PR: 195519 Submitted by: jrm@ftfl.ca (maintainer) Changes: head/deskutils/clipit/Makefile |
Created attachment 150017 [details] patch to fix configure error with deskutils/clipit Even with NLS disabled, clipit fails to configure without devel/gettext-tools installed. ./configure --disable-nls ... checking whether NLS is requested... no checking for intltool >= 0.23... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... no checking for msgmerge... no checking for msgfmt... no checking for gmsgfmt... no configure: error: GNU gettext tools not found; required for intltool Attached is a patch to force the build dependency on devel/gettext-tools. I also added license information.