From avg@oddity.topspin.kiev.ua  Thu Sep 16 10:36:43 2004
Return-Path: <avg@oddity.topspin.kiev.ua>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1DB0316A4D0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2004 10:36:43 +0000 (GMT)
Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B4C6A43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2004 10:36:40 +0000 (GMT)
	(envelope-from avg@oddity.topspin.kiev.ua)
Received: from oddity.topspin.kiev.ua (oddity.topspin.kiev.ua [212.40.38.87])
	by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA13652
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2004 13:36:37 +0300 (EEST)
	(envelope-from avg@oddity.topspin.kiev.ua)
Received: from oddity.topspin.kiev.ua (localhost [127.0.0.1])
	by oddity.topspin.kiev.ua (8.12.10/8.12.10) with ESMTP id i8GAab60031859
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2004 13:36:37 +0300 (EEST)
	(envelope-from avg@oddity.topspin.kiev.ua)
Received: (from avg@localhost)
	by oddity.topspin.kiev.ua (8.12.10/8.12.10/Submit) id i8GAaaOj031858;
	Thu, 16 Sep 2004 13:36:36 +0300 (EEST)
	(envelope-from avg)
Message-Id: <200409161036.i8GAaaOj031858@oddity.topspin.kiev.ua>
Date: Thu, 16 Sep 2004 13:36:36 +0300 (EEST)
From: Andriy Gapon <avg@icyb.net.ua>
To: FreeBSD-gnats-submit@freebsd.org
Subject: devel/icu2: add koi8-u converter to standard data library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71790
>Category:       ports
>Synopsis:       devel/icu2: add koi8-u converter to standard data library
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 10:40:24 GMT 2004
>Closed-Date:    Mon Jun 06 00:00:34 GMT 2005
>Last-Modified:  Mon Jun 06 00:00:34 GMT 2005
>Originator:     Andriy Gapon
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD 5.2.1-RELEASE-p9 i386
icu2-2.8
>Description:
FreeBSD supports locales with KOI8-U charset, but it is not
supported by ICU standard data library, thus some applications using
ICU do not work properly out-of-box in environments with KOI8-U charset.
>How-To-Repeat:
E.g.:
1. build gtk-gnutella "with ICU" (I think it is default and the package is built so)
2. set your CHARSET environment variable KOI8-U
3. start the program and enter any search query you'd like (in ASCII)
4. see that no search results appear no matter how long you wait
(this is because conversion from KOI8-U to unicode silently fails and gtk-gnutella
simply ignores query)
>Fix:
the patch below adds KOI8-U converter to ICU standard data library.
.ucm file is borrowed from perl.

