From owner-freebsd-ppc@FreeBSD.ORG Thu Jun 14 03:32:04 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 653D61065679 for ; Thu, 14 Jun 2012 03:32:04 +0000 (UTC) (envelope-from macunkie@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC0378FC0C for ; Thu, 14 Jun 2012 03:32:03 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so3364301pbb.13 for ; Wed, 13 Jun 2012 20:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=Ioi5fHtL45m3aoOda0RbuhHnt4dY8fBawNjjXE6itEY=; b=iV9FBYYvLO9DBhuJHBiK8JwUutfq40m9S4RwkY9fBTogYxpl3av22JiUJVJPKSfJkF EjUAwKzJ5SORJ9x36GmLcPOZAGuNlPYipdQD86H2cRqwlThTz7osZP6ynOBdun6BhvGc J5KSKLhocnR3xT5B4zjp/ReE2ewdENSV1+s3x2/8rVkfr7BmdVmpidBVKCL5WnQi1c4G yXE+6mMNt9h2IG+OO4AkgYB85br8u45+gejRF4VMOl3lUgkLjVO4P31TfnbyjdNS6Zut 14oFz3REX7A6HkXNTEkeeYnkCp+u1KZCN5osm1NklaSKsKi9Upxp8VryCJNmbc2RwELR Ti8w== Received: by 10.68.217.100 with SMTP id ox4mr2965316pbc.87.1339644723450; Wed, 13 Jun 2012 20:32:03 -0700 (PDT) Received: from [192.168.1.136] (66-233-4-137.rcc.clearwire-dns.net. [66.233.4.137]) by mx.google.com with ESMTPS id jp3sm7951098pbc.7.2012.06.13.20.32.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 13 Jun 2012 20:32:02 -0700 (PDT) From: Samuel V Green III Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Wed, 13 Jun 2012 20:31:59 -0700 Message-Id: <460CCD0D-7C3E-454C-B365-226D0D45B09B@gmail.com> To: freebsd-ppc@freebsd.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Subject: Need correct setenv PACKAGESITE for xorg pkg_add -r xorg X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 03:32:04 -0000 I'm currently running 9.0 stable on G4 powerpc powerbook I was having a buggar of a time with my xorg 7.5.2 "make" and had = errors. Newbie so I tried searching how to clean the port with various options = and decided to rm /usr/ports/xorg Now I'm attempting to setenv PACKAGESITE to the correct mirror and so = far no luck. I tried setenv PACKAGESITE = ftp://ftp.freebsd.org/pub/FreeBSD/ports/powerpc/packages-9-stable/Latest/ =85. and no luck My "pkg_add -r" option always defaults to = =85./powerpc/packages-9.0-release/Latest/ where I get the "unable to = fetch" message every time. I'll post this to the forum as well as the x11 mailing list as well in = an attempt for a fix. Thanks for your help !!!!! Samuel.=