From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 04:14:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6A46516A420 for ; Sun, 4 Dec 2005 04:14:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7241143D46 for ; Sun, 4 Dec 2005 04:14:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 567971A3C24; Sat, 3 Dec 2005 20:14:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A7D0151A43; Sat, 3 Dec 2005 23:14:33 -0500 (EST) Date: Sat, 3 Dec 2005 23:14:33 -0500 From: Kris Kennaway To: "Michael P. Soulier" Message-ID: <20051204041433.GA1269@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: dealing with duplicate packages 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, 04 Dec 2005 04:14:35 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 03, 2005 at 11:07:38PM -0500, Michael P. Soulier wrote: > People, >=20 > I was just looking at my package database, and it seems that I have > some dups installed thanks to some ports I've installed. >=20 > [msoulier@kanga ~]$ alias pkg_dups > alias pkg_dups=3D'pkg_info | sort | sed -e '\''s/-[0-9].*$//'\'' | uniq > -c | grep -v '\''^[[:space:]]*1'\''' > [msoulier@kanga ~]$ pkg_dups > 3 autoconf > 3 automake > 2 libtool Probably not duplicates, but different ports. > 2 p5-Compress-Zlib > 2 p5-ExtUtils-CBuilder > 2 p5-IO-String These probably are. > I'd prefer to have one version of each of these installed. What's the > normal way to resolve this, and the subsequent dependency problems? Use a tool like portupgrade to upgrade your ports. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDkm0pWry0BWjoQKURArqeAKDmdtWxIFmB9Ue3gUstT33I9bXdNACg3t8H qfUEPMnH1Fx4URfUUYECux8= =5b0u -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--