Date: Thu, 13 Dec 2001 08:21:50 +1300 From: Jonathan Chen <jonc@chen.org.nz> To: Lord Raiden <raiden23@netzero.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! Ports still not working.... Message-ID: <20011213082150.B4589@grimoire.chen.org.nz> In-Reply-To: <4.2.0.58.20011212132836.00a6e9a0@pop.netzero.net>; from raiden23@netzero.net on Wed, Dec 12, 2001 at 01:34:23PM -0500 References: <4.2.0.58.20011212132836.00a6e9a0@pop.netzero.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 12, 2001 at 01:34:23PM -0500, Lord Raiden wrote: > Ok, so I'm not perfect. So I know I'm doing this right, someone please > give me a step by step as to how to install new stuff on the system using > the BSD ports collection. I'm wanting to install the ports (Samba, Apache, > etc) over the internet and the test boxes are setup and ready. First make sure you've got cvsup installed, obtainable from: http://people.freebsd.org/~jdp/s1g/ Then, make sure your ports tree is up to date: # cvsup -L2 -g -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile Then you install the port: # cd /usr/ports/www/apache # make # make install And keep on installing all the ports you want to. -- Jonathan Chen <jonc@chen.org.nz> ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011213082150.B4589>