Bug 195519 - deskutils/clipit fails to configure
Summary: deskutils/clipit fails to configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-30 07:06 UTC by Joseph Mingrone
Modified: 2014-12-27 12:27 UTC (History)
1 user (show)

See Also:


Attachments
patch to fix configure error with deskutils/clipit (903 bytes, patch)
2014-11-30 07:06 UTC, Bugzilla Automation
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2014-11-30 07:06:48 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-12-27 12:25:49 UTC
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