Bug 93436 - devel/git uses incorrect expat shlib version
Summary: devel/git uses incorrect expat shlib version
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: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 14:50 UTC by Kostik Belousov
Modified: 2006-02-17 01:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kostik Belousov 2006-02-16 14:50:09 UTC
devel/git Makefile specifies

LIB_DEPENDS=    expat.5:${PORTSDIR}/textproc/expat2

but textproc/expat2 installs libexpat.so.6.

Fix: 

Change the line to
LIB_DEPENDS=    expat.6:${PORTSDIR}/textproc/expat2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-16 14:52:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2006-02-17 01:17:36 UTC
State Changed
From-To: open->closed

Committed.  Thanks!