From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 26 03:10:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB2116A4D0 for ; Thu, 26 Feb 2004 03:10:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F43A43D39 for ; Thu, 26 Feb 2004 03:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1QBAIbv097025 for ; Thu, 26 Feb 2004 03:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1QBAIe7097024; Thu, 26 Feb 2004 03:10:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 26 Feb 2004 03:10:18 -0800 (PST) Resent-Message-Id: <200402261110.i1QBAIe7097024@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8C516A4CE for ; Thu, 26 Feb 2004 03:06:06 -0800 (PST) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148BA43D2D for ; Thu, 26 Feb 2004 03:06:06 -0800 (PST) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakemtao01.cox.netESMTP <20040226110605.IWRJ10839.lakemtao01.cox.net@ip68-14-60-78.no.no.cox.net> for ; Thu, 26 Feb 2004 06:06:05 -0500 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) i1QB64j6014242 for ; Thu, 26 Feb 2004 05:06:05 -0600 (CST) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)i1QB5xfV014241; Thu, 26 Feb 2004 05:05:59 -0600 (CST) (envelope-from conrads) Message-Id: <200402261105.i1QB5xfV014241@ip68-14-60-78.no.no.cox.net> Date: Thu, 26 Feb 2004 05:05:59 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63383: mail/xfmail: patch to correct koi8-r MIME error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 11:10:18 -0000 >Number: 63383 >Category: ports >Synopsis: mail/xfmail: patch to correct koi8-r MIME error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 26 03:10:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ip68-14-60-78.no.no.cox.net 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Wed Feb 18 11:33:10 CST 2004 root@ip68-14-60-78.no.no.cox.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Locale "koi8-r" incorrectly defined in uppercase, causing it to fail to be recognized in an e-mail header >How-To-Repeat: Compile the port as-is >Fix: Add the following patch in mail/xfmail/files/patch-mime.cpp: --- src/mail/mime.cpp.orig Thu Feb 26 04:30:37 2004 +++ src/mail/mime.cpp Thu Feb 26 04:31:13 2004 @@ -161,7 +161,7 @@ { ISO_8859_13, "iso8859-13", "Baltic", NULL, NULL, 1 }, { ISO_8859_14, "iso8859-14", "Celtic", NULL, NULL, 1 }, { ISO_8859_15, "iso8859-15", "Western European", NULL, NULL, 1 }, - { KOI8R, "KOI8-R", "Russian", NULL, NULL, 1 }, + { KOI8R, "koi8-r", "Russian", NULL, NULL, 1 }, { CHAR_UNKNOWN, "unknown", NULL, NULL, NULL, 1 } }; >Release-Note: >Audit-Trail: >Unformatted: