From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 17:32:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 006F016A46D for ; Wed, 20 Jun 2007 17:32:01 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id B714913C480 for ; Wed, 20 Jun 2007 17:32:01 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so517663pyi for ; Wed, 20 Jun 2007 10:32:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SIXH2QCoG+v7RJpVjcBTr6g4yySVFeTHsHfSJqWsy/64NIkOcj8W/P7MNg7aQlGSC1TrtpSzxuZ02Lb8YVB8utqdCTGVZDgKjuMx1s43mOHG0ug57TZNKxW0S0F0czl2aDxDcHW+VZ6Wq7QKfJGwX4frySNPMKg7HE4eZHc9daw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EmKpDOLi/6DubIQGscsKXJXxd1e7hJqWhFdCunlZwRDKUDd9bVwDjs9R/hPQZLmPdkRvg5Ra00peVTH2w9WZRtcJxYblUtPDDDHLaaAb+yPhLCbEyw3JXyAqTFchgKBzCfOIaHsAxIa1MnVeoL78fsMGYyQrO/bulZdQV1eJuXc= Received: by 10.35.31.14 with SMTP id i14mr1521847pyj.1182360721050; Wed, 20 Jun 2007 10:32:01 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Wed, 20 Jun 2007 10:32:01 -0700 (PDT) Message-ID: <340a29540706201032q425ec42bj98fb0e4b42954a49@mail.gmail.com> Date: Wed, 20 Jun 2007 11:32:01 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Getting INDEX-6.bz2 solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 17:32:02 -0000 Ok, Sorry for not posting a follow-up to my original request for help, but google mail doesn't show messages sent from me until someone responds. As I was thinking about the problem, I noticed that the fetch directive for "make fetchindex" in /usr/ports was trying to get the file from htt://www.freebsd.org/ports/INDEX-6.bz2. Well, I realized that our IT structure here is for a proxy server for http stuff. After reading through the manual pages for fetch(8) and fetch(3) I did: setenv HTTP_PROXY and walla, everything worked. So, problem solved. Andy