Bug 42308 - balsa2 port missing dependency in Makefile (gdbm)
Summary: balsa2 port missing dependency in Makefile (gdbm)
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 02:40 UTC by Benjamin Howell
Modified: 2002-09-02 03:07 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 Benjamin Howell 2002-09-02 02:40:01 UTC
ports/mail/balsa2 fails to compile with a missing -lgdbm error. The fix was for me to install gdbm manually from ports.

Fix: 

Add a LIB_DEPENDS entry into the Makefile for ports/mail/balsa2 containing the proper dependency for ports/databases/gdbm

LIB_DEPENDS=	[...] \
		gdbm-1.8:${PORTSDIR}/databases/gdbm
How-To-Repeat: Make sure the databases/gdbm port is not installed.
cd /usr/ports/mail/balsa2 && make
(error manifests itself here)
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-02 02:45:46 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-02 03:07:08 UTC
State Changed
From-To: open->closed

Committed, thanks.