--- patch-koi8-u begins here ---
--- source/data/mappings/koi8-u.ucm.orig	Thu Sep 16 13:14:47 2004
+++ source/data/mappings/koi8-u.ucm	Wed Sep 15 18:49:14 2004
@@ -0,0 +1,272 @@
+#
+# $Id: koi8-u.ucm,v 2.0 2004/05/16 20:55:26 dankogai Exp $
+#
+# Written $Id: koi8-u.ucm,v 2.0 2004/05/16 20:55:26 dankogai Exp $
+# ./compile -n koi8-u -o Encode/koi8-u.ucm Encode/koi8-u.enc
+
+<code_set_name> "koi8-u"
+<char_name_mask>              "AXXXX"
+<mb_cur_min> 1
+<mb_cur_max> 1
+<uconv_class>                 "SBCS"
+<subchar>                     \x1A
+<icu:charsetFamily>           "ASCII"
+
+CHARMAP
+<U0000> \x00 |0 # <control>
+<U0001> \x01 |0 # <control>
+<U0002> \x02 |0 # <control>
+<U0003> \x03 |0 # <control>
+<U0004> \x04 |0 # <control>
+<U0005> \x05 |0 # <control>
+<U0006> \x06 |0 # <control>
+<U0007> \x07 |0 # <control>
+<U0008> \x08 |0 # <control>
+<U0009> \x09 |0 # <control>
+<U000A> \x0A |0 # <control>
+<U000B> \x0B |0 # <control>
+<U000C> \x0C |0 # <control>
+<U000D> \x0D |0 # <control>
+<U000E> \x0E |0 # <control>
+<U000F> \x0F |0 # <control>
+<U0010> \x10 |0 # <control>
+<U0011> \x11 |0 # <control>
+<U0012> \x12 |0 # <control>
+<U0013> \x13 |0 # <control>
+<U0014> \x14 |0 # <control>
+<U0015> \x15 |0 # <control>
+<U0016> \x16 |0 # <control>
+<U0017> \x17 |0 # <control>
+<U0018> \x18 |0 # <control>
+<U0019> \x19 |0 # <control>
+<U001A> \x1A |0 # <control>
+<U001B> \x1B |0 # <control>
+<U001C> \x1C |0 # <control>
+<U001D> \x1D |0 # <control>
+<U001E> \x1E |0 # <control>
+<U001F> \x1F |0 # <control>
+<U0020> \x20 |0 # SPACE
+<U0021> \x21 |0 # EXCLAMATION MARK
+<U0022> \x22 |0 # QUOTATION MARK
+<U0023> \x23 |0 # NUMBER SIGN
+<U0024> \x24 |0 # DOLLAR SIGN
+<U0025> \x25 |0 # PERCENT SIGN
+<U0026> \x26 |0 # AMPERSAND
+<U0027> \x27 |0 # APOSTROPHE
+<U0028> \x28 |0 # LEFT PARENTHESIS
+<U0029> \x29 |0 # RIGHT PARENTHESIS
+<U002A> \x2A |0 # ASTERISK
+<U002B> \x2B |0 # PLUS SIGN
+<U002C> \x2C |0 # COMMA
+<U002D> \x2D |0 # HYPHEN-MINUS
+<U002E> \x2E |0 # FULL STOP
+<U002F> \x2F |0 # SOLIDUS
+<U0030> \x30 |0 # DIGIT ZERO
+<U0031> \x31 |0 # DIGIT ONE
+<U0032> \x32 |0 # DIGIT TWO
+<U0033> \x33 |0 # DIGIT THREE
+<U0034> \x34 |0 # DIGIT FOUR
+<U0035> \x35 |0 # DIGIT FIVE
+<U0036> \x36 |0 # DIGIT SIX
+<U0037> \x37 |0 # DIGIT SEVEN
+<U0038> \x38 |0 # DIGIT EIGHT
+<U0039> \x39 |0 # DIGIT NINE
+<U003A> \x3A |0 # COLON
+<U003B> \x3B |0 # SEMICOLON
+<U003C> \x3C |0 # LESS-THAN SIGN
+<U003D> \x3D |0 # EQUALS SIGN
+<U003E> \x3E |0 # GREATER-THAN SIGN
+<U003F> \x3F |0 # QUESTION MARK
+<U0040> \x40 |0 # COMMERCIAL AT
+<U0041> \x41 |0 # LATIN CAPITAL LETTER A
+<U0042> \x42 |0 # LATIN CAPITAL LETTER B
+<U0043> \x43 |0 # LATIN CAPITAL LETTER C
+<U0044> \x44 |0 # LATIN CAPITAL LETTER D
+<U0045> \x45 |0 # LATIN CAPITAL LETTER E
+<U0046> \x46 |0 # LATIN CAPITAL LETTER F
+<U0047> \x47 |0 # LATIN CAPITAL LETTER G
+<U0048> \x48 |0 # LATIN CAPITAL LETTER H
+<U0049> \x49 |0 # LATIN CAPITAL LETTER I
+<U004A> \x4A |0 # LATIN CAPITAL LETTER J
+<U004B> \x4B |0 # LATIN CAPITAL LETTER K
+<U004C> \x4C |0 # LATIN CAPITAL LETTER L
+<U004D> \x4D |0 # LATIN CAPITAL LETTER M
+<U004E> \x4E |0 # LATIN CAPITAL LETTER N
+<U004F> \x4F |0 # LATIN CAPITAL LETTER O
+<U0050> \x50 |0 # LATIN CAPITAL LETTER P
+<U0051> \x51 |0 # LATIN CAPITAL LETTER Q
+<U0052> \x52 |0 # LATIN CAPITAL LETTER R
+<U0053> \x53 |0 # LATIN CAPITAL LETTER S
+<U0054> \x54 |0 # LATIN CAPITAL LETTER T
+<U0055> \x55 |0 # LATIN CAPITAL LETTER U
+<U0056> \x56 |0 # LATIN CAPITAL LETTER V
+<U0057> \x57 |0 # LATIN CAPITAL LETTER W
+<U0058> \x58 |0 # LATIN CAPITAL LETTER X
+<U0059> \x59 |0 # LATIN CAPITAL LETTER Y
+<U005A> \x5A |0 # LATIN CAPITAL LETTER Z
+<U005B> \x5B |0 # LEFT SQUARE BRACKET
+<U005C> \x5C |0 # REVERSE SOLIDUS
+<U005D> \x5D |0 # RIGHT SQUARE BRACKET
+<U005E> \x5E |0 # CIRCUMFLEX ACCENT
+<U005F> \x5F |0 # LOW LINE
+<U0060> \x60 |0 # GRAVE ACCENT
+<U0061> \x61 |0 # LATIN SMALL LETTER A
+<U0062> \x62 |0 # LATIN SMALL LETTER B
+<U0063> \x63 |0 # LATIN SMALL LETTER C
+<U0064> \x64 |0 # LATIN SMALL LETTER D
+<U0065> \x65 |0 # LATIN SMALL LETTER E
+<U0066> \x66 |0 # LATIN SMALL LETTER F
+<U0067> \x67 |0 # LATIN SMALL LETTER G
+<U0068> \x68 |0 # LATIN SMALL LETTER H
+<U0069> \x69 |0 # LATIN SMALL LETTER I
+<U006A> \x6A |0 # LATIN SMALL LETTER J
+<U006B> \x6B |0 # LATIN SMALL LETTER K
+<U006C> \x6C |0 # LATIN SMALL LETTER L
+<U006D> \x6D |0 # LATIN SMALL LETTER M
+<U006E> \x6E |0 # LATIN SMALL LETTER N
+<U006F> \x6F |0 # LATIN SMALL LETTER O
+<U0070> \x70 |0 # LATIN SMALL LETTER P
+<U0071> \x71 |0 # LATIN SMALL LETTER Q
+<U0072> \x72 |0 # LATIN SMALL LETTER R
+<U0073> \x73 |0 # LATIN SMALL LETTER S
+<U0074> \x74 |0 # LATIN SMALL LETTER T
+<U0075> \x75 |0 # LATIN SMALL LETTER U
+<U0076> \x76 |0 # LATIN SMALL LETTER V
+<U0077> \x77 |0 # LATIN SMALL LETTER W
+<U0078> \x78 |0 # LATIN SMALL LETTER X
+<U0079> \x79 |0 # LATIN SMALL LETTER Y
+<U007A> \x7A |0 # LATIN SMALL LETTER Z
+<U007B> \x7B |0 # LEFT CURLY BRACKET
+<U007C> \x7C |0 # VERTICAL LINE
+<U007D> \x7D |0 # RIGHT CURLY BRACKET
+<U007E> \x7E |0 # TILDE
+<U007F> \x7F |0 # <control>
+<U2500> \x80 |0 # BOX DRAWINGS LIGHT HORIZONTAL
+<U2502> \x81 |0 # BOX DRAWINGS LIGHT VERTICAL
+<U250C> \x82 |0 # BOX DRAWINGS LIGHT DOWN AND RIGHT
+<U2510> \x83 |0 # BOX DRAWINGS LIGHT DOWN AND LEFT
+<U2514> \x84 |0 # BOX DRAWINGS LIGHT UP AND RIGHT
+<U2518> \x85 |0 # BOX DRAWINGS LIGHT UP AND LEFT
+<U251C> \x86 |0 # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
+<U2524> \x87 |0 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
+<U252C> \x88 |0 # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
+<U2534> \x89 |0 # BOX DRAWINGS LIGHT UP AND HORIZONTAL
+<U253C> \x8A |0 # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
+<U2580> \x8B |0 # UPPER HALF BLOCK
+<U2584> \x8C |0 # LOWER HALF BLOCK
+<U2588> \x8D |0 # FULL BLOCK
+<U258C> \x8E |0 # LEFT HALF BLOCK
+<U2590> \x8F |0 # RIGHT HALF BLOCK
+<U2591> \x90 |0 # LIGHT SHADE
+<U2592> \x91 |0 # MEDIUM SHADE
+<U2593> \x92 |0 # DARK SHADE
+<U2320> \x93 |0 # TOP HALF INTEGRAL
+<U25A0> \x94 |0 # BLACK SQUARE
+<U2022> \x95 |0 # BULLET
+<U221A> \x96 |0 # SQUARE ROOT
+<U2248> \x97 |0 # ALMOST EQUAL TO
+<U2264> \x98 |0 # LESS-THAN OR EQUAL TO
+<U2265> \x99 |0 # GREATER-THAN OR EQUAL TO
+<U00A0> \x9A |0 # NO-BREAK SPACE
+<U2321> \x9B |0 # BOTTOM HALF INTEGRAL
+<U00B0> \x9C |0 # DEGREE SIGN
+<U00B2> \x9D |0 # SUPERSCRIPT TWO
+<U00B7> \x9E |0 # MIDDLE DOT
+<U00F7> \x9F |0 # DIVISION SIGN
+<U2550> \xA0 |0 # BOX DRAWINGS DOUBLE HORIZONTAL
+<U2551> \xA1 |0 # BOX DRAWINGS DOUBLE VERTICAL
+<U2552> \xA2 |0 # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
+<U0451> \xA3 |0 # CYRILLIC SMALL LETTER IO
+<U0454> \xA4 |0 # CYRILLIC SMALL LETTER UKRAINIAN IE
+<U2554> \xA5 |0 # BOX DRAWINGS DOUBLE DOWN AND RIGHT
+<U0456> \xA6 |0 # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
+<U0457> \xA7 |0 # CYRILLIC SMALL LETTER YI
+<U2557> \xA8 |0 # BOX DRAWINGS DOUBLE DOWN AND LEFT
+<U2558> \xA9 |0 # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
+<U2559> \xAA |0 # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
+<U255A> \xAB |0 # BOX DRAWINGS DOUBLE UP AND RIGHT
+<U255B> \xAC |0 # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
+<U0491> \xAD |0 # CYRILLIC SMALL LETTER GHE WITH UPTURN
+<U255D> \xAE |0 # BOX DRAWINGS DOUBLE UP AND LEFT
+<U255E> \xAF |0 # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
+<U255F> \xB0 |0 # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
+<U2560> \xB1 |0 # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
+<U2561> \xB2 |0 # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
+<U0401> \xB3 |0 # CYRILLIC CAPITAL LETTER IO
+<U0404> \xB4 |0 # CYRILLIC CAPITAL LETTER UKRAINIAN IE
+<U2563> \xB5 |0 # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
+<U0406> \xB6 |0 # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
+<U0407> \xB7 |0 # CYRILLIC CAPITAL LETTER YI
+<U2566> \xB8 |0 # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
+<U2567> \xB9 |0 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
+<U2568> \xBA |0 # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
+<U2569> \xBB |0 # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
+<U256A> \xBC |0 # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
+<U0490> \xBD |0 # CYRILLIC CAPITAL LETTER GHE WITH UPTURN
+<U256C> \xBE |0 # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
+<U00A9> \xBF |0 # COPYRIGHT SIGN
+<U044E> \xC0 |0 # CYRILLIC SMALL LETTER YU
+<U0430> \xC1 |0 # CYRILLIC SMALL LETTER A
+<U0431> \xC2 |0 # CYRILLIC SMALL LETTER BE
+<U0446> \xC3 |0 # CYRILLIC SMALL LETTER TSE
+<U0434> \xC4 |0 # CYRILLIC SMALL LETTER DE
+<U0435> \xC5 |0 # CYRILLIC SMALL LETTER IE
+<U0444> \xC6 |0 # CYRILLIC SMALL LETTER EF
+<U0433> \xC7 |0 # CYRILLIC SMALL LETTER GHE
+<U0445> \xC8 |0 # CYRILLIC SMALL LETTER HA
+<U0438> \xC9 |0 # CYRILLIC SMALL LETTER I
+<U0439> \xCA |0 # CYRILLIC SMALL LETTER SHORT I
+<U043A> \xCB |0 # CYRILLIC SMALL LETTER KA
+<U043B> \xCC |0 # CYRILLIC SMALL LETTER EL
+<U043C> \xCD |0 # CYRILLIC SMALL LETTER EM
+<U043D> \xCE |0 # CYRILLIC SMALL LETTER EN
+<U043E> \xCF |0 # CYRILLIC SMALL LETTER O
+<U043F> \xD0 |0 # CYRILLIC SMALL LETTER PE
+<U044F> \xD1 |0 # CYRILLIC SMALL LETTER YA
+<U0440> \xD2 |0 # CYRILLIC SMALL LETTER ER
+<U0441> \xD3 |0 # CYRILLIC SMALL LETTER ES
+<U0442> \xD4 |0 # CYRILLIC SMALL LETTER TE
+<U0443> \xD5 |0 # CYRILLIC SMALL LETTER U
+<U0436> \xD6 |0 # CYRILLIC SMALL LETTER ZHE
+<U0432> \xD7 |0 # CYRILLIC SMALL LETTER VE
+<U044C> \xD8 |0 # CYRILLIC SMALL LETTER SOFT SIGN
+<U044B> \xD9 |0 # CYRILLIC SMALL LETTER YERU
+<U0437> \xDA |0 # CYRILLIC SMALL LETTER ZE
+<U0448> \xDB |0 # CYRILLIC SMALL LETTER SHA
+<U044D> \xDC |0 # CYRILLIC SMALL LETTER E
+<U0449> \xDD |0 # CYRILLIC SMALL LETTER SHCHA
+<U0447> \xDE |0 # CYRILLIC SMALL LETTER CHE
+<U044A> \xDF |0 # CYRILLIC SMALL LETTER HARD SIGN
+<U042E> \xE0 |0 # CYRILLIC CAPITAL LETTER YU
+<U0410> \xE1 |0 # CYRILLIC CAPITAL LETTER A
+<U0411> \xE2 |0 # CYRILLIC CAPITAL LETTER BE
+<U0426> \xE3 |0 # CYRILLIC CAPITAL LETTER TSE
+<U0414> \xE4 |0 # CYRILLIC CAPITAL LETTER DE
+<U0415> \xE5 |0 # CYRILLIC CAPITAL LETTER IE
+<U0424> \xE6 |0 # CYRILLIC CAPITAL LETTER EF
+<U0413> \xE7 |0 # CYRILLIC CAPITAL LETTER GHE
+<U0425> \xE8 |0 # CYRILLIC CAPITAL LETTER HA
+<U0418> \xE9 |0 # CYRILLIC CAPITAL LETTER I
+<U0419> \xEA |0 # CYRILLIC CAPITAL LETTER SHORT I
+<U041A> \xEB |0 # CYRILLIC CAPITAL LETTER KA
+<U041B> \xEC |0 # CYRILLIC CAPITAL LETTER EL
+<U041C> \xED |0 # CYRILLIC CAPITAL LETTER EM
+<U041D> \xEE |0 # CYRILLIC CAPITAL LETTER EN
+<U041E> \xEF |0 # CYRILLIC CAPITAL LETTER O
+<U041F> \xF0 |0 # CYRILLIC CAPITAL LETTER PE
+<U042F> \xF1 |0 # CYRILLIC CAPITAL LETTER YA
+<U0420> \xF2 |0 # CYRILLIC CAPITAL LETTER ER
+<U0421> \xF3 |0 # CYRILLIC CAPITAL LETTER ES
+<U0422> \xF4 |0 # CYRILLIC CAPITAL LETTER TE
+<U0423> \xF5 |0 # CYRILLIC CAPITAL LETTER U
+<U0416> \xF6 |0 # CYRILLIC CAPITAL LETTER ZHE
+<U0412> \xF7 |0 # CYRILLIC CAPITAL LETTER VE
+<U042C> \xF8 |0 # CYRILLIC CAPITAL LETTER SOFT SIGN
+<U042B> \xF9 |0 # CYRILLIC CAPITAL LETTER YERU
+<U0417> \xFA |0 # CYRILLIC CAPITAL LETTER ZE
+<U0428> \xFB |0 # CYRILLIC CAPITAL LETTER SHA
+<U042D> \xFC |0 # CYRILLIC CAPITAL LETTER E
+<U0429> \xFD |0 # CYRILLIC CAPITAL LETTER SHCHA
+<U0427> \xFE |0 # CYRILLIC CAPITAL LETTER CHE
+<U042A> \xFF |0 # CYRILLIC CAPITAL LETTER HARD SIGN
+END CHARMAP
--- source/data/mappings/ucmlocal.mk.orig	Thu Sep 16 13:15:05 2004
+++ source/data/mappings/ucmlocal.mk	Wed Sep 15 18:28:51 2004
@@ -0,0 +1 @@
+UCM_SOURCE_LOCAL = koi8-u.ucm
--- source/data/mappings/convrtrs.txt.orig	Wed Sep 15 18:10:20 2004
+++ source/data/mappings/convrtrs.txt	Thu Sep 16 12:23:59 2004
@@ -646,6 +646,7 @@
 ibm-868_P100-1995 { UTR22* }    ibm-868 { IBM* } IBM868 { IANA* JAVA } CP868 { IANA MIME* JAVA* } 868 { JAVA } csIBM868 { IANA } cp-ar { IANA }          # PC Urdu
 ibm-869_P100-1995 { UTR22* }    ibm-869 { IBM* } IBM869 { IANA* WINDOWS JAVA } cp869 { IANA MIME* JAVA* } 869 { IANA JAVA } cp-gr { IANA JAVA } csIBM869 { IANA JAVA } windows-869 { WINDOWS* } # PC Greek (w/o euro update)
 ibm-878_P100-1996 { UTR22* }    ibm-878 { IBM* } KOI8-R { IANA* MIME* JAVA* } koi8 { JAVA } csKOI8R { IANA JAVA } cp878   # Russian internet
