From amdmi3@amdmi3.ru  Thu Sep 17 15:54:38 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8E4891065676
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <amdmi3@amdmi3.ru>)
	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 <FreeBSD-gnats-submit@freebsd.org>; 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 <amdmi3@FreeBSD.org>
Reply-To: Dmitry Marakasov <amdmi3@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [handbook] fix path to cyrillic fonts in l10n chapter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 16:00:09 UTC 2009
>Closed-Date:    Thu Sep 17 17:10:22 UTC 2009
>Last-Modified:  Thu Sep 17 17:10:22 UTC 2009
>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 <emphasis>before</emphasis> any other
 	      <literal>FontPath</literal> entries:</para>
 
-	    <programlisting>FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/misc"
-FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
-FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
+	    <programlisting>FontPath   "/usr/local/lib/X11/fonts/cyrillic"</programlisting>
 
 	    <para>If you use a high resolution video mode, swap the 75 dpi
 	      and 100 dpi lines.</para>
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 @@
 	         <emphasis></emphasis> 
 	       <literal>FontPath</literal>:</para>
 
-	    <programlisting>FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/misc"
-FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
-FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
+	    <programlisting>FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"</programlisting>
 
 	    <para>      ,
 	          75 dpi  100 dpi.</para>
--- cyr.patch ends here ---

>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/138903: commit references a PR
Date: Thu, 17 Sep 2009 16:25:38 +0000 (UTC)

 manolis     2009-09-17 16:25:25 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/l10n chapter.sgml 
   Log:
   Fix FontPath for Cyrillic language X11 fonts
   
   PR:             docs/138903
   Submitted by:   Dmitry Marakasov <amdmi3@FreeBSD.org>
   
   Revision  Changes    Path
   1.129     +2 -7      doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: manolis 
State-Changed-When: Thu Sep 17 17:08:54 UTC 2009 
State-Changed-Why:  
Fixed the English language version 
Amended a few more lines to match 
Cyrillic and other versions will be fixed by 
respective committers. 
Thanks for submitting this! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138903 
>Unformatted:
