ports/74762: dspam Makefile doesn't allow for exim as an LDA

Shahbaz Javeed sjaveed at adderpit.com
Mon Dec 6 10:50:31 UTC 2004


>Number:         74762
>Category:       ports
>Synopsis:       dspam Makefile doesn't allow for exim as an LDA
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 10:50:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Shahbaz Javeed
>Release:        5.2.1-RELEASE
>Organization:
>Environment:
FreeBSD server.adderpit.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004     root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
When using "make config" to configure dspam (/usr/ports/mail/dspam), exim doesn't appear as an LDA option even though exim is available to install as an LDA via ports.  There might be other LDA options missing too.
>How-To-Repeat:
cd /usr/ports/mail/dspam   # Replace /usr/ports with your ports root
make config
>Fix:
Add the following lines (I can send a patch if requested)

Add after line 68:
OPTIONS+=       EXIM_LDA "Use Exim as local delivery agent" off

Add after line 393:
.if defined(WITH_EXIM_LDA) && exists(${LOCALBASE}/sbin/exim)
RUN_DEPENDS+=   exim:${PORTSDIR}/mail/exim
CONFIGURE_ARGS+=        --with-delivery-agent='${LOCALBASE}/sbin/exim'
CONFIGURE_ARGS+=        --with-delivery-agent='${LOCALBASE}/sbin/exim'
LDA_COUNT:=     ${LDA_COUNT:S/o//}
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list