+koi8-u { MIME* JAVA* }          KOI8-RU { MIME JAVA } # Ukrainian KOI RFC2319
 ibm-901_P100-1999 { UTR22* }    ibm-901 { IBM* } # PC Baltic (w/ euro update), update of ibm-921
 ibm-902_P100-1999 { UTR22* }    ibm-902 { IBM* } # PC Estonian (w/ euro update), update of ibm-922
 ibm-922_P100-1999 { UTR22* }    ibm-922 { IBM* JAVA }   cp922 { MIME* JAVA* } 922 { JAVA } # PC Estonian (w/o euro update)
@@ -865,4 +866,4 @@
 #ibm-955                 jis-208 jisx-208    # Pure DBCS jisx-208
 
 #ibm-1159_P100-1999 { UTR22* }   ibm-1159 { IBM* }   # SBCS T-Ch Host. Euro update of ibm-28709. This is used in combination with another CCSID mapping.
-#ibm-9027_P100-1999 { UTR22* }   ibm-9027 { IBM* }   # DBCS T-Ch Host. Euro update of ibm-835. DBCS portion of ibm-1371.
\ No newline at end of file
+#ibm-9027_P100-1999 { UTR22* }   ibm-9027 { IBM* }   # DBCS T-Ch Host. Euro update of ibm-835. DBCS portion of ibm-1371.
--- patch-koi8-u ends here ---


