diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-28 21:29:25 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-28 21:29:25 +0000 |
commit | 8832b5ec516e2557e792ea770ffd58f7bb90500e (patch) | |
tree | bfda18451a1c8c14b42acc29a4d2ab16948ea6e3 /devel/tcllib/files/patch-koi8 | |
parent | Actually commit the other patch to fix the build on 4.X. (diff) |
For some reason, the mime::-module hardcodes the list of recognized encodings,
instead of relying on TCL core. Add the missing KOI8-U to the hardcoded list,
while I'm investigating. Bump portrevision.
Notes
Notes:
svn path=/head/; revision=107883
Diffstat (limited to '')
-rw-r--r-- | devel/tcllib/files/patch-koi8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/tcllib/files/patch-koi8 b/devel/tcllib/files/patch-koi8 new file mode 100644 index 000000000000..755532372661 --- /dev/null +++ b/devel/tcllib/files/patch-koi8 @@ -0,0 +1,8 @@ +--- modules/mime/mime.tcl Sun Feb 15 18:15:51 2004 ++++ modules/mime/mime.tcl Wed Apr 28 16:52:53 2004 +@@ -166,4 +166,5 @@ + jis0212 "" \ + koi8-r KOI8-R \ ++ koi8-u KOI8-U \ + ksc5601 "" \ + macCentEuro "" \ |