Date: Sun, 19 Sep 2004 14:37:57 +0900 From: Satoshi Kimura <KFB03633@nifty.ne.jp> To: x11@FreeBSD.org Subject: patch on X.Org for NEC PC98 Message-ID: <200409190538.OAA10221@ums507.nifty.ne.jp>
next in thread | raw e-mail | index | archive | help
Hello. This is Satoshi Kimura. I will send you some informations about X.Org for NEC PC98. 1. All patches needed for X.Org are the same as for XFree86 4.4.0, which I already sent yesterday. (In spite of some warnings about offset.) 2. To make and install japanese documents, please modify Makefile in /usr/ports/x11/XFree86-4-documents/ like following example. ^^^^^^^^^^^^^^^^^^^^^^^^ (This directory is for FreeBSD 4.10 and XFree86 4.3.0. Please replace proper name for X.Org and XFree86 4.4.0.) --- Makefile.org Wed Mar 12 08:38:06 2003 +++ Makefile Tue May 18 21:26:26 2004 @@ -30,6 +30,7 @@ ${ECHO_CMD} "#define BuildLinuxDocPS NO" >> host.def ; \ ${ECHO_CMD} "#define InstallHardcopyDocs YES" >> host.def ; \ ${ECHO_CMD} "#define FreeBSDBuildXdoc YES" >> host.def ; \ + ${ECHO_CMD} "#define InstallJapaneseDocs YES" >> host.def ; \ imake -DUseInstalled ${PROJECTROOT} -I. -I${PREFIX}/lib/X11/config \ -DTOPDIR=../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409190538.OAA10221>