[Bug 195519] New: deskutils/clipit fails to configure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 30 07:06:49 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195519

            Bug ID: 195519
           Summary: deskutils/clipit fails to configure
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jrm at ftfl.ca

Created attachment 150017
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150017&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list