diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-12-09 22:36:10 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-12-09 22:36:10 +0000 |
commit | 0fae10629f1d50ed71c4e48d3da65e98e84b8ac5 (patch) | |
tree | 5aadadbf134dd0551f0f2e78ff68719d6e8ca20e | |
parent | INDEX should be updated (diff) |
Locally built INDEX should be updated after lang/php5 update.
Notes
Notes:
svn path=/head/; revision=224052
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ upgrades. 20081207: AFFECTS: users of lang/php5 - AUTHOR: pav@FreeBSD.org + AUTHOR: pav@FreeBSD.org, itetcu@FreeBSD.org As of php 5.2.7, pcre extension is distributed with the core php5 package, and not as a standalone module anymore. Follow these steps to update your @@ -29,7 +29,7 @@ upgrades. portmaster pecl\* If you build your INDEX locally and you tried to build it after the php - update commit, you need to rebuild it _after_ you updated land/php5: + update commit, you need to rebuild it _after_ you updated lang/php5: cd /usr/ports && make index or (if you use ports-mgmt/p5-FreeBSD-Portindex): cd /usr/ports && cache-init && portindex -o `make -V INDEXFILE` |