Ticket #11192 (closed defect: fixed)
BUG: texinfo-4.8 should note gettext and libiconv dependencies
| Reported by: | css@… | Owned by: | css@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.3.2 |
| Keywords: | Cc: | persquare@… | |
| Port: |
Description
The texinfo port depends on gettext, so it should be added as a dependency. I went through some hoops trying to get some others builds working when I realized that /opt/local/bin/install-info kept crashing due to missing /opt/local/lib/libintl.3.dylib. (The latest version provided by gettext is /opt/local/lib/libintl.8.dylib). This dependency is further verified by running port configure -tv textinfo:
Warning: Target configure has an undeclared dependency on gettext Warning: Target configure has an undeclared dependency on libiconv
The solution is to bump the revision and add the following line to the Portfile:
depends_lib port:gettext port:libiconv
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

