Fix Gettext Dependancies (portupgrade)
Created: 11/03/2003
General Information
Something I've noticed recently after updating my ports tree and trying to install something is that the latest version of gettext is causing compiles to fail on anything that relies on it. This has been happening on both my FreeBSD 4.8-RELEASE and 5.1-RELEASE machines so it doesn't seem to be something just specific to a certain release. The easiest way to fix these annoyances is to install portupgrade and just update everything that depends on gettext.Requirements
Installation
Install portupgrade and the latest version of gettext which is fairly simple. With gettext you make need to "make deinstall" the current version you have installed. Login as root or su to root.|
# # # # |
cd /usr/ports/sysutils/portupgrade make install clean; rehash cd /usr/ports/devel/gettext make install clean; rehash |
| # | portupgrade -rf gettext -m BATCH=3Dyes |
Author: Kyle Symonds
ksymonds at gmail dot com