From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 28 06:00:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A1716A4DE for ; Tue, 28 Oct 2003 06:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCE843FF5 for ; Tue, 28 Oct 2003 06:00:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9SE0SFY080915 for ; Tue, 28 Oct 2003 06:00:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9SE0SpH080913; Tue, 28 Oct 2003 06:00:28 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 28 Oct 2003 06:00:28 -0800 (PST) Resent-Message-Id: <200310281400.h9SE0SpH080913@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luigi Rizzo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8C416A4CE; Tue, 28 Oct 2003 05:54:47 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F94643FEC; Tue, 28 Oct 2003 05:54:46 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id h9SDsksd023660; Tue, 28 Oct 2003 05:54:46 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id h9SDskSM023659; Tue, 28 Oct 2003 05:54:46 -0800 (PST) (envelope-from rizzo) Message-Id: <200310281354.h9SDskSM023659@xorpc.icir.org> Date: Tue, 28 Oct 2003 05:54:46 -0800 (PST) From: Luigi Rizzo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dinoex@FreeBSD.org Subject: ports/58631: List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 14:00:32 -0000 >Number: 58631 >Category: ports >Synopsis: Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 28 06:00:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: Luigi Rizzo >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: ports/mail/noattach/Makefile has the following: .if !defined(SENDMAIL_MILTER_IN_BASE) BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail .endif but at least on RELENG_4 (and possibly also CURRENT) libmilter.a is already present in /usr/lib as part of the default installation. I believe the default should be to assume libmilter.a is present, and only if explicitly requested the dependence should be on ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: