From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 00:11:52 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5E9816A403 for ; Tue, 27 Feb 2007 00:11:52 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id EBC3C13C4B6 for ; Tue, 27 Feb 2007 00:11:51 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1693100nfc for ; Mon, 26 Feb 2007 16:11:50 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l7V6Ju3gHj79ipSb+CblHqQUogBYnkUNLagCHpFnLB/53GVV7TIOFqkqHps/GB1tF1exYxxs9y6h4Vo/Np4tKigkmt6B25cA9VXd57KxD+x7Csj5SGoP6GIJaO/UkBkCjUqp6Y2hslIKHYYS4PkwMX2csQWl4mCEQ7vKEICsehw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G3zRR+/xwSNKry39zqwfCTBMGJhGyW7SoT6mCkHu0MDQpouEDACnLeiKKErqkILZR/GRlfilXm8ErT8O85lWuVtdtBrerV5DIdhMejsd1rJoqoTm0vyoHLTd75rAe+Jj7XrTfgJmDQUhDMqRq1+Lj5bw8sdoexQZr8xzSpf4n48= Received: by 10.82.155.10 with SMTP id c10mr2065643bue.1172535110303; Mon, 26 Feb 2007 16:11:50 -0800 (PST) Received: by 10.82.186.2 with HTTP; Mon, 26 Feb 2007 16:11:50 -0800 (PST) Message-ID: <790a9fff0702261611p63c9ac80w6cda2a1502676071@mail.gmail.com> Date: Mon, 26 Feb 2007 18:11:50 -0600 From: "Scot Hetzel" To: Jeff In-Reply-To: <45E1A217.2000900@mrbonkers.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45E0A74F.2040904@mrbonkers.org> <790a9fff0702241932v31ba8c5erce8040d87ce5d215@mail.gmail.com> <45E1A217.2000900@mrbonkers.org> Cc: freebsd-current@freebsd.org Subject: Re: Problem with Path/Ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 00:11:52 -0000 On 2/25/07, Jeff wrote: > > Does it match one of these conditions (from Mk/bsd.port.mk)? > > > > - OSVERSION} < 504105 > > - OSVERSION} >= 600000 && OSVERSION < 600103 > > - OSVERSION >= 700000 && OSVERSION < 700012 > > > > > > If it does, you might need to reinstall the ports-mgmt/pkg_install port. > > > make -V OSVERSION returns 600034, so there's the problem. > > >you might need to reinstall the ports-mgmt/pkg_install port. > > Where should I see the pkg_install port? I have the sources for it, but > I don't find a port. > The port is either in ports-mgmt/pkg_install (new location) or sysutils/pkg_install (old location) under /usr/ports. > Any idea how I could have broken this? The last cvsup used the same > cvsup file I've used before. Is there a release that puts the pkg tools > in /usr/local/ ? > When you cvsuped /usr/ports to the latest version, it caused the new dependancy on this port. You probably had an older /usr/ports tree that didn't have this requirement. The releases still put the pkg tools in the normal locations, its just that your version of the tools are out of date, and needed to be upgraded to the latest version so that new options could be used by the ports system. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.