Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2017 02:53:11 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49853 - head/en_US.ISO8859-1/books/handbook/x11
Message-ID:  <201701150253.v0F2rBYc008589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan
Date: Sun Jan 15 02:53:10 2017
New Revision: 49853
URL: https://svnweb.freebsd.org/changeset/doc/49853

Log:
  Direct reader to install packages first.
  
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9173

Modified:
  head/en_US.ISO8859-1/books/handbook/x11/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Sat Jan 14 23:36:46 2017	(r49852)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Sun Jan 15 02:53:10 2017	(r49853)
@@ -240,19 +240,19 @@
     <para>On &os;, <application>&xorg;</application> can be installed
       as a package or port.</para>
 
+    <para>The binary package can be installed quickly but with
+      fewer options for customization:</para>
+
+    <screen>&prompt.root; <userinput>pkg install xorg</userinput></screen>
+
     <para>To build and install from the Ports Collection:</para>
 
     <screen>&prompt.root; <userinput>cd /usr/ports/x11/xorg</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
 
-    <para>The binary package can be installed more quickly but with
-      fewer options for customization:</para>
-
-    <screen>&prompt.root; <userinput>pkg install xorg</userinput></screen>
-
     <para>Either of these installations results in the complete
-      <application>&xorg;</application> system being installed.  This
-      is the best option for most users.</para>
+      <application>&xorg;</application> system being installed.  Binary packages
+      are the best option for most users.</para>
 
     <para>A smaller version of the X system suitable for experienced
       users is available in <package>x11/xorg-minimal</package>.  Most
@@ -931,8 +931,13 @@ EndSection</programlisting>
 	on this, see the &man.X.7; manual page or <xref
 	  linkend="truetype"/>.</para>
 
-      <para>To install the above Type1 font collections from the Ports
-	Collection, run the following commands:</para>
+      <para>To install the above Type1 font collections from binary packages,
+	run the following commands:</para>
+
+      <screen>&prompt.root; <userinput>pkg install urwfonts</userinput></screen>
+
+      <para>Alternatively, to build from the Ports Collection, run the following
+	commands:</para>
 
       <screen>&prompt.root; <userinput>cd /usr/ports/x11-fonts/urwfonts</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701150253.v0F2rBYc008589>