ports/58631: <synoppossibly poor default in noattach's Makefile

Luigi Rizzo rizzo at icir.org
Tue Oct 28 14:00:32 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list