Re: Why does the ports system delete distfiles?

2012-05-07 Thread Marc Espie
On Mon, May 07, 2012 at 12:02:55AM -0400, Alan Corey wrote: Yeah, at one point when I was getting 5.0 set up I actually took my laptop somewhere with a WiFi connection. I must have already installed databases/sqlports because I extracted a list of distfiles from that, matched it against what

Re: Why does the ports system delete distfiles?

2012-05-06 Thread Alan Corey
I just saw another good reason to hit ctrl-C. I'm on a modem, and I just hit boost_1_42_0.tar.gz in an install. That's 40 megs, more than I can download in a day. I need to use a different process, like put the url in a text file and feed it to wget with --continue -i file So I hit ctrl-C,

Re: Why does the ports system delete distfiles?

2012-05-06 Thread Renzo Fabriek
On Sunday 06 May 2012 18:24:21 Alan Corey wrote: I just saw another good reason to hit ctrl-C. I'm on a modem, and I just hit boost_1_42_0.tar.gz in an install. That's 40 megs, more than I can download in a day. I need to use a different process, like put the url in a text file and feed

Re: Why does the ports system delete distfiles?

2012-05-06 Thread Stuart Henderson
On 2012-05-06, Renzo Fabriek rfabr...@nerdshack.com wrote: On Sunday 06 May 2012 18:24:21 Alan Corey wrote: I just saw another good reason to hit ctrl-C. I'm on a modem, and I just hit boost_1_42_0.tar.gz in an install. That's 40 megs, more than I can download in a day. I need to use a

Re: Why does the ports system delete distfiles?

2012-05-06 Thread Alan Corey
On Sun, 6 May 2012, Stuart Henderson wrote: On 2012-05-06, Renzo Fabriek rfabr...@nerdshack.com wrote: On Sunday 06 May 2012 18:24:21 Alan Corey wrote: I just saw another good reason to hit ctrl-C. I'm on a modem, and I just hit boost_1_42_0.tar.gz in an install. That's 40 megs, more than I

Re: Why does the ports system delete distfiles?

2012-04-27 Thread Stuart Henderson
On 2012-04-26, Alan Corey ab...@devio.us wrote: This site in question is for net/trafshow, the nsk.su site: The server refuses login. I've mirrored this, port in -current has the new url, you can fetch it from http://spacehopper.org/mirrors/trafshow-3.1.tgz Back to manually fetching I guess.

Re: Why does the ports system delete distfiles?

2012-04-26 Thread patrick keshishian
On Wed, Apr 25, 2012 at 10:48 PM, Jan Stary h...@stare.cz wrote: On Apr 25 23:34:24, Alan Corey wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Marc Espie
On Wed, Apr 25, 2012 at 11:34:24PM -0400, Alan Corey wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? Nope. I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the next site and downloads the file.

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Ted Unangst
On Thu, Apr 26, 2012 at 07:33, Alexander Hall wrote: Alan Corey ab...@devio.us wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the next site and

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Alan Corey
On Thu, 26 Apr 2012, Marc Espie wrote: On Wed, Apr 25, 2012 at 11:34:24PM -0400, Alan Corey wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? Nope. I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Marc Espie
On Thu, Apr 26, 2012 at 11:09:38AM -0400, Ted Unangst wrote: Alan I'd guess one or more subprocesses ignore SIGINT while others (=make?) don't, and thus the fetching proceeds but when it's done, make exits, after the appropriate cleanup. Don't know if it's trivially fixed. ^Z,

Re: Why does the ports system delete distfiles?

2012-04-26 Thread Alexander Hall
On 04/26/12 08:31, Marc Espie wrote: On Wed, Apr 25, 2012 at 11:34:24PM -0400, Alan Corey wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? Nope. I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to

Why does the ports system delete distfiles?

2012-04-25 Thread Alan Corey
I've seen this before, I wonder if there's some environment variable I can set to stop it? I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the next site and downloads the file. Then it deletes the file when it finishes. I type make install and it

Re: Why does the ports system delete distfiles?

2012-04-25 Thread Alexander Hall
Alan Corey ab...@devio.us wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the next site and downloads the file. Then it deletes the file when it

Re: Why does the ports system delete distfiles?

2012-04-25 Thread Jan Stary
On Apr 25 23:34:24, Alan Corey wrote: I've seen this before, I wonder if there's some environment variable I can set to stop it? I try make fetch on a port, it fails due to a bad site. I hit Ctrl-C to stop it, it goes to the next site and downloads the file. Then it deletes the file when