From owner-freebsd-ports@FreeBSD.ORG Sun Nov 21 14:32:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC31716A4CE for ; Sun, 21 Nov 2004 14:32:44 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E3643D58 for ; Sun, 21 Nov 2004 14:32:44 +0000 (GMT) (envelope-from fbsd-ports@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc13) with ESMTP id <20041121143244015000tbbke>; Sun, 21 Nov 2004 14:32:44 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 0027B60C6 for ; Sun, 21 Nov 2004 09:32:43 -0500 (EST) Message-ID: <41A0A70F.6020508@trini0.org> Date: Sun, 21 Nov 2004 09:32:47 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd-ports References: <419FE38B.4080307@trini0.org> In-Reply-To: <419FE38B.4080307@trini0.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Solved] Re: Subversion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 14:32:44 -0000 Gerard Samuel wrote: > Im currently running 5.3-p1, using the latest from ports. > I have apache2 already installed. > I tried -> > make WITHOUT_NEON=yes WITHOUT_APACHE2_APR=yes > > and it ends up at -> > >> apr-1.0.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://www.apache.org/dist/apr/. > fetch: http://www.apache.org/dist/apr/apr-1.0.0.tar.gz: Not Found > >> Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apr-1.0.0.tar.gz: > File unavailable (e.g., file not found, no access) > >> Couldn't fetch it - please try to retrieve this > >> port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/devel/apr-svn. > *** Error code 1 > > Stop in /usr/ports/devel/subversion. > > > > Any ideas how to get around this? > Thanks Well I did a fresh cvsup, and the port installed cleanly this morning. Now I got to figure it out how to use it now ;)