diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-12-08 11:12:14 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-12-08 11:12:14 +0000 |
commit | a49625cca7ac0e731867fe8edb87a23b2da2ae57 (patch) | |
tree | c11aa57fed5d4efed6c66859ad5539b733212f16 /UPDATING | |
parent | 3dc309d5962f381bc658ac831dde4a3ddac2c996 (diff) | |
download | ports-a49625cca7ac0e731867fe8edb87a23b2da2ae57.tar.gz ports-a49625cca7ac0e731867fe8edb87a23b2da2ae57.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -14,9 +14,25 @@ upgrades. and not as a standalone module anymore. Follow these steps to update your installation: - pkg_delete -f php5-pcre-5.2.6 - pkgdb -F - portupgrade as usual + Portupgrade users: + pkg_delete -f php5-pcre-5.2.6 + pkgdb -F + portupgrade as usual + + Portmaster users: + pkg_delete -f php5-pcre\* + portmaster php5\* + + If you are using pecl ports you might need to force an update on them, ie.: + portupgrade -f pecl\* + or + portmaster pecl\* + + If you build your INDEX locally and you tried to build it after the php + update commit, you need to rebuild it: + cd /usr/ports && make index + or (if you use ports-mgmt/p5-FreeBSD-Portindex): + cd /usr/ports && cache-init && portindex -o `make -V INDEXFILE` 20081207: AFFECTS: users of games/mkgichessclub |