Bug 51460 - [PATCH] x11-wm/fvwm2-devel broken due to wrong dependency
Summary: [PATCH] x11-wm/fvwm2-devel broken due to wrong dependency
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 15:10 UTC by Guido Berhoerster
Modified: 2003-05-04 22:05 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (347 bytes, patch)
2003-04-27 15:10 UTC, Guido Berhoerster
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Berhoerster 2003-04-27 15:10:12 UTC
x11-wm/fvwm2-devel depends on converters/iconv. The LIB_DEPENDS
points to iconv.2 but the librarary installed by converters/iconv is
called libbiconv.so.2 and thus the dependency fails and the build
breaks.

Fix: The LIB_DEPENDS needs to point to biconv.2 not iconv.2, apply the
following patch:
How-To-Repeat: cd /usr/ports/x11-wm/fvwm2-devel/ && make install
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2003-04-27 19:14:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer.
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2003-05-04 22:05:33 UTC
State Changed
From-To: open->closed

Committed. Thanks.