aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter-lmdb
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-09-08 21:46:13 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-09-08 21:46:13 +0000
commit1f37352beb83383ab1f65f9a5321e600b318ba8d (patch)
tree94322ad272d913c3ddc6d8c57dd42531160d28b9 /mail/bogofilter-lmdb
parent1da1b1f812d520417280c117184ed6ac320b04f5 (diff)
downloadports-1f37352beb83383ab1f65f9a5321e600b318ba8d.tar.gz
ports-1f37352beb83383ab1f65f9a5321e600b318ba8d.zip
Update bogofilter to 1.2.5.r1, add new database variants.
There are now -kc and -lmdb slave ports that use KyotoCabinet and LMDB databases. Since KyotoCabinet is supposed to relieve TokyoCabinet from duty, sunset the -tc port some 15 months from now. Clean up CONFLICTS. Run self-tests in post-build. This reveals Berkeley DB issues on the various RISC architectures (mips64, aarch64).
Notes
Notes: svn path=/head/; revision=511600
Diffstat (limited to 'mail/bogofilter-lmdb')
-rw-r--r--mail/bogofilter-lmdb/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/bogofilter-lmdb/Makefile b/mail/bogofilter-lmdb/Makefile
new file mode 100644
index 000000000000..1c0068bd3670
--- /dev/null
+++ b/mail/bogofilter-lmdb/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= bogofilter
+PORTREVISION= 0
+CATEGORIES= mail
+PKGNAMESUFFIX= -lmdb
+
+MAINTAINER= mandree@FreeBSD.org
+
+LIB_DEPENDS= liblmdb.so:databases/lmdb
+
+CONFLICTS_INSTALL= bogofilter-[0-9]* bogofilter-kc-[0-9]* bogofilter-sqlite-[0-9]* *bogofilter-tc-[0-9]*
+
+CONFIGURE_ARGS= --with-database=lmdb
+BF_CPPFLAGS= -I${LOCALBASE}/include
+BF_LIBS=
+DESCR= ${PKGDIR}/pkg-descr
+
+MASTERDIR= ${.CURDIR}/../bogofilter
+
+.include "${MASTERDIR}/Makefile"