Re: how to fetch again a port from port distribution (ftp site)?

2007-01-03 Thread Peter Nyamukusa
On Tuesday 02 January 2007 15:16, RW wrote:
 On Tue, 2 Jan 2007 06:28:22 +0100

 VeeJay [EMAIL PROTECTED] wrote:
  Hi
 
  I was trying to install mysql from port collection. But during
  downloading port from port distribution, my internet connection got
  broken for few minuts...
 
  now when I run make again... it tries to compile uncomplete
  downloaded src
 
  how can I get rid of this pre-fetched src, remove it and
The pre-feched src are in /usr/ports/distfiles/
you can delete the src file from there 
 
  how to fetch again a port from port distribution (ftp site) when src
  is already downloaded once?
you can also manually download the distribution files from and ftp site on 
another PC using a download manager which can resume in case of broken 
internet connection and simply copy the file in to /usr/ports/distfiles/ the 
run the make from the ports

 Firstly, the ports system should try to restart an existing download,
 I do this all the time. Secondly, even if a partial file cannot be
 completed, the port should not carry on building because the distfile
 will fail its MD5/SHA256 checksums.

 Either there is a bug here, or you have done something odd. Do you have
 NO_CHECKSUM set?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Peter Nyamukusa
Systems Administrator
Africa Online Zimbabwe
Tel:    +263-4-250890
Fax:    +263-4-702203
E-mail: [EMAIL PROTECTED]
AIM:   petenya

Africa Online Disclaimer and Confidentiality Note 

This e-mail, its attachments and any rights attaching hereto are, 
unless the context clearly indicates otherwise, the property of 
Africa Online Holdings (Mauritius) Limited and/or its subsidiaries 
(the Group). It is confidential and intended for the addressee 
only. Should you not be the addressee and have received this e-mail 
by mistake, kindly notify the sender, delete this e-mail 
immediately and do not disclose or use the same in any manner 
whatsoever. Views and opinions expressed in this e-mail are those 
of the sender unless clearly stated as those of the Group. The 
Group accepts no liability whatsoever for any loss or damages, 
however incurred, resulting from the use of this e-mail or its 
attachments. The Group does not warrant the integrity of this 
e-mail, nor that it is free of errors, viruses, interception or 
interference. For more information about Africa Online, please 
visit our website at http://www.africaonline.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to fetch again a port from port distribution (ftp site)?

2007-01-02 Thread RW
On Tue, 2 Jan 2007 06:28:22 +0100
VeeJay [EMAIL PROTECTED] wrote:

 Hi
 
 I was trying to install mysql from port collection. But during
 downloading port from port distribution, my internet connection got
 broken for few minuts...
 
 now when I run make again... it tries to compile uncomplete
 downloaded src
 
 how can I get rid of this pre-fetched src, remove it and
 
 how to fetch again a port from port distribution (ftp site) when src
 is already downloaded once?


Firstly, the ports system should try to restart an existing download,
I do this all the time. Secondly, even if a partial file cannot be
completed, the port should not carry on building because the distfile
will fail its MD5/SHA256 checksums.

Either there is a bug here, or you have done something odd. Do you have
NO_CHECKSUM set?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to fetch again a port from port distribution (ftp site)?

2007-01-01 Thread Sahil Tandon

VeeJay wrote:


I was trying to install mysql from port collection. But during downloading
port from port distribution, my internet connection got broken for few
minuts...

now when I run make again... it tries to compile uncomplete downloaded src

how can I get rid of this pre-fetched src, remove it and

how to fetch again a port from port distribution (ftp site) when src is
already downloaded once?


Go into the port's directory and 'make distclean'; this will remove the 
sources you downloaded in /usr/ports/distfiles.  Then just 'make 
install' to build again.


--
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]