diff options
author | mi <mi@FreeBSD.org> | 2004-04-29 05:29:25 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-04-29 05:29:25 +0800 |
commit | 4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b (patch) | |
tree | da011929073a0a99fde34ce11479f05fb8d74810 /devel/tcllib/files | |
parent | c0096a38784272d005f76e17d9d1f76c24af958d (diff) | |
download | freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.gz freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.zst freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.zip |
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.
Diffstat (limited to 'devel/tcllib/files')
-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 "" \ |