ports/103910: no Makefile option to build dspam with cyrus-imapd23

Steffen Rick srick at srick.org
Mon Oct 2 15:30:16 UTC 2006


>Number:         103910
>Category:       ports
>Synopsis:       no Makefile option to build dspam with cyrus-imapd23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 02 15:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Steffen Rick
>Release:        6.1-RELEASE-p10
>Organization:
>Environment:
FreeBSD darkstar.srick.org 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #7: Sun Oct  1 20:53:26 BST 2006     root at darkstar.srick.org:/usr/obj/usr/src/sys/DARKSTAR-SMP  amd64
>Description:
there is no Makefile option to build mail/dspam with cyrus-imapd23 as LDA.
>How-To-Repeat:
try to build mail/dspam with cyrus-imapd23 as LDA
>Fix:
apply patch to mail/dspam/Makefile

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

 .ifdef(WITH_EXIM_LDA)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list