there is no Makefile option to build mail/dspam with cyrus-imapd23 as LDA. Fix: apply patch to mail/dspam/Makefile .ifdef(WITH_EXIM_LDA)--e3RFHJUBRypF7CzUZgroBgzc6BnZQlyoXBrtn0ePsmLqnzCI Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile Fri Jul 7 22:19:05 2006 +++ Makefile.new Mon Oct 2 16:25:16 2006 @@ -77,6 +77,7 @@ ## MTA and LDA OPTIONS+= CYRUS21_LDA "Use Cyrus's 2.1 deliver as LDA" off OPTIONS+= CYRUS22_LDA "Use Cyrus's 2.2 deliver as LDA" off +OPTIONS+= CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA" off OPTIONS+= EXIM_LDA "Use Exim as local delivery agent" off OPTIONS+= MAILDROP_LDA "Use Maildrop as local delivery agent" off OPTIONS+= PROCMAIL_LDA "Use Procmail as local delivery agent" off @@ -351,6 +352,12 @@ RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd22 CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver' LDA_COUNT:= ${LDA_COUNT:S/o//} +.endif + +.if defined(WITH_CYRUS23_LDA) +RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd23 +CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver' +LDA_COUNT:= ${LDA_COUNT:S/o//} .endif How-To-Repeat: try to build mail/dspam with cyrus-imapd23 as LDA
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer
itetcu 2006-10-08 07:41:42 UTC FreeBSD ports repository Modified files: mail/dspam Makefile mail/dspam/files UPDATING Log: Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off PR: ports/103910 Submitted by: Steffen Rick <srick@srick.org> Revision Changes Path 1.57 +10 -3 ports/mail/dspam/Makefile 1.27 +6 -1 ports/mail/dspam/files/UPDATING _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched commited, reminder that I need to patch dspam-devel also
State Changed From-To: patched->closed Commited to -devel also.