diff options
author | yar <yar@FreeBSD.org> | 2005-05-23 18:33:23 +0800 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-05-23 18:33:23 +0800 |
commit | a47259c97ec9210bdc6326042fd7614fe4b1a85a (patch) | |
tree | 11f4809cc369acbb7b6f11cde1fc27a54fa5f187 /russian | |
parent | e93b9aeb0c3972b0191dcb7a6033999684c5a803 (diff) | |
download | freebsd-ports-gnome-a47259c97ec9210bdc6326042fd7614fe4b1a85a.tar.gz freebsd-ports-gnome-a47259c97ec9210bdc6326042fd7614fe4b1a85a.tar.zst freebsd-ports-gnome-a47259c97ec9210bdc6326042fd7614fe4b1a85a.zip |
Mark ru-bogofilter port as broken to prevent people from upgrading
to 0.94.12 until the issue of KOI8-R wordlist storage is resolved.
Unfortunately, the bogofilter team have committed some patches that
break storing wordlists in KOI8-R. As of now, bogofilter can store
wordlists in CP866 only, which fatally breaks compatibility with
existing KOI8-R wordlists created by older versions of this package.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/bogofilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile index 50e1d70ffd37..69e19f16e263 100644 --- a/russian/bogofilter/Makefile +++ b/russian/bogofilter/Makefile @@ -9,6 +9,8 @@ CATEGORIES= russian mail MAINTAINER= yar@freebsd.org +BROKEN= The support for KOI8-R wordlist storage is broken in bogofilter >=0.94.x + CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* CFLAGS+= -DWINDOWS_1251_to_CYRILLIC |