From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 15:27:30 2004 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 C675816A4CE for ; Tue, 31 Aug 2004 15:27:30 +0000 (GMT) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1779F43D64 for ; Tue, 31 Aug 2004 15:27:30 +0000 (GMT) (envelope-from ben@spooty.net) Received: from m138-mp1.cvx3-b.pop.dial.ntli.net ([80.1.84.138]) by mta05-svc.ntlworld.comESMTP <20040831152457.BKAM11492.mta05-svc.ntlworld.com@m138-mp1.cvx3-b.pop.dial.ntli.net> for ; Tue, 31 Aug 2004 16:24:57 +0100 From: Ben Paley To: "freebsd -questions@" Date: Tue, 31 Aug 2004 16:25:25 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408311625.25732.ben@spooty.net> Subject: autotools cleanup - must have missed it... 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: Tue, 31 Aug 2004 15:27:30 -0000 Hello, I managed to miss the advice everyone else seems to have had about autotools cleanup: how do I go about sorting this out? Here's the output of pkgdb -F: ################################################################ ---> Checking the package registry database Stale origin: 'devel/autoconf257': perhaps moved or obsoleted. -> The port 'devel/autoconf257' was removed on 2004-07-01 because: "autotools cleanup" -> Hint: autoconf-2.57_1 is required by the following package(s): kde-3.2.1_1 kdevelop-3.0.2 automake-1.7.5_1 -> Hint: checking for overwritten files... -> No files installed by autoconf-2.57_1 have been overwritten by other packages. Deinstall autoconf-2.57_1 ? [no] Stale origin: 'devel/automake17': perhaps moved or obsoleted. -> The port 'devel/automake17' was removed on 2004-07-01 because: "autotools cleanup" -> Hint: automake-1.7.5_1 is required by the following package(s): kde-3.2.1_1 kdevelop-3.0.2 -> Hint: checking for overwritten files... -> No files installed by automake-1.7.5_1 have been overwritten by other packages. Deinstall automake-1.7.5_1 ? [no] Duplicated origin: delete - autoconf-2.57_1 automake-1.7.5_1 Unregister any of them? [no] ################################################################ And I'm getting messages along the same lines whenever I upgrade anything, stuff like "this port is deprecated, you may wish to reconsider installing it) referring to libtool, automake or autoconf. Any help gratefully received! Cheers, Ben