From owner-freebsd-doc@FreeBSD.ORG Thu Sep 17 16:00:10 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D61E31065696 for ; Thu, 17 Sep 2009 16:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 847EF8FC15 for ; Thu, 17 Sep 2009 16:00:10 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8HG09gc039898 for ; Thu, 17 Sep 2009 16:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8HG09Rp039897; Thu, 17 Sep 2009 16:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 17 Sep 2009 16:00:09 GMT Resent-Message-Id: <200909171600.n8HG09Rp039897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4891065676 for ; Thu, 17 Sep 2009 15:54:38 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4CD288FC1D for ; Thu, 17 Sep 2009 15:54:37 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MoJJC-0001uh-Kd for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Sep 2009 19:54:10 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id E7354B860 for ; Thu, 17 Sep 2009 19:54:35 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id E18D1B829; Thu, 17 Sep 2009 19:54:35 +0400 (MSD) Message-Id: <20090917155435.E18D1B829@hades.panopticon> Date: Thu, 17 Sep 2009 19:54:35 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/138903: [handbook] fix path to cyrillic fonts in l10n chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 16:00:10 -0000 >Number: 138903 >Category: docs >Synopsis: [handbook] fix path to cyrillic fonts in l10n chapter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 17 16:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 root@hades.panopticon:/async/obj/usr/src/sys/HADES i386 >Description: fonts that are installed by xorg-fonts-cyrillic metaport are installed into /usr/local/lib/X11/fonts/cyrillic , not /usr/X11R6/lib/X11/fonts/cyrillic/misc /usr/X11R6/lib/X11/fonts/cyrillic/75dpi /usr/X11R6/lib/X11/fonts/cyrillic/100dpi Update this in English and Russian versions of handbook. Maybe requires fixing in other languages. >How-To-Repeat: >Fix: --- cyr.patch begins here --- Index: en_US.ISO8859-1/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v retrieving revision 1.127 diff -u -r1.127 chapter.sgml --- en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 4 Jan 2009 09:21:26 -0000 1.127 +++ en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 17 Sep 2009 15:49:58 -0000 @@ -814,9 +814,7 @@ lines must be added before any other FontPath entries: - FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi" + FontPath "/usr/local/lib/X11/fonts/cyrillic" If you use a high resolution video mode, swap the 75 dpi and 100 dpi lines. Index: ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/doc/ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml,v retrieving revision 1.14 diff -u -r1.14 chapter.sgml --- ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 26 Jun 2007 11:41:09 -0000 1.14 +++ ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 17 Sep 2009 15:50:42 -0000 @@ -840,9 +840,7 @@ должны быть добавлены перед всеми записями FontPath: - FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi" + FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" Если вы используете видеорежим с высоким разрешением, поменяйте местами строки для 75 dpi и 100 dpi. --- cyr.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: