diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-16 16:45:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-16 16:45:06 +0000 |
commit | af00c19861935db2ce468d3f685a670e03975362 (patch) | |
tree | 6ed0e6b28ec2bc39ad404843d9d378d367546335 /UPDATING | |
parent | Update to latest release, version 1.5.0. (diff) |
Update to 1.8.2. Add instructions to UPDATING regarding running it on
mod_perl as DSO.
PR: ports/72921
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=121762
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20041116: + AFFECTS: users of www/bricolage + AUTHOR: ports@rbt.ca + + Bricolage may now be run on mod_perl compiled as a DSO for Apache + when following these guidelines: + + http://perl.apache.org/docs/1.0/guide/install.html#When_DSO_can_be_Used + + To do this, you will need to: + pkg_delete -f apache-mod_perl + pkg_delete -f p5-libapreq-static + portupgrade -rR bricolage + + Bricolage will rebuild mod_perl, apache and libapreq using their standard + versions. + 20041115: AFFECTS: users of sysutils/portupgrade AUTHOR: lofi@FreeBSD.org |