[patch] anoncvs.html
"J.C. Roberts" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Organization | DesignTools.org |
| Message-ID | <[email protected]> |
I kept placement of the xenocara branch consistent with FAQ-5 where it
suggests using /usr/src/xenocara
thoughts?
Kind regards,
jcr
Index: www/build/mirrors/anoncvs.html.head
===================================================================
RCS file: /cvs/www/build/mirrors/anoncvs.html.head,v
retrieving revision 1.9
diff -u -r1.9 anoncvs.html.head
--- www/build/mirrors/anoncvs.html.head 1 Nov 2007 08:12:45 -0000 1.9
+++ www/build/mirrors/anoncvs.html.head 29 Feb 2008 20:51:52 -0000
@@ -63,10 +63,11 @@
<li><b>www</b> - Houses all OpenBSD web pages. (Including this one).
<li><b>X11</b> - Houses OpenBSD's adaptation of the
<a href="http://www.XFree86.org/">XFree86-3</a> software project.
- This is here just for historical purposes, most users will have no
- reason to use this tree, it is no longer being used.
- <li><b>XF4</b> - Houses OpenBSD's active X source tree.
- <li><b>xenocara</b> - Houses OpenBSD's in-development X.org v7 tree.
+ This is here just for historical purposes, and most users will
+ have no reason to use this tree, since it is no longer being used.
+ <li><b>XF4</b> - Houses OpenBSD's adaptation of the XFree86-4 source
+ tree.
+ <li><b>xenocara</b> - Houses OpenBSD's new X.org v7 tree.
</ul>
<p>
@@ -131,8 +132,10 @@
To extract the source tree from the CD to <i>/usr/src</i> (assuming the CD is
mounted on /mnt):
<pre>
- # <b>cd /usr/src; tar xzf /mnt/src.tar.gz</b>
- # <b>cd /usr; tar xzf /mnt/XF4.tar.gz</b>
+ # <b>cd /usr/src</b>
+ # <b>tar xzf /mnt/src.tar.gz</b>
+ # <b>tar xzf /mnt/xenocara.tar.gz</b>
+ # <b>cd /usr</b>
# <b>tar xzf /mnt/ports.tar.gz</b>
</pre>
@@ -143,14 +146,15 @@
which contains all the other "userland" utilities.
In general, however, you will usually want both of them installed.
Assuming the downloaded files, <tt>src.tar.gz</tt> and
-<tt>sys.tar.gz</tt> are in <tt>/usr</tt>:
+<tt>sys.tar.gz</tt> and <tt>xenocara.tar.gz</tt> and <tt>ports.tar.gz</tt>
+are in <tt>/usr</tt>:
<pre>
# <b>cd /usr/src</b>
# <b>tar xzf ../sys.tar.gz</b>
# <b>tar xzf ../src.tar.gz</b>
+ # <b>tar xzf ../xenocara.tar.gz</b>
# <b>cd /usr</b>
- # <b>tar xzf XF4.tar.gz</b>
# <b>tar xzf ports.tar.gz</b>
</pre>