The recommended way of getting the XFree86 4.5.0 source is to obtain it directly from the XFree86 CVS repository. There are several ways of doing that, and they are described at our CVS web page.
The CVS tag for this release is "xf-4_5_0
".
The tag for the maintenance branch for this release is
"xf-4_5-branch
".
Another method of getting the XFree86 4.5.0 source is to either download the 4.5.0 source tarballs from the XFree86 ftp site. The procedure for this is as follows:
XFree86-4.5.0-src-1.tgz
XFree86-4.5.0-src-2.tgz
XFree86-4.5.0-src-3.tgz
XFree86-4.5.0-src-4.tgz
XFree86-4.5.0-src-5.tgz
XFree86-4.5.0-src-6.tgz
XFree86-4.5.0-src-7.tgz
These can be found at ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/
and similar locations on XFree86 mirror sites.
XFree86-4.5.0-src-4.tgz
and
XFree86-4.5.0-src-5.tgz
contains the fonts.
XFree86-4.5.0-src-6.tgz
contains the documentation
source.
XFree86-4.5.0-src-7.tgz
contains the
hardcopy documentation.
XFree86-4.5.0-src-1.tgz
,
XFree86-4.5.0-src-2.tgz
and
XFree86-4.5.0-src-3.tgz
contains everything
else.
If you do not need either the documentation or the fonts, then
you need only XFree86-4.5.0-src-1.tgz
,
XFree86-4.5.0-src-2.tgz
and
XFree86-4.5.0-src-3.tgz
.
gzip -d < XFree86-4.5.0-src-1.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-2.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-3.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-4.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-5.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-6.tgz | tar vxf -
gzip -d < XFree86-4.5.0-src-7.tgz | tar vxf -
Alternatively, if you already have a pristine copy of the XFree86 4.4.0 source, you can download patches from ftp://ftp.xfree86.org/pub/XFree86/4.5.0/patches/ that will allow you to convert it to 4.5.0. Information about which patch files to download and how to apply them can be found in the "How to get XFree86" section of the README for this release.
Each of the methods outlined above will produce one main source directory
called xc
.