>Release-Note:
>Audit-Trail:

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua, andrew@ids.pl
Cc:  
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 08 Nov 2004 13:19:46 +0100

 Dear maintainer, please look into this issue!
 Note to submitter: Please contact teh maintainer before submitting a PR.
 
 Cheers,
    Volker
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Nov 8 12:22:04 GMT 2004 
State-Changed-Why:  
Forwarded PR to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 

From: Mikhail Teterin <mi+mx@aldan.algebra.com>
To: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua
Cc: vs@freebsd.org, portmgr@freebsd.org, andrew@ids.pl,
	bzeeb+freebsdports@zabbadoz.net
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 14:57:19 -0500

 I went into this port and came up with the
 
  http://virtual-estates.net/port-stuff/icu.diff
 
 The diff does the following things:
  . adds the original koi8-u.ucm submitted by Andriy to files/;
  . makes it easier to add new encodings -- just drop the .ucm-file into files/
    and add another hunk to files/patch-convrtrs;
  . increases the chances of the port working on other BSDs
    (s/FreeBSD/${OPSYS}/);
  . fixes the port to use the correct CC, CXX, CFLAGS (files/patch-cc-flags);
  . enables the vendor's tests and runs them after the build (with LANG=C);
  . fixes the Ukrainian-locale descpription, so that the spell-out rules (%V);
    generate proper words for negative and fractional numbers (files/patch-uk);
  . updates the port to the version 3.0 -- released this summer.
 
 Andriy, can you, please, test the diff again gnutella et al?
 
 The port's maintainer is yet to respond Volker's e-mail a week ago, so we can 
 presume, he is too busy right now.
 
 However, the new version is 3.0 and to keep calling it icu2 seems wrong. Can 
 portmgr@, please, cast the neccessary spells (viz. UPDATING, MOVED, 
 repo-copy) to migrate devel/icu2 over to devel/icu (obsolete and unused by 
 anything)?
 
 Thanks! Yours,
 
  -mi

