Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2010 13:23:56 -0600
From:      Tim Daneliuk <tundra@tundraware.com>
To:        Steven Friedrich <FreeBSD@insightbb.com>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: autoconf and automake
Message-ID:  <4D012CCC.2000503@tundraware.com>
In-Reply-To: <201012091354.59457.FreeBSD@insightbb.com>
References:  <201012091354.59457.FreeBSD@insightbb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/9/2010 12:54 PM, Steven Friedrich wrote:
> I'm having trouble with the latest advice in ports/UPDATING:
> 
> 20101208:
>   AFFECTS: autotools
>   AUTHOR: autotools@FreeBSD.org
> 
>

Here's how I did it:

1) Delete all the existing ports manually:

   pkg_delete -f portname

2) Install the new port manually:

   cd /usr/ports/devel/portname
   make install clean

When you've done them all, then ...

3) Fix the package database:

   pkgdb -L
   pkgdb -Fa


------------------------------------------------------------------------
Tim Daneliuk
tundra@tundraware.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D012CCC.2000503>