diff options
author | vs <vs@FreeBSD.org> | 2004-11-16 16:45:06 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-16 16:45:06 +0000 |
commit | d8805f73242823a0f73c2238fb3aa830914d4d7c (patch) | |
tree | 7d8d58493ac58fa0cee7431dad3b5250c4f67f9b /UPDATING | |
parent | 56482b4e634f291606f0d78517dde38b0509a850 (diff) | |
download | FreeBSD-ports-d8805f73242823a0f73c2238fb3aa830914d4d7c.zip FreeBSD-ports-d8805f73242823a0f73c2238fb3aa830914d4d7c.tar.gz |
Update to 1.8.2. Add instructions to UPDATING regarding running it on
mod_perl as DSO.
PR: ports/72921
Submitted by: maintainer
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 |