Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 07:06:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195519] New: deskutils/clipit fails to configure
Message-ID:  <bug-195519-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jrm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195519-13>