From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 19:14:08 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 EB6F216A4B3 for ; Thu, 25 Sep 2003 19:14:08 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FAE4403B for ; Thu, 25 Sep 2003 19:14:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 442A066CFA; Thu, 25 Sep 2003 19:13:58 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 3528DABE; Thu, 25 Sep 2003 19:13:58 -0700 (PDT) Date: Thu, 25 Sep 2003 19:13:58 -0700 From: Kris Kennaway To: K Anderson Message-ID: <20030926021358.GA67939@rot13.obsecurity.org> References: <00df01c38185$2255aee0$5864a8c0@patience> <20030923050226.GC50083@rot13.obsecurity.org> <3F7374D7.9050604@comcast.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <3F7374D7.9050604@comcast.net> User-Agent: Mutt/1.4.1i cc: FREEBSD cc: Kris Kennaway Subject: Re: Ports woes. 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: Fri, 26 Sep 2003 02:14:09 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 25, 2003 at 04:05:59PM -0700, K Anderson wrote: > Does this possibly clear up things? Yeah, that's all expected behaviour.. 1) when upgrading ports you have to upgrade ports in the correct order, i.e. if X depends on Y then you have to update Y before you update X. sysinstall doesn't do this, ports will at least notice that you have tried to install a new version of Y on top of an old version or have tried to update X when you should have first updated Y. The easiest way to update ports in the correct order is to use the portupgrade port. 2) packages depend explicitly on other packages, in particular if you have apache-X installed and it's looking for apache-Y then it will try to install it, and won't be satisfied by the apache-X installation. Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/c6DlWry0BWjoQKURAv9zAJ4itRO8grb8W5pCw8CzQ7UWoA/hTwCgkOGy H3T+v6LGVy7B88lq4C1wUNg= =seNN -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--