From nobody@FreeBSD.org  Mon Oct  2 15:26:44 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BC4B16A5AA
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Oct 2006 15:26:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C73AD43D7B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Oct 2006 15:26:43 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k92FQf1k031805
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 2 Oct 2006 15:26:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k92FQfQm031803;
	Mon, 2 Oct 2006 15:26:41 GMT
	(envelope-from nobody)
Message-Id: <200610021526.k92FQfQm031803@www.freebsd.org>
Date: Mon, 2 Oct 2006 15:26:41 GMT
From: Steffen Rick <srick@srick.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: no Makefile option to build dspam with cyrus-imapd23
X-Send-Pr-Version: www-2.3

>Number:         103910
>Category:       ports
>Synopsis:       no Makefile option to build dspam with cyrus-imapd23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 02 15:30:14 GMT 2006
>Closed-Date:    Tue Oct 10 11:32:23 GMT 2006
>Last-Modified:  Tue Oct 10 11:32:23 GMT 2006
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 2 23:10:20 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103910 
State-Changed-From-To: open->patched 
State-Changed-By: itetcu 
State-Changed-When: Sun Oct 8 07:42:50 UTC 2006 
State-Changed-Why:  
commited, reminder that I need to patch dspam-devel also 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103910 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103910: commit references a PR
Date: Sun,  8 Oct 2006 07:41:49 +0000 (UTC)

 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: patched->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Oct 10 11:32:21 UTC 2006 
State-Changed-Why:  
Commited to -devel also. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103910 
>Unformatted:
