diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-02 19:47:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-02 19:47:26 +0000 |
commit | 5d08c497faedc506f13a891b94d5680aa4fac374 (patch) | |
tree | f7e45771e6e12af313fba91a25bc0332972e5673 /UPDATING | |
parent | 789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (diff) | |
download | ports-5d08c497faedc506f13a891b94d5680aa4fac374.tar.gz ports-5d08c497faedc506f13a891b94d5680aa4fac374.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -10,17 +10,25 @@ upgrades. AFFECTS: users of devel/libtool15 and devel/libltdl15 AUTHOR: mezz@FreeBSD.org - The devel/libtool15 and devel/libltdl15 have been moved to libtool22 and - libltdl22 then updated to 2.2.6a. You will need to run portmaster or - portupgrade: + The devel/libtool15 and devel/libltdl15 ports have been moved to libtool22 + and libltdl22 respectively then updated to 2.2.6a. You will need to run + portmaster or portupgrade to properly perform the upgrade: + + Portmaster: + ----------- portmaster -o devel/libtool22 libtool-1.5\* portmaster -o devel/libltdl22 libltdl-1.5\* - Same way as for portupgrade by replace from 'portmaster' to 'portupgrade'. - After that, you will need to rebuild all ports that depend on libltdl, since - all ports' PORTREVISION has been bump so you can run with '-a' of either - portmaster or portupgrade. + Portupgrade: + ------------ + + portupgrade -o devel/libtool22 libtool-1.5\* + portupgrade -o devel/libltdl22 libltdl-1.5\* + + After that, you will need to rebuild all ports that depend on libltdl. Since + all dependent ports' PORTREVISIONs have been bump, you can run portupgrade or + portmaster with '-a' to complete the upgrade. 20090801: AFFECTS: users of x11-drivers/xf86-video-nouveau |