diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-08 12:21:20 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-08 12:21:20 +0000 |
commit | 9f4ba36d8da42c6763ae3a0c692ac516c36adc67 (patch) | |
tree | 8e150b67a2de6d6d4e7fd35a5604fd8945ff0497 | |
parent | Add gzrecover. (diff) |
- Skip 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
- Skip t.valgrind, which is pretty environment-dependent
PR: ports/81929
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=137048
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index b284758fa302..a818cb02d72c 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -24,4 +24,8 @@ DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter +pre-configure: + ${REINPLACE_CMD} 's/^INTEGRITY_TESTS.*/INTEGRITY_TESTS=t.lock1/' \ + ${WRKSRC}/src/tests/Makefile.in + .include "${MASTERDIR}/Makefile" |