Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11192 (closed defect: fixed)

Opened 2 years ago

Last modified 23 months ago

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

patch-Portfile.diff (0.6 KB) - added by css@… 2 years ago.
Bump the revision and add dependencies on gettext, libiconv, and ncurses. The latest was discovered during another trace build, and I verified the linking with otool.

Change History

Changed 2 years ago by css@…

Bump the revision and add dependencies on gettext, libiconv, and ncurses. The latest was discovered during another trace build, and I verified the linking with otool.

Changed 23 months ago by css@…

  • owner changed from macports-dev@… to css@…
  • status changed from new to assigned

Following correspondence with the maintainer, I will make these fixes and remove his maintainership.

Changed 23 months ago by css@…

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r21518.

Note: See TracTickets for help on using tickets.