Bug 42308

Summary: balsa2 port missing dependency in Makefile (gdbm)
Product: Ports & Packages Reporter: Benjamin Howell <bhowell>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.