summaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-05-30 11:24:31 +0000
committeryar <yar@FreeBSD.org>2005-05-30 11:24:31 +0000
commit1475192e9c8c5be41f413fb1258b62a8c2a42da3 (patch)
tree9099aaac464f1feb9d4ad9c4b03f3ac8b923e088 /russian
parent8f72e452b09deb6260bbfa08ffa80f58221fab9d (diff)
downloadFreeBSD-ports-1475192e9c8c5be41f413fb1258b62a8c2a42da3.zip
FreeBSD-ports-1475192e9c8c5be41f413fb1258b62a8c2a42da3.tar.gz
- Match the reality of bogofilter 0.94.13.
- Deprecate this subport in favor of Unicode support in bogofilter.
Diffstat (limited to 'russian')
-rw-r--r--russian/bogofilter/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile
index 6843531..a7354c2 100644
--- a/russian/bogofilter/Makefile
+++ b/russian/bogofilter/Makefile
@@ -9,11 +9,15 @@ CATEGORIES= russian mail
MAINTAINER= yar@freebsd.org
-BROKEN= The support for KOI8-R wordlist storage is broken in bogofilter >=0.94.x
+DEPRECATED= mail/bogofilter provides Unicode support through WITH_ICONV
CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-sqlite-[0-9]*
-CFLAGS+= -DWINDOWS_1251_to_CYRILLIC
+# bogofilter does CP1251->KOI8-R conversion by default since 0.94.13.
+# WITH_CP866 tells bogofilter to map KOI8-R, CP1251, and ISO-8859-5 to CP866.
+.if defined(WITH_CP866)
+CONFIGURE_ARGS+= --enable-russian
+.endif
MASTERDIR= ${.CURDIR}/../../mail/bogofilter
OpenPOWER on IntegriCloud