From: Kirill Ponomarew <krion@voodoo.oberon.net>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	vs@freebsd.org, portmgr@freebsd.org, andrew@ids.pl,
	bzeeb+freebsdports@zabbadoz.net
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 21:06:42 +0100

 --pE2VAHO2njSJCslu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 On Mon, Nov 15, 2004 at 02:57:19PM -0500, Mikhail Teterin wrote:
 > However, the new version is 3.0 and to keep calling it icu2 seems wrong. =
 Can=20
 > portmgr@, please, cast the neccessary spells (viz. UPDATING, MOVED,=20
 > repo-copy) to migrate devel/icu2 over to devel/icu (obsolete and unused b=
 y=20
 > anything)?
 
 Please read more carefully:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.=
 html#Q12.2.3.
 
 As committer you're allowed to commit UPDATING and MOVED, no special
 approvements from portmgr are required.
 
 -Kirill
 
 --pE2VAHO2njSJCslu
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFBmQxSQC1G6a60JuURAo1cAJ9i+xD/l9h3r8REfycnIc0BoEpEJQCg76Kb
 q/BRq3u9H08W5rBK74Pa1vY=
 =V0d9
 -----END PGP SIGNATURE-----
 
 --pE2VAHO2njSJCslu--
State-Changed-From-To: feedback->repocopy 
State-Changed-By: mi 
State-Changed-When: Mon Nov 15 20:28:52 GMT 2004 
State-Changed-Why:  
The icu2 needs to be copied over to icu -- the latter is obsolete. Then the upgrade to icu-3.0, 
the Ukrainian related bits, and the other things can be committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: mi 
Responsible-Changed-When: Mon Nov 15 20:30:36 GMT 2004 
Responsible-Changed-Why:  
Needs repo-copy. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 

