Subject: Re: getting x11
To: None <rmk@rmkhome.com>
From: Soren Jacobsen <snj@pobox.com>
List: current-users
Date: 12/09/2004 21:39:39
On 12/09 22:12, Rick Kelly wrote:
> 
> Do the x11 sources have to checked out with a separate cvs process?
> 
> Doing "cvs update -d -P" just pulls down some useless crap.
> 
> roothog# ls -al /usr/src/x11
> total 24
> drwxr-xr-x    9 root  wheel   512 Sep 28 16:38 .
> drwxr-xr-x   25 root  wheel   512 Dec  9 21:47 ..
> drwxr-xr-x    2 root  wheel   512 Sep 28 16:38 CVS
> -rw-r--r--    1 root  wheel  1637 Sep 28 16:38 Makefile
> -rw-r--r--    1 root  wheel   630 May 16  2004 TODO
> drwxr-xr-x   33 root  wheel  1024 Dec  9 22:00 Xserver
> drwxr-xr-x  116 root  wheel  2560 Dec  9 22:00 bin
> drwxr-xr-x    8 root  wheel   512 Jul 30 18:56 include
> drwxr-xr-x   52 root  wheel  1024 Dec  9 22:00 lib
> drwxr-xr-x    7 root  wheel   512 Jul 30 18:56 share
> drwxr-xr-x   13 root  wheel   512 Dec  9 22:00 tools
> 
> roothog# du -sm /usr/src/x11
> 7       /usr/src/x11

It's not useless crap, it's the XFree86 reachover build stuff.  See the -x
option to build.sh.

Anyway, yes, you need to check out the xsrc module.  That's where the
goods are.