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: autoto...@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
tun...@tundraware.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to