From kiwi@oav.net  Sun May  2 02:35:29 2004
Return-Path: <kiwi@oav.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DBBFD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 May 2004 02:35:20 -0700 (PDT)
Received: from akira.oav.net (akira.oav.net [195.20.105.157])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 82E0143D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 May 2004 02:35:20 -0700 (PDT)
	(envelope-from kiwi@oav.net)
Received: from localhost (localhost.oav.net [127.0.0.1])
	by akira.oav.net (Postfix) with ESMTP
	id 4BD702A43E; Sun,  2 May 2004 11:35:17 +0200 (CEST)
	(envelope-from kiwi@oav.net)
Received: from akira.oav.net ([127.0.0.1])
 by localhost (akira.oav.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 67483-02-6; Sun,  2 May 2004 11:35:15 +0200 (CEST)
Received: from [192.168.0.7] (kiwi.oav.net [82.225.248.92])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by akira.oav.net (Postfix) with ESMTP
	id 3B2092A43D; Sun,  2 May 2004 11:35:12 +0200 (CEST)
	(envelope-from kiwi@oav.net)
Message-Id: <025EFCC2-9C1C-11D8-B2D5-000393B64262@oav.net>
Date: Sun, 2 May 2004 11:35:12 +0200
From: Xavier Beaudouin <kiwi@oav.net>
To: Palle Girgensohn <girgen@pingpong.net>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <200405010705.i4175UIn015813@palle.girgensohn.se>
Subject: Re: [PATCH] mail/lmtpd: fails index building
References: <200405010705.i4175UIn015813@palle.girgensohn.se>

>Number:         66166
>Category:       ports
>Synopsis:       Re: [PATCH] mail/lmtpd: fails index building
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 02 02:40:21 PDT 2004
>Closed-Date:    Sun May 02 02:51:27 PDT 2004
>Last-Modified:  Sun May 02 02:51:27 PDT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Please see and review pr/66140=20
 (http://www.freebsd.org/cgi/query-pr.cgi?pr=3D66140)
 
 This should fix that. If so, please close this port.
 
 /Xavier
 
 Le 1 mai 04, =E0 09:05, Palle Girgensohn a =E9crit :
 
 >
 >> Submitter-Id:	current-users
 >> Originator:	Palle Girgensohn
 >> Organization:	Ping Pong AB
 >> Confidential:	no
 >> Synopsis:	[PATCH] mail/lmtpd: fails index building
 >> Severity:	critical
 >> Priority:	high
 >> Category:	ports
 >> Class:		change-request
 >> Release:	FreeBSD 5.2-CURRENT i386
 >> Environment:
 > System: FreeBSD palle.girgensohn.se 5.2-CURRENT FreeBSD 5.2-CURRENT=20
 > #5: Tue Apr 13 03:50:54 CEST 2004
 >> Description:
 > make describe fails
 >
 > I have both db3 and db4 installed, since different ports use different
 > databases. This makes the latest mail/lmtpd fail in "make describe",
 > which is used by portsdb -U. Hence, I cannot build an INDEX file after
 > cvs update.
 >
 > db3 and db4 ports don't conflict, so this error is not reasonable. I
 > suggest check for db4, and only if does not exists move on to
 > db3. Suggested patch enclosed.
 >
 > Port maintainer (kiwi@oav.net) is cc'd.
 >
 > Generated with FreeBSD Port Tools 0.50
 >> How-To-Repeat:
 >> Fix:
 >
 > --- lmtpd-0.9.16_1.patch begins here ---
 > Index: Makefile
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > RCS file: /home/ncvs/ports/mail/lmtpd/Makefile,v
 > retrieving revision 1.8
 > diff -u -u -r1.8 Makefile
 > --- Makefile	1 May 2004 02:25:14 -0000	1.8
 > +++ Makefile	1 May 2004 06:58:36 -0000
 > @@ -29,18 +29,17 @@
 >  OPTIONS+=3D	MYSQL "Support for MySQL Queries and Logs" off
 >  .endif
 >
 > -.if exists(${LOCALBASE}/lib/libdb3.so)
 > -WITH_DB3=3D	yes
 > -OPTIONS+=3D	DB3 "Support for DB3" on
 > -.else
 > -OPTIONS+=3D	DB3 "Support for DB3" off
 > -.endif
 > -
 >  .if exists(${LOCALBASE}/lib/libdb4.so)
 >  WITH_DB4=3D	yes
 >  OPTIONS+=3D	DB4 "Support for DB4" on
 > +OPTIONS+=3D	DB3 "Support for DB3" off
 >  .else
 >  OPTIONS+=3D	DB4 "Support for DB4" off
 > +.if exists(${LOCALBASE}/lib/libdb3.so)
 > +WITH_DB3=3D	yes
 > +OPTIONS+=3D	DB3 "Support for DB3" on
 > +.else
 > +.endif
 >  .endif
 >
 >  .if defined(WITH_DB3) && defined(WITH_DB4)
 > --- lmtpd-0.9.16_1.patch ends here ---
 >
 >
 --
 Xavier Beaudouin - Unix System Administrator & Projects Leader.
 President of Kazar Organization : http://www.kazar.net/
 Please visit http://caudium.net/, home of Caudium & Camas projects
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 2 02:50:52 PDT 2004 
State-Changed-Why:  
Misfiled followup to ports/66134 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sun May 2 02:50:52 PDT 2004 
Responsible-Changed-Why:  
Misfiled followup to ports/66134 

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