Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jul 2004 11:06:38 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/68760: [MAINTAINER] mail/bogofilter: fix -qdbm/-tdb build failure
Message-ID:  <E1Bi8Ny-000Apz-CV@libertas.emma.line.org>
Resent-Message-ID: <200407070910.i679ALJU082572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68760
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: fix -qdbm/-tdb build failure
>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:   Wed Jul 07 09:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #2: Thu Jul  1 00:06:57 CEST
>Description:
- fix -qdbm/-tdb build failure
  that was caused by a hardcoded file name suffix in the test suite

As the installed files or their layout remain unchanged, there is no need
to bump PORTREVISION.

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

--- bogofilter-0.92.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/files/ChangeLog.port /root/ports/mail/bogofilter/files/ChangeLog.port
--- /usr/ports/mail/bogofilter/files/ChangeLog.port	Wed Jul  7 10:49:33 2004
+++ /root/ports/mail/bogofilter/files/ChangeLog.port	Wed Jul  7 10:50:48 2004
@@ -1,6 +1,9 @@
 FreeBSD's port ChangeLog for mail/bogofilter
 ------------------------
 
+2004-07-07
+- add patch-ac to fix bogus test failure in bogofilter-tdb and bogofilter-qdbm
+
 0.92.1
 - pick up bugfixes, dropping patch-aa and patch-ab from 0.92.0_1
 - update GSL dependency to gsl.6 (GNU GSL v1.5)
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/files/patch-ac /root/ports/mail/bogofilter/files/patch-ac
--- /usr/ports/mail/bogofilter/files/patch-ac	Thu Jan  1 01:00:00 1970
+++ /root/ports/mail/bogofilter/files/patch-ac	Wed Jul  7 10:56:12 2004
@@ -0,0 +1,11 @@
+--- ./src/tests/t.wordhist~	1 Jul 2004 17:23:35 -0000	1.3
++++ ./src/tests/t.wordhist	7 Jul 2004 08:47:08 -0000
+@@ -52,7 +52,7 @@
+ $BOGOFILTER $OPTS -n < ${SYSTEST}/inputs/good.mbx
+ 
+ $BOGOUTIL -H $BOGOFILTER_DIR >$OUT
+-$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.db >${TMPDIR}/wordlist.txt
++$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.$DB_EXT >${TMPDIR}/wordlist.txt
+ 
+ if  [ $verbose -eq 0 ]; then
+     cmp $REF $OUT
--- bogofilter-0.92.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Bi8Ny-000Apz-CV>