From owner-freebsd-questions@FreeBSD.ORG Sun May 25 04:31:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FDA37B401 for ; Sun, 25 May 2003 04:31:10 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D2743F3F for ; Sun, 25 May 2003 04:31:08 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 626C845E; Sun, 25 May 2003 13:31:06 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id AAE162FDAB2; Sun, 25 May 2003 13:31:05 +0200 (CEST) Date: Sun, 25 May 2003 13:31:05 +0200 From: Roman Neuhauser To: Dick Hoogendijk Message-ID: <20030525113105.GK90914@freepuppy.bellavista.cz> Mail-Followup-To: Dick Hoogendijk , freebsd-questions References: <20030525111828.GA353@pooh.nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030525111828.GA353@pooh.nagual.st> User-Agent: Mutt/1.5.1i cc: freebsd-questions Subject: Re: PACKAGESITE ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 11:31:12 -0000 # dick@nagual.st / 2003-05-25 13:18:28 +0200: > I have to set the "PACKAGESITE" for pkg_add or portinstall -PP to work > properly, but I cannot find where to do this. > I search the manual/handbook for a location, but alas.. > > Does anybody know how and where to set this, so I can do a > "portupgrade -PPrR kde" and get the latest 3.1.2-packages? this is a basic-shell-usage question. bourne shell compatible: PACKAGESITE=http://example.com/this/that/ portupgrade -PPrR kde or export PACKAGESITE=http://example.com/this/that/ portupgrade -PPrR kde (t)csh: env PACKAGESITE=http://example.com/this/that/ portupgrade -PPrR kde or setenv PACKAGESITE http://example.com/this/that/ portupgrade -PPrR kde -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html