Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 17:35:07 -0700 (PDT)
From:      Denton Gentry <denny@mail.geekhold.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37694: Makefile dependency problem in ports/net/netatalk
Message-ID:  <200205030035.g430Z7V54565@flotsam.geekhold.com>

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

>Number:         37694
>Category:       ports
>Synopsis:       Makefile dependency problem in ports/net/netatalk
>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:   Thu May 02 17:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Denton Gentry
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
individual
>Environment:
System: FreeBSD flotsam.geekhold.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


>Description:
In ports/net/netatalk/Makefile if both WITH_CNID and WITH_SRVLOC
are defined the Makefile will lose track of the dependency on db3.2.

>How-To-Repeat:
On a system which does not have db3.2 installed, do
make -D WITH_CNID -D WITH_SRVLOC
in ports/net/netatalk. It will fail because db3 is not installed.

>Fix:

flotsam# cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/netatalk/Makefile,v
retrieving revision 1.37
diff -r1.37 Makefile
16a17,18
> LIB_DEPENDS=
> 
18c20
< LIB_DEPENDS=  db3.2:${PORTSDIR}/databases/db3
---
> LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db3
21c23
< LIB_DEPENDS=  slp.1:${PORTSDIR}/net/openslp
---
> LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp

>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?200205030035.g430Z7V54565>