Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3c3c5d30af05aa4abe69085010aebc9d1e945c10
commit 3c3c5d30af05aa4abe69085010aebc9d1e945c10 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 17 16:48:58 2008 +0100 bogofilter-1.1.7-3-i686 - change db backend from db to sqlite - yes, this is not backwards compatible, but the db backend crashes two times a year or so, and that is not backwards compatible, either... diff --git a/source/network-extra/bogofilter/FrugalBuild b/source/network-extra/bogofilter/FrugalBuild index 9cae4d0..b198f36 100644 --- a/source/network-extra/bogofilter/FrugalBuild +++ b/source/network-extra/bogofilter/FrugalBuild @@ -3,13 +3,13 @@ pkgname=bogofilter pkgver=1.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="A very fast Bayesian spam filtering tool." _F_sourceforge_name="bogofilter" Finclude sourceforge url="http://bogofilter.sourceforge.net/" license="GPL2" -depends=('db>=4.7.25') +depends=('sqlite3') backup=(etc/bogofilter.cf) groups=('network-extra') archs=('i686' 'x86_64') @@ -18,7 +18,7 @@ sha1sums=('47d8d8bafbdf8a63d87844b354201e13455480e5') build() { - Fbuild --localstatedir=/var --enable-transactions + Fbuild --localstatedir=/var --with-database=sqlite3 Fmv /etc/bogofilter.cf.example /etc/bogofilter.cf Fdocrel bogofilter.cf.example GETTING.STARTED Fdocrel doc/*.html doc/README.* _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
