Bug 58513 - net/ap-utils: fix libintl and libiconv depedencies => avoid conflicts with other ports
Summary: net/ap-utils: fix libintl and libiconv depedencies => avoid conflicts with ot...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 12:30 UTC by Simon Barner
Modified: 2003-11-18 22:32 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.28 KB, patch)
2003-10-25 12:30 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 12:30:08 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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2003-10-25 17:31:53 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Assign to proper class and responsible.
Comment 2 Dan Pelleg 2003-11-02 02:14:20 UTC
Port maintainer's comment:
I don't know much about the libintl issue. All I can say is that the patch
tests ok for me. Assuming there is a problem, I recommend to commit this
patch. Only change is to bump PORTREVISION to 2.

--
 Dan Pelleg
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-18 22:32:16 UTC
State Changed
From-To: open->closed

Committed less intrusive variation on your idea.