From: Mikhail Teterin <mi+mx@aldan.algebra.com>
To: Kirill Ponomarew <krion@voodoo.oberon.net>,
	freebsd-gnats-submit@freebsd.org, portmgr@freebsd.org
Cc:  
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 15:24:18 -0500

 [Addresses trimmed]
 
 =D0=CF=CE=C5=C4=A6=CC=CF=CB 15 =CC=C9=D3=D4=CF=D0=C1=C4 2004 15:06, Kirill =
 Ponomarew =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9:
 > Hi,
 >
 > On Mon, Nov 15, 2004 at 02:57:19PM -0500, Mikhail Teterin wrote:
 > > However, the new version is 3.0 and to keep calling it icu2 seems wrong.
 > > Can portmgr@, please, cast the neccessary spells (viz. UPDATING, MOVED,
 > > repo-copy) to migrate devel/icu2 over to devel/icu (obsolete and unused
 > > by anything)?
 >
 > Please read more carefully:
 >
 >=20
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.=
 html#Q12.2.3.
 >
 > As committer you're allowed to commit UPDATING and MOVED, no special
 > approvements from portmgr are required.
 
 But I can not do repo-copies -- and I seem to remember the repo-meisters=20
 either expecting the portmgr to do the repo-copying themselves or to reques=
 t=20
 port-related cvs-manipulations directly. No?
 
  -mi

From: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	vs@freebsd.org, andrew@ids.pl
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data
 library
Date: Mon, 15 Nov 2004 20:31:54 +0000 (UTC)

 On Mon, 15 Nov 2004, Mikhail Teterin wrote:
 
 > I went into this port and came up with the
 >
 >  http://virtual-estates.net/port-stuff/icu.diff
 
 no plist updates needed ?
 
 > The diff does the following things:
 >  . adds the original koi8-u.ucm submitted by Andriy to files/;
 >  . makes it easier to add new encodings -- just drop the .ucm-file into files/
 >    and add another hunk to files/patch-convrtrs;
 >  . increases the chances of the port working on other BSDs
 >    (s/FreeBSD/${OPSYS}/);
 >  . fixes the port to use the correct CC, CXX, CFLAGS (files/patch-cc-flags);
 >  . enables the vendor's tests and runs them after the build (with LANG=C);
 >  . fixes the Ukrainian-locale descpription, so that the spell-out rules (%V);
 >    generate proper words for negative and fractional numbers (files/patch-uk);
 >  . updates the port to the version 3.0 -- released this summer.
 
 they have release 3.2sth last week.
 
 
 > However, the new version is 3.0 and to keep calling it icu2 seems wrong. Can
 > portmgr@, please, cast the neccessary spells (viz. UPDATING, MOVED,
 > repo-copy) to migrate devel/icu2 over to devel/icu (obsolete and unused by
 > anything)?
 
 please do not move icu2 to icu. have a repocopy for icu2 to icu3 or
 icu2 to icu and make icu ver. 3 port name icu again. One of the two
 would be the best choice I guess just in case someone wants to update
 icu2 to lastest version. I don't know the differences (icu2 to icu3).
 
 Further do you (Andriy) consider sending the update of koi8-u.ucm
 to IBM OSS for inclusion in next version ?
 
 
 Apart from that I am more than happy that you actively maintain the
 ICU port(s) :)
 
 -- 
 Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT

