aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-10-16 14:45:40 +0000
committerClement Laforet <clement@FreeBSD.org>2004-10-16 14:45:40 +0000
commit3b4c9025f9367dcdf00d7e6e7af889b972c7b9a9 (patch)
treed2fe08077a5e38e838cb7f7f8d15a0c4e4fcc299 /UPDATING
parentc170774221841ed0654fd68677a7ce86232e23ea (diff)
downloadports-3b4c9025f9367dcdf00d7e6e7af889b972c7b9a9.tar.gz
ports-3b4c9025f9367dcdf00d7e6e7af889b972c7b9a9.zip
- Remove WITH_APR_FROM_PORTS knob
- Add a note to UPDATING, to warn users they won't be able to build apache2 if they keep apr 0.9.x Discussed with: Craig Rodrigues (apr maintainer), kuriyama
Notes
Notes: svn path=/head/; revision=119592
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b8584002f08d..6bb890493280 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041015
+ AFFECTS: users of www/apache2 with devel/apr
+ AUTHOR: clement@FreeBSD.org
+
+ WITH_APR_FROM_PORTS knob is no longer supported, since apr > 1.0
+ doesn't conflict with apache2's one. If you use apr 0.9.x you
+ won't be able to upgrade apache2 anymore.
+
20041014:
AFFECTS: users of security/clamav
AUTHOR: eik@FreeBSD.org