Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 02:27:48 +0100
From:      John Murphy <jfm@blueyonder.co.uk>
To:        "Tony Pidluberg" <tpidluberg@hotmail.com>
Cc:        newbies@freebsd.org
Subject:   Re: HELP!!! I'm a newbie
Message-ID:  <r2evevg9qfjttuhld1841rp6trc2s0mq0u@4ax.com>
In-Reply-To: <Law12-F3hglW4DcUtZ000074482@hotmail.com>
References:  <Law12-F3hglW4DcUtZ000074482@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Tony Pidluberg" <tpidluberg@hotmail.com> wrote:

>I want to install the sources for the ports from a CD, not ftp.

The sources for the entire ports tree would be massive.  There are
about 8,000 ports currently.  I don't know of any CDs that include
ports sources, these days, so if you don't want pre-compiled packages
you will have to use ftp.

Even with minimal ftp access you can explore the ports you are =
particularly
interested in by installing the 'skeletons'.
=46ollow the instructions at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htm=
l

When the tree is installed it's best to 'cvsup' immediately.  The sources
are 'a work in progress' so you wouldn't want to be limited to the out of
date Makefiles etc. on your CD.

All you need do then is to:
# cd /usr/ports
# make search key=3D"whatever"

then 'cd' to the location indicated and simply:
# make install

If all goes well (and it won't if you don't have ftp access) the ports =
system
will download the tarballs containing the sources for all of the =
dependencies
required by the 'target' program, check the sanity of the environment, =
and
eventually make and install the desired application.

I frequently watch in awe as the compilation proceeds and almost always =
ends
up with a functioning "whatever".

You've obviously got some level of internet connectivity, so why can't
you use ftp?

--=20
John.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r2evevg9qfjttuhld1841rp6trc2s0mq0u>