From: Kirill Ponomarew <krion@voodoo.oberon.net>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: freebsd-gnats-submit@freebsd.org, portmgr@freebsd.org
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 21:55:08 +0100

 --LiQwW4YX+w4axhAx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 On Mon, Nov 15, 2004 at 03:24:18PM -0500, Mikhail Teterin wrote:
 > But I can not do repo-copies -- and I seem to remember the repo-meisters=
 =20
 > either expecting the portmgr to do the repo-copying themselves or to requ=
 est=20
 > port-related cvs-manipulations directly. No?
 
 Yes, but you need to assign it to portmgr and set "state" to
 repocopy, it's everything documented.
 
 -Kirill
 
 --LiQwW4YX+w4axhAx
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFBmResQC1G6a60JuURAlK3AJ9ON2VaDicLYeBHWwscyS608DZvQgCdEePI
 nJGu6mwqIZ9IVKcuXGIlnr4=
 =n4DS
 -----END PGP SIGNATURE-----
 
 --LiQwW4YX+w4axhAx--

From: Volker Stolz <vs@FreeBSD.org>
To: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Cc: andrew@ids.pl, Mikhail Teterin <mi+mx@aldan.algebra.com>,
	freebsd-gnats-submit@FreeBSD.org, avg@icyb.net.ua
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 21:55:20 +0100

 On 15.11.2004, at 21:31, Bjoern A. Zeeb wrote:
 > On Mon, 15 Nov 2004, Mikhail Teterin wrote:
 >
 >> However, the new version is 3.0 and to keep calling it icu2 seems 
 >> wrong. Can
 >> portmgr@, please, cast the neccessary spells (viz. UPDATING, MOVED,
 >> repo-copy) to migrate devel/icu2 over to devel/icu (obsolete and 
 >> unused by
 >> anything)?
 >
 > please do not move icu2 to icu. have a repocopy for icu2 to icu3 or
 > icu2 to icu and make icu ver. 3 port name icu again. One of the two
 > would be the best choice I guess just in case someone wants to update
 > icu2 to lastest version. I don't know the differences (icu2 to icu3).
 >
 Regarding the repocopy, please note that you can't repocopy over 
 existing or former stuff.
 
 However, if no other port requires icu-1, we can update devel/icu to 
 icu3 *and* make everybody happy since dir/foo should always be the 
 current version while the dir/fooN should be only for older version 
 we'd like to keep. Or is icu3 still a development version?
 -- 
 http://lambda.foldr.org/~vs/
 

From: Mikhail Teterin <mi+mx@aldan.algebra.com>
To: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	vs@freebsd.org, andrew@ids.pl
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Mon, 15 Nov 2004 16:28:30 -0500

 =D0=CF=CE=C5=C4=A6=CC=CF=CB 15 =CC=C9=D3=D4=CF=D0=C1=C4 2004 15:31, Bjoern =
 A. Zeeb =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9:
 > On Mon, 15 Nov 2004, Mikhail Teterin wrote:
 > > I went into this port and came up with the
 > >
 > >  http://virtual-estates.net/port-stuff/icu.diff
 >
 > no plist updates needed ?
 
 No -- the only added file is koi8-u.ucm and it seems to be compiled into th=
 e=20
 library(ies).
 
 > they have release 3.2sth last week.
 
 That's cruel... But the home page still lists 3.0 as the last release. Is 3=
 =2E2=20
 in BETA or some such?
 
 > please do not move icu2 to icu. have a repocopy for icu2 to icu3 or
 > icu2 to icu and make icu ver. 3 port name icu again. One of the two
 > would be the best choice I guess just in case someone wants to update
 > icu2 to lastest version. I don't know the differences (icu2 to icu3).
 
 Why (other than the no-repo-copies-over-old-stuff)? Nothing uses the old=20
 icu...
 
 > Further do you (Andriy) consider sending the update of koi8-u.ucm
 > to IBM OSS for inclusion in next version ?
 
 Yes -- once the files and patches are committed and I can send their URLs t=
 o=20
 IBM.
 
  -mi

From: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	vs@freebsd.org, andrew@ids.pl
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data
 library
Date: Mon, 15 Nov 2004 21:47:02 +0000 (UTC)

 On Mon, 15 Nov 2004, Mikhail Teterin wrote:
 
 > ????????? 15 ???????? 2004 15:31, Bjoern A. Zeeb ?? ????????:
 >
 > Why (other than the no-repo-copies-over-old-stuff)? Nothing uses the old
 > icu...
 
 what I meant and Volker already said is:
 
 just let devel/icu2 untouched and make devel/icu version 3.x.
 
 
 btw: anyone interested in updating icu2 to latest version or aren't
 there any big changes to icu3 ?
 
 If the gnome stuff will be updated to use icu3 so will I for
 xerces-c2 and then icu2 can be deleted ?
 
 
 > > Further do you (Andriy) consider sending the update of koi8-u.ucm
 > > to IBM OSS for inclusion in next version ?
 >
 > Yes -- once the files and patches are committed and I can send their URLs to
 > IBM.
 
 great.
 
 -- 
 Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	krion@freebsd.org
Cc:  
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Tue, 16 Nov 2004 09:35:24 +0100

 Portmgr, please hold fire wrt the repocopy. The correct solution will be  
 to update existing devel/icu!
 
 Volker
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Wed Nov 17 05:02:43 GMT 2004 
State-Changed-Why:  
Moving to vs since he is requestiing the repo-copy to hold. 


Responsible-Changed-From-To: portmgr->vs 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Wed Nov 17 05:02:43 GMT 2004 
Responsible-Changed-Why:  
Moving to vs since he is requestiing the repo-copy to hold. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua, andrew@ids.pl,
	bzeeb+freebsdports@zabbadoz.net
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Wed, 17 Nov 2004 16:34:02 +0100

 Am 15. Nov 2004 um 20:57 CET schrieb Mikhail Teterin:
 > I went into this port and came up with the
 > 
 >  http://virtual-estates.net/port-stuff/icu.diff
 
 Mikhail, can you come up with a patch relative to devel/icu?
 You mustn't simply copy over those files since this would spam the
 $FreeBSD$ cvs tags unluckily...
 
 Volker
 -- 
 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME

From: Mikhail Teterin <mi+mx@aldan.algebra.com>
To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Cc: freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua, andrew@ids.pl,
	bzeeb+freebsdports@zabbadoz.net
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Wed, 17 Nov 2004 13:03:42 -0500

 =D3=C5=D2=C5=C4=C1 17 =CC=C9=D3=D4=CF=D0=C1=C4 2004 10:34, Volker Stolz =F7=
 =C9 =CE=C1=D0=C9=D3=C1=CC=C9:
 > Am 15. Nov 2004 um 20:57 CET schrieb Mikhail Teterin:
 > > I went into this port and came up with the
 > >
 > >  http://virtual-estates.net/port-stuff/icu.diff
 >
 > Mikhail, can you come up with a patch relative to devel/icu?
 > You mustn't simply copy over those files since this would spam the
 > $FreeBSD$ cvs tags unluckily...
 
 Ok, how about the
 
 	http://virtual-estates.net/port-stuff/icu-1-32.diff
 
 This uses the 3.2-d2 (beta). I'm going to commit this soon, because devel/i=
 cu=20
 is unused and unmaintained. I'm seeing a strange problem with it, though,=20
 which may be due to quirks in my own system -- sometimes ThreadsMutex test=
 =20
 will hang :-( If this is repeatable on other systems, we'll need to patch t=
 he=20
 test out and ask the thread-people to investigate it.
 
 	-mi
Responsible-Changed-From-To: vs->mi 
Responsible-Changed-By: vs 
Responsible-Changed-When: Wed Nov 17 18:21:52 GMT 2004 
Responsible-Changed-Why:  
mi's got a patch 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 

From: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To: Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>,
	freebsd-gnats-submit@freebsd.org, avg@icyb.net.ua,
	"Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>, andrew@ids.pl
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data
 library
Date: Tue, 23 Nov 2004 06:10:37 +0000 (UTC)

 On Wed, 17 Nov 2004, Mikhail Teterin wrote:
 
 Hi,
 
 > Ok, how about the
 >
 > 	http://virtual-estates.net/port-stuff/icu-1-32.diff
 >
 > This uses the 3.2-d2 (beta). I'm going to commit this soon, because devel/icu
 
 seems 3.2 final got released the last 12 hours or so.
 
  @see http://oss.software.ibm.com/icu/download/
  ->   http://oss.software.ibm.com/icu/download/3.2/index.html
 
 -- 
 Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT

From: Mikhail Teterin <Mikhail.Teterin@murex.com>
To: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data library
Date: Tue, 23 Nov 2004 11:03:47 -0500

 =D7=A6=D7=D4=CF=D2=CF=CB 23 =CC=C9=D3=D4=CF=D0=C1=C4 2004 01:20, Bjoern A. =
 Zeeb =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9:
 >  seems 3.2 final got released the last 12 hours or so.
 [...]
 >  Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
 
 Khmm... Following things closely, aren't we? Why shouldn't you be the port'=
 s=20
 maintainer?
 
 	-mi
 
 P.S. I submitted the Ukrainian patches to ICU/IBM.

From: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To: Mikhail Teterin <Mikhail.Teterin@murex.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data
 library
Date: Tue, 23 Nov 2004 16:41:07 +0000 (UTC)

 On Tue, 23 Nov 2004, Mikhail Teterin wrote:
 
 > ???????? 23 ???????? 2004 01:20, Bjoern A. Zeeb ?? ????????:
 > >  seems 3.2 final got released the last 12 hours or so.
 > [...]
 > >  Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
 >
 > Khmm... Following things closely, aren't we? Why shouldn't you be the port's
 > maintainer?
 
 I did it mostly for icu2 because xerces-c2 optionally depends on
 icu and still had a script running monitoring these sites twice
 a day to check for updates ;) removed icu this morning and waitin for
 xalan to be released ...
 
 I am not using icu and I will not so it's better that someone
 maintains it who actually uses it ? All I need is to get the
 dependency right once or twice a year ;)
 
 
 > P.S. I submitted the Ukrainian patches to ICU/IBM.
 
 great.
 
 -- 
 Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT

From: Andriy Gapon <avg@icyb.net.ua>
To: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Cc: Mikhail Teterin <mi+mx@aldan.algebra.com>,
	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/71790: devel/icu2: add koi8-u converter to standard data
 library
Date: Wed, 23 Mar 2005 19:45:12 +0200

 Guys,
 
 a lot of thanks to everybody who did the work on icu (and koi8-u part of
 it), but I think you missed one final bit - to close this PR :-)
 Everything works great with devel/icu (icu-3.2_1).
 Thank you again.
 
 -- 
 Andriy Gapon
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Jun 6 00:00:04 GMT 2005 
State-Changed-Why:  
This has already been taken care of some time ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71790 
>Unformatted:
