diff options
author | jmz <jmz@FreeBSD.org> | 2000-10-27 22:47:11 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-10-27 22:47:11 +0000 |
commit | b386cf8f7fdbf24b2cac431f13223be6cb568b30 (patch) | |
tree | 2bf9a55b975dd2756dd09a57c0d0f6de473d7d60 | |
parent | 85f0cfd5678c158d279d2c160076009beffe8b75 (diff) | |
download | FreeBSD-ports-b386cf8f7fdbf24b2cac431f13223be6cb568b30.zip FreeBSD-ports-b386cf8f7fdbf24b2cac431f13223be6cb568b30.tar.gz |
This patch solves several problem to Korean users:
- it enables XIM in Netscape 4.x correctly.
- it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in
Netscape 4.x, without this patch, Netscape tries to use
-ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is
not standard in Korea.
- it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}.
Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
-rw-r--r-- | x11/XFree86/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86/files/patch-k | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index ee0f6e2..8a2b4ea 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86 PORTVERSION= 3.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/x11/XFree86/files/patch-k b/x11/XFree86/files/patch-k new file mode 100644 index 0000000..34bf00e --- /dev/null +++ b/x11/XFree86/files/patch-k @@ -0,0 +1,10 @@ +--- programs/../nls/XLC_LOCALE/ko.locale Sun Dec 22 12:29:37 1996 ++++ programs/../nls/XLC_LOCALE/ko Thu Apr 16 21:07:01 1998 +@@ -23,6 +23,7 @@ + } + font { + primary KSC5601.1987-0:GL ++ substitute KSC5601.1987-0:GL + } + } + END XLC_FONTSET |