Hello,

On Thu, Mar 12, 2009 at 6:19 AM, Ian Fitzgerald <i...@ozemail.com.au> wrote:
> Ivan "Rambius" Ivanov wrote:
>>
>> Hello,
>>
>> On Fri, Mar 6, 2009 at 12:46 AM, Ian Fitzgerald <i...@ozemail.com.au>
>> wrote:
>>
>>>
>>> Ivan "Rambius" Ivanov wrote:
>>> cd /usr/ports/lang/fpc
>>> pkg_add -r fpc
>>>
>>
>> You should do
>>
>> # cd /usr/ports/lang/fpc
>> # make install
>>
>> Please read Chapter 4 of the hadbook at [1] for more information on
>> how to use FreeBSD ports.
>>
>> Regards
>> Rambius
>>
>> [1]
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
>>
>>
>
> Hi. Thanks for your help. make install demands a distribution, and without
> broadband at present, I used what I could get. Unfortunately the downloaded
> tarball was 2.2.2, and the make file was set up for 2.2.0, and complained. I
> don't know whether simply changing the references in the makefile to 2.2.2
> is a fix or complication, so I may have to wait for the broadband to cut in
> (new plan).

If you are not connected to internet all the time you can use

# make fetch

or

# make fetch-recursive

for the port you want to install. fetch will download the distfiles
for the port and fetch-recursive will download the distfiles for the
port and its dependencies. Then you can disconnect and proceed with
'make install'

Regards
Rambius

P.S. Please remember to put freebsd-questions@freebsd.org in CC and
not only me.

-- 
Tangra Mega Rock: http://www.radiotangra.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to