From matthias.andree@gmx.de  Sun Jun  5 21:23:47 2005
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5667116A41C;
	Sun,  5 Jun 2005 21:23:47 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B16F643D48;
	Sun,  5 Jun 2005 21:23:46 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from localhost (localhost [127.0.0.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id D4E5D44013;
	Sun,  5 Jun 2005 23:23:44 +0200 (CEST)
Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1])
 by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 10960-02; Sun,  5 Jun 2005 23:23:43 +0200 (CEST)
Received: from m2a2.dyndns.org (p50917AF9.dip.t-dialin.net [80.145.122.249])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 993844400B;
	Sun,  5 Jun 2005 23:23:43 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id BCBFE77C89;
	Sun,  5 Jun 2005 23:23:42 +0200 (CEST)
Received: from m2a2.dyndns.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 11136-15; Sun,  5 Jun 2005 23:23:42 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id 0E46A778FA;
	Sun,  5 Jun 2005 23:23:42 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.51 (FreeBSD))
	id 1Df2ar-0002MV-Nu; Sun, 05 Jun 2005 23:23:41 +0200
Message-Id: <E1Df2ar-0002MV-Nu@libertas.emma.line.org>
Date: Sun, 05 Jun 2005 23:23:41 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kris@freebsd.org
Subject: [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81929
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 21:30:02 GMT 2005
>Closed-Date:    Wed Jun 08 12:21:34 GMT 2005
>Last-Modified:  Wed Jun 08 12:21:34 GMT 2005
>Originator:     Matthias Andree
>Release:        FreeBSD 4.11-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #1: Tue May 31 16:56:46 CEST 2005
>Description:
The patch below skips the overzealous t.lock3 test that is very delicate WRT
timing, I/O and such, and broke on pointyhat and often breaks on user systems,
too.  t.lock3 is prone to falsely asserting failure.

The patch also skips t.valgrind which is pretty environment-dependent.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- bogofilter-sqlite-0.94.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter-sqlite/Makefile /usr/home/emma/ports/mail/bogofilter-sqlite/Makefile
--- /usr/ports/mail/bogofilter-sqlite/Makefile	Tue May 31 16:14:44 2005
+++ /usr/home/emma/ports/mail/bogofilter-sqlite/Makefile	Sun Jun  5 23:17:11 2005
@@ -24,4 +24,7 @@
 
 MASTERDIR=	${.CURDIR}/../bogofilter
 
+pre-configure:
+		${REINPLACE_CMD} 's/^INTEGRITY_TESTS.*/INTEGRITY_TESTS=t.lock1/' ${WRKSRC}/src/tests/Makefile.in
+
 .include "${MASTERDIR}/Makefile"
--- bogofilter-sqlite-0.94.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Mon Jun 6 10:46:30 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81929 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Wed Jun 8 12:21:29 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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