Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 21:36:49 -0400 (EDT)
From:      Benjamin Howell <bhowell@iglou.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42308: balsa2 port missing dependency in Makefile (gdbm)
Message-ID:  <200209020136.g821anjR054799@12-220-172-94.client.insightbb.com>

next in thread | raw e-mail | index | archive | help

>Number:         42308
>Category:       ports
>Synopsis:       balsa2 port missing dependency in Makefile (gdbm)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 18:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Howell <bhowell@iglou.com>
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD 12-220-172-94.client.insightbb.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 29 22:53:02 EDT 2002 bmh@12-220-172-94.client.insightbb.com:/usr/obj/usr/src/sys/NGR i386


FreeBSD 4.6-STABLE, i386

>Description:
ports/mail/balsa2 fails to compile with a missing -lgdbm error. The fix was for me to install gdbm manually from ports.
>How-To-Repeat:
Make sure the databases/gdbm port is not installed.
cd /usr/ports/mail/balsa2 && make
(error manifests itself here)
>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 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209020136.g821anjR054799>