[Midnightbsd-cvs] [MidnightBSD/mports] a49502: mail/bogofilter-bdb: update to 1.3.0.rc1
Lucas Holt
noreply at github.com
Sun Aug 9 16:28:48 EDT 2026
Branch: refs/heads/mail/bogofilter-bdb
Home: https://github.com/MidnightBSD/mports
Commit: a495023d1acd43a8ad153783d61c4785d76a94e1
https://github.com/MidnightBSD/mports/commit/a495023d1acd43a8ad153783d61c4785d76a94e1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M mail/bogofilter-bdb/Makefile
M mail/bogofilter-bdb/distinfo
R mail/bogofilter-bdb/files/patch-configure
M mail/bogofilter-bdb/files/patch-contrib__trainbogo.sh
A mail/bogofilter-bdb/files/patch-src_datastore.c
A mail/bogofilter-bdb/files/patch-src_datastore__lmdb.c
M mail/bogofilter/Makefile
Log Message:
-----------
mail/bogofilter-bdb: update to 1.3.0.rc1
Pass --with-database=db explicitly in the master. bogofilter 1.3.0
changed configure's default backend from db to sqlite3, and the master
had always relied on the 1.2.5 default, so without this it silently
builds a SQLite binary that still links libdb and passes the whole
test suite. The guard keeps it out of the bogofilter slave, which
continues to pass --with-database=lmdb.
Drop patch-configure; the clang/gcc4 block it targeted no longer
exists in 1.3.0's configure. Re-anchor patch-contrib__trainbogo.sh
and add patch-src_datastore.c and patch-src_datastore__lmdb.c from
FreeBSD.
MASTER_SITES moves to the bogofilter-1.3.0.beta directory plus a
GitLab uploads mirror, and two post-install lines are dropped for
files upstream deleted.
Reset PORTREVISION on both master and slave.
Both backends built, staged and packaged on amd64; make check passes
63/2/0 on Berkeley DB and 62/3/0 on LMDB.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list