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 | 2ba1db6be80885cc3a00de03fb0e47c212eb00cc (diff) | |
download | ports-af00c19861935db2ce468d3f685a670e03975362.tar.gz ports-af00c19861935db2ce468d3f685a670e03975362.zip |
Notes
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 |