Subject: Re: how do we build X?
To: None <port-macppc@netbsd.org>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 01/03/2002 20:55:32
From: Derek Peschel <dpeschel@eskimo.com>
Subject: how do we build X?
Date: Wed, 2 Jan 2002 20:43:35 -0800
Derek> the X server on any platform. So what are the magic incantations for the
Derek> macppc port? (Preferrably the ones that were used to build the X that
Derek> shipped with 1.5.)
For the things the same as 1.5.2,
(1) grab so called xsrc just like you will get for the src,
(2) Do the same thing you will do for the src
( For the src side, it's been changed recently, so it may not be the
same at the time being).
(1)
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.5.2/source/sets/xsrc.tgz.
(2) setenv DESTDIR $YOUR_CHOICE
setenv RELEASEDIR $ANOTHER_CHOICE
make release
For the XFree-4.x,
(3) get X401src-?.tgz at following
ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/
(4) Apply patch if necessary,
(5) make world.
cd xc
make World
make install
---
Makoto Fujiwara
http://www.ki.nu/software/NetBSD/iBook2/