Bug 58540 - textproc/opensp: fix libintl and libiconv depedencies => avoid conflicts with other ports
Summary: textproc/opensp: fix libintl and libiconv depedencies => avoid conflicts with...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 22:00 UTC by Simon Barner
Modified: 2003-10-31 04:34 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (11.52 KB, patch)
2003-10-25 22:00 UTC, Simon Barner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2003-10-25 22:00:35 UTC
This port did not pick up the two libraries mentioned. In order to get
libintl working, I used the patch I found at

ports/audio/gqmpeg/files/patch-aclocal.m4

(somebody in an archived mail suggested to look for existing patches that
solve that gettext problem).

One possitive side effect of getting the libintl dependency right, is
that the port does not build its included version of the gettext library and
does not install those two .alias that were conflicting with other ports
(have a look at the pkg-plist diff and you'll see what I mean)
        
http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html

Additionally, I modified the port to respect NOPORTDOCS.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-25 22:13:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2003-10-31 04:34:11 UTC
State Changed
From-To: open->closed

Committed, thanks!