From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 16:11:53 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 2572616A41C for ; Thu, 9 Jun 2005 16:11:53 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C7643D49 for ; Thu, 9 Jun 2005 16:11:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j59GBlS5002925; Thu, 9 Jun 2005 19:11:48 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j59GBkt6070788; Thu, 9 Jun 2005 19:11:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j59GBjeo070787; Thu, 9 Jun 2005 19:11:45 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 9 Jun 2005 19:11:45 +0300 From: Giorgos Keramidas To: Tony Shadwick Message-ID: <20050609161145.GA70744@orion.daedalusnetworks.priv> References: <20050609110039.N71755@mail.goinet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050609110039.N71755@mail.goinet.com> Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade, automake14 -> automake19 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: Thu, 09 Jun 2005 16:11:53 -0000 On 2005-06-09 11:01, Tony Shadwick wrote: > Could someone give me a quick hint on switching from automake14 to > automake19 using the ports tree without wreaking total havock on > dependencies? :) If you are asking what portupgrade will do with the installed ports, then there's nothing to worry about. Just run portupgrade -a and it will take care of building the necessary auto* ports too. If you are using automake14 in software you write or build yourself outside of the Ports tree, don't. For an example of what may go wrong, see the misc/81558 problem report: http://www.freebsd.org/cgi/query-pr.cgi?pr=81558