summaryrefslogtreecommitdiff
path: root/devel/tcllib
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-04-28 21:29:25 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-04-28 21:29:25 +0000
commit8832b5ec516e2557e792ea770ffd58f7bb90500e (patch)
treebfda18451a1c8c14b42acc29a4d2ab16948ea6e3 /devel/tcllib
parentActually 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 'devel/tcllib')
-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 8193566a59db..ec0a63757e12 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 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 "" \