From owner-freebsd-ports@FreeBSD.ORG Sun Nov 21 00:38:31 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 E4BD516A4CE for ; Sun, 21 Nov 2004 00:38:31 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980A343D49 for ; Sun, 21 Nov 2004 00:38:31 +0000 (GMT) (envelope-from fbsd-ports@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <2004112100383101600kdgjte>; Sun, 21 Nov 2004 00:38:31 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 88DD160C6 for ; Sat, 20 Nov 2004 19:38:30 -0500 (EST) Message-ID: <419FE38B.4080307@trini0.org> Date: Sat, 20 Nov 2004 19:38:35 -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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 00:38:32 -0000 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