Opened 18 years ago
Closed 18 years ago
#11192 closed defect (fixed)
BUG: texinfo-4.8 should note gettext and libiconv dependencies
Reported by: | cssdev | Owned by: | cssdev |
---|---|---|---|
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 (1)
Change History (3)
Changed 18 years ago by cssdev
Attachment: | patch-Portfile.diff added |
---|
comment:1 Changed 18 years ago by cssdev
Owner: | changed from macports-dev@… to css@… |
---|---|
Status: | new → assigned |
Following correspondence with the maintainer, I will make these fixes and remove his maintainership.
comment:2 Changed 18 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r21518.
Note: See
TracTickets for help on using
tickets.
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
.