1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add depricated charset names to mapping. They still required by older

4.x systems.

Reminded by: marcus
This commit is contained in:
Alexander Nedotsukov 2003-10-14 08:00:14 +00:00
parent de92871385
commit 6ad632c9a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91145
2 changed files with 12 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libiconv
PORTVERSION= 1.9.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= converters devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,5 +1,5 @@
--- libcharset/lib/config.charset.orig Thu Jan 30 03:43:59 2003
+++ libcharset/lib/config.charset Tue Oct 14 15:20:56 2003
+++ libcharset/lib/config.charset Tue Oct 14 16:55:29 2003
@@ -246,8 +246,8 @@
#echo "sun_eu_greek ?" # what is this?
echo "UTF-8 UTF-8"
@ -11,7 +11,7 @@
# localcharset.c falls back to using the full locale name
# from the environment variables.
# Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just
@@ -282,6 +282,22 @@
@@ -282,6 +282,31 @@
echo "ja_JP.SJIS SHIFT_JIS"
echo "ja_JP.Shift_JIS SHIFT_JIS"
echo "ko_KR.EUC EUC-KR"
@ -19,18 +19,27 @@
+ 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 "SJIS SHIFT_JIS"
+ echo "Shift_JIS SHIFT_JIS"
;;
netbsd*)
echo "646 ASCII"