Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2003 05:54:46 -0800 (PST)
From:      Luigi Rizzo <rizzo@icir.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/58631: <synoppossibly poor default in noattach's Makefile
Message-ID:  <200310281354.h9SDskSM023659@xorpc.icir.org>
Resent-Message-ID: <200310281400.h9SE0SpH080913@freefall.freebsd.org>

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

>Number:         58631
>Category:       ports
>Synopsis:       <synoppossibly poor default in noattach's Makefile
>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:



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