From 1475192e9c8c5be41f413fb1258b62a8c2a42da3 Mon Sep 17 00:00:00 2001 From: yar Date: Mon, 30 May 2005 11:24:31 +0000 Subject: - Match the reality of bogofilter 0.94.13. - Deprecate this subport in favor of Unicode support in bogofilter. --- russian/bogofilter/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'russian') 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 -- cgit v1.1