summaryrefslogtreecommitdiff
path: root/converters/libiconv/files/patch-libcharset::lib::config.charset
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /converters/libiconv/files/patch-libcharset::lib::config.charset
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'converters/libiconv/files/patch-libcharset::lib::config.charset')
-rw-r--r--converters/libiconv/files/patch-libcharset::lib::config.charset43
1 files changed, 0 insertions, 43 deletions
diff --git a/converters/libiconv/files/patch-libcharset::lib::config.charset b/converters/libiconv/files/patch-libcharset::lib::config.charset
deleted file mode 100644
index ba30603dc83a..000000000000
--- a/converters/libiconv/files/patch-libcharset::lib::config.charset
+++ /dev/null
@@ -1,43 +0,0 @@
---- libcharset/lib/config.charset.orig 2010-04-05 02:25:38.000000000 +0200
-+++ libcharset/lib/config.charset 2011-10-23 22:05:50.000000000 +0200
-@@ -348,7 +348,7 @@ case "$os" in
- #echo "sun_eu_greek ?" # what is this?
- echo "UTF-8 UTF-8"
- ;;
-- freebsd* | os2*)
-+ freebsd4.[0-5]* | os2*)
- # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
- # localcharset.c falls back to using the full locale name
- # from the environment variables.
-@@ -385,6 +385,31 @@ case "$os" in
- echo "ja_JP.Shift_JIS SHIFT_JIS"
- echo "ko_KR.EUC EUC-KR"
- ;;
-+ freebsd*)
-+ echo "US-ASCII ASCII"
-+ echo "ISO8859-1 ISO-8859-1"
-+ echo "ISO_8859-1 ISO-8859-1"
-+ echo "ISO8859-2 ISO-8859-2"
-+ echo "ISO_8859-2 ISO-8859-2"
-+ echo "ISO8859-4 ISO-8859-4"
-+ echo "ISO_8859-4 ISO-8859-4"
-+ echo "ISO8859-5 ISO-8859-5"
-+ echo "ISO_8859-5 ISO-8859-5"
-+ echo "ISO8859-7 ISO-8859-7"
-+ echo "ISO_8859-7 ISO-8859-7"
-+ echo "ISO8859-9 ISO-8859-9"
-+ echo "ISO_8859-9 ISO-8859-9"
-+ echo "ISO8859-13 ISO-8859-13"
-+ echo "ISO_8859-13 ISO-8859-13"
-+ echo "ISO8859-15 ISO-8859-15"
-+ echo "ISO_8859-15 ISO-8859-15"
-+ echo "eucCN GB2312"
-+ echo "eucJP EUC-JP"
-+ echo "eucKR EUC-KR"
-+ echo "Big5 BIG5"
-+ echo "Big5HKSCS BIG5-HKSCS"
-+ echo "SJIS SHIFT_JIS"
-+ ;;
- netbsd*)
- echo "646 ASCII"
- echo "ISO8859-1 ISO-8859-1"