ports/81929: [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)

Matthias Andree matthias.andree at gmx.de
Sun Jun 5 21:30:04 UTC 2005


>Number:         81929
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 21:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list