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 /x11/XFree86/Makefile | |
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>
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 2 |
1 files changed, 1 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} |