From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 05:01:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD3B106564A for ; Sun, 13 Jul 2008 05:01:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (oldagora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id AF9B18FC1A for ; Sun, 13 Jul 2008 05:01:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m6D51Etk069118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 12 Jul 2008 22:01:14 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m6D51DV9069115 for freebsd-questions@freebsd.org; Sat, 12 Jul 2008 22:01:13 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA08198; Sat, 12 Jul 08 21:57:37 PDT Date: Sat, 12 Jul 2008 21:59:09 -0700 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <48798b9d.0bgmwrViDqPyEGdk%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: PACKAGESITE 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: Sun, 13 Jul 2008 05:01:14 -0000 Can someone provide a correct example of setting PACKAGESITE so that pkg_add will find the 7-stable packages for i386? I have tried ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/ as shown in the handbook, and also: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/All/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable and all have failed. I get messages like pkg_add: could not find package expat-2.0.1 ! pkg_add: could not find package png-1.2.28 ! pkg_add: could not find package pkg-config-0.23_1 ! etc. Even specifying -v does not cause pkg_add to show exactly where it is looking (which might provide a clue as to what the correct setting would look like). The pkg_add manpage shows an example for PACKAGEROOT, but not for PACKAGESITE.