aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-04-29 05:29:25 +0800
committermi <mi@FreeBSD.org>2004-04-29 05:29:25 +0800
commit4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b (patch)
treeda011929073a0a99fde34ce11479f05fb8d74810 /devel
parentc0096a38784272d005f76e17d9d1f76c24af958d (diff)
downloadfreebsd-ports-graphics-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.gz
freebsd-ports-graphics-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.zst
freebsd-ports-graphics-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')
-rw-r--r--devel/tcllib/Makefile1
-rw-r--r--devel/tcllib/files/patch-koi88
2 files changed, 9 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 8193566a59d..ec0a63757e1 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcllib
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= devel tcl83 tcl84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcllib
diff --git a/devel/tcllib/files/patch-koi8 b/devel/tcllib/files/patch-koi8
new file mode 100644
index 00000000000..75553237266
--- /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 "" \