From owner-freebsd-ports Thu May 2 17:40:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B745537B419 for ; Thu, 2 May 2002 17:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g430e1n49125; Thu, 2 May 2002 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from mail.geekhold.com (adsl-63-193-102-58.dsl.snfc21.pacbell.net [63.193.102.58]) by hub.freebsd.org (Postfix) with ESMTP id 07A2737B41E for ; Thu, 2 May 2002 17:36:33 -0700 (PDT) Received: from flotsam.geekhold.com (flotsam.geekhold.com [192.168.144.2]) by mail.geekhold.com (Postfix) with ESMTP id BDD65C6CA5 for ; Thu, 2 May 2002 17:36:32 -0700 (PDT) Received: (from denny@localhost) by flotsam.geekhold.com (8.11.6/8.11.6) id g430Z7V54565; Thu, 2 May 2002 17:35:07 -0700 (PDT) (envelope-from denny) Message-Id: <200205030035.g430Z7V54565@flotsam.geekhold.com> Date: Thu, 2 May 2002 17:35:07 -0700 (PDT) From: Denton Gentry Reply-To: Denton Gentry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37694: Makefile dependency problem in ports/net/netatalk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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