From os@brain.cc.rsu.ru  Wed Oct 26 12:06:13 2005
Return-Path: <os@brain.cc.rsu.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A199E16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Oct 2005 12:06:13 +0000 (GMT)
	(envelope-from os@brain.cc.rsu.ru)
Received: from brain.cc.rsu.ru (brain.cc.rsu.ru [195.208.252.154])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E62D143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Oct 2005 12:06:12 +0000 (GMT)
	(envelope-from os@brain.cc.rsu.ru)
Received: from brain.cc.rsu.ru (localhost [127.0.0.1])
	by brain.cc.rsu.ru (8.13.4/8.13.4) with ESMTP id j9QC65fV012192;
	Wed, 26 Oct 2005 16:06:05 +0400 (MSD)
	(envelope-from os@brain.cc.rsu.ru)
Received: (from os@localhost)
	by brain.cc.rsu.ru (8.13.4/8.13.4/Submit) id j9QC64vn012191;
	Wed, 26 Oct 2005 16:06:04 +0400 (MSD)
	(envelope-from os)
Message-Id: <200510261206.j9QC64vn012191@brain.cc.rsu.ru>
Date: Wed, 26 Oct 2005 16:06:04 +0400 (MSD)
From: Oleg Sharoiko <os@rsu.ru>
Reply-To: Oleg Sharoiko <os@rsu.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: aragorn+ports@babasse.net
Subject: [patch] fix dependency for mail/milter-greylist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88028
>Category:       ports
>Synopsis:       [patch] fix dependency for mail/milter-greylist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 26 12:10:19 GMT 2005
>Closed-Date:    Thu Nov 03 09:01:25 GMT 2005
>Last-Modified:  Thu Nov 03 09:01:25 GMT 2005
>Originator:     Oleg Sharoiko
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Computer Center of Rostov State University
>Environment:
System: FreeBSD brain.cc.rsu.ru 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu May 26 17:48:07 MSD 2005 os@brain.cc.rsu.ru:/usr/obj/usr/src/sys/brain.athlon-xp.RELENG_5.2005-05-26 i386


	
>Description:
	API in new version of mail/libspf2 has changed and become
incompatible with older versions. Building milter-greylist is
broken with new version of libspf. Older version is available as
mail/libspf2-10

>How-To-Repeat:
cd /usr/ports/mail/milter-greylist
make

>Fix:

--- milter-greylist.patch begins here ---
--- Makefile.orig	Wed Oct 26 15:43:35 2005
+++ Makefile	Wed Oct 26 15:43:43 2005
@@ -58,7 +58,7 @@
 .if ${OSVERSION} < 502102
 IGNORE=		Using libspf2 requires a thread safe resolver
 .else
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2-10
 CONFIGURE_ARGS+=	--with-libspf2=${LOCALBASE}
 .endif
 .endif
--- milter-greylist.patch ends here ---


>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: aragorn+ports@babasse.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88028: [patch] fix dependency for mail/milter-greylist
Date: Wed, 26 Oct 2005 12:12:23 UT

 Maintainer of mail/milter-greylist,
 
 Please note that PR ports/88028 just has been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88028
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Wed Oct 26 12:26:16 GMT 2005 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88028 
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Wed Oct 26 12:26:32 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

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

From: Cyril Guibourg <aragorn@teaser.fr>
To: bug-followup@FreeBSD.org
Cc: aragorn+ports@babasse.net
Subject: Re: ports/88028: [patch] fix dependency for mail/milter-greylist
Date: Tue, 01 Nov 2005 20:17:58 +0100

 Edwin Groothuis <edwin@FreeBSD.org> writes:
 
 > Maintainer of mail/milter-greylist,
 >
 > Please note that PR ports/88028 just has been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88028
 
 Hello,
 
 I already have a patch for upgrade to 2.0.2 which fixes the new libspf2
 API issue. Please close this PR.
 
 Regards.
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Thu Nov 3 09:01:24 GMT 2005 
State-Changed-Why:  
Closed by maintainer's request. 

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