From owner-freebsd-ports Tue Feb 22 16:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 752F137B81E for ; Tue, 22 Feb 2000 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26924; Tue, 22 Feb 2000 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id 32EE737B80E for ; Tue, 22 Feb 2000 16:07:48 -0800 (PST) (envelope-from lioux@uol.com.br) Received: from 200-191-152-181-as.acessonet.com.br (200-191-152-181-as.acessonet.com.br [200.191.152.181]) by cummings.uol.com.br (8.9.1/8.9.1) with ESMTP id WAA22549 for ; Tue, 22 Feb 2000 22:07:40 -0200 (BRST) Received: (qmail 42993 invoked by uid 1001); 23 Feb 2000 01:00:55 -0000 Message-Id: <20000223010055.42992.qmail@Fedaykin.here> Date: 23 Feb 2000 01:00:55 -0000 From: lioux@uol.com.br Reply-To: lioux@linf.unb.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16919: UPDATE port mail/qmail-contrib missing dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16919 >Category: ports >Synopsis: UPDATE port mail/qmail-contrib missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 22 16:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD Here.here 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Tue Feb 22 05:00:50 ES T 2000 root@Here.here:/usr/current/src/sys/compile/LIOUX i386 >Description: mail/qmail-contrib builds fastforward that forwards email according to a cdb database. However, databases/cdb was not being built as a dependency. One drawback though, due to the way this port works, is that I need to use ${LOCALBASE}. I am pretty sure there is some other (elegant) way to do that. If you can, please do. >How-To-Repeat: Build it then try to use a .cdb datase without databases/cdb >Fix: --- Makefile.ORIG Tue Feb 22 20:09:23 2000 +++ Makefile Tue Feb 22 20:54:18 2000 @@ -14,7 +14,10 @@ MAINTAINER= nbm@FreeBSD.org -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +# Well, we need qmail. +# And ... Dan Bernstein cdb so that fastforward is really usefull +RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ + ${LOCALBASE}/cdbmake:${PORTSDIR}/databases/cdb NO_PACKAGE= Unsure of djb\'s license >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message