From owner-freebsd-ports Sat Jun 2 19:14:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 2531737B423 for ; Sat, 2 Jun 2001 19:14:27 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 7F41010F40F; Sat, 2 Jun 2001 21:14:32 -0500 (CDT) Message-ID: <002101c0ebd2$ed42a040$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Dima Dorfman" Cc: References: <20010603021038.8AEEA3E32@bazooka.unixfreak.org> Subject: Re: ftp and www hosts Date: Sat, 2 Jun 2001 21:14:32 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for enlightening me and helping me fix the problem at the same time. It appears you have to get it from http://bytesex.org/misc/ and not http://www.bytesex.org/misc/ > .if exists(/usr/bin/fetch) > # avoid -A for 2.2 -- it's not ported to that branch > .if ${OSVERSION} < 300000 > FETCH_CMD?= /usr/bin/fetch > .else > FETCH_CMD?= /usr/bin/fetch -A > .endif > #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} > .else > FETCH_CMD?= /usr/bin/ftp > .endif > > And fetch(1) supports HTTP/1.1, so it doesn't have this problem: > > dima@hornet% fetch http://bytesex.org/misc/webfs_1.12.tar.gz > Receiving webfs_1.12.tar.gz (35032 bytes): 100% > 35032 bytes transferred in 1.0 seconds (33.71 kBps) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message