From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 15:33:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0126216A403 for ; Wed, 3 Jan 2007 15:33:43 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id 89BAD13C46C for ; Wed, 3 Jan 2007 15:33:42 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.61]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070103153342.KXTZ60.dukecmmtao03.coxmail.com@dukecmmtao03> for ; Wed, 3 Jan 2007 10:33:42 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Wed, 3 Jan 2007 7:33:41 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070103153342.KXTZ60.dukecmmtao03.coxmail.com@dukecmmtao03> Subject: Multiple port versions 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: Wed, 03 Jan 2007 15:33:43 -0000 Just been doing a check on installed applications. pkg_info shows multiple installed versions of autoconf, automake, db & gnupg. viz: autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.5_2,1 GNU Standards-compliant Makefile generator (1.5) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) db4-4.0.14_1,1 The Berkeley DB package, revision 4 db42-4.2.52_5 The Berkeley DB package, revision 4.2 gnupg-1.4.6_3 The GNU Privacy Guard gnupg-2.0.1 The GNU Privacy Guard I used partupgrade -aF recently when, on reconsideration, it would have been better to have done portupgrade -F on specific ports! What is the safest way to remove the earlier versions? Thanks David