Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 01:30:26 GMT
From:      Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/74762: dspam Makefile doesn't allow for exim as an LDA
Message-ID:  <200412070130.iB71UQlI037509@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/74762; it has been noted by GNATS.

From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To: freebsd-gnats-submit@FreeBSD.org, sjaveed@adderpit.com
Cc:  
Subject: Re: ports/74762: dspam Makefile doesn't allow for exim as an LDA
Date: Tue, 7 Dec 2004 03:30:10 +0200

 Thanks for the suggestion, please cc my next time as GNATS doesn't send
 email to maintainers.
 
 Please also note that this:
 defined(WITH_EXIM_LDA) && exists(${LOCALBASE}/sbin/exim)
 will work only when you 1) choose EXIM_LDA and 2) already have exim
 installed. So what we want is:
 RUN_DEPENDS+=   exim:${PORTSDIR}/mail/exim
 which tells:
 if there is no executable exim in the PATH install ${PORTSDIR}/mail/exim
 to get it.
 
 I've developed your idea in: http://www.freebsd.org/cgi/query-pr.cgi?pr=74796
 
 This PR should be closed and ports/74796 should be commited instead.
 
 -- 
 IOnut
 Unregistered ;) FreeBSD "user"
 
 



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