aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-10-16 22:45:40 +0800
committerclement <clement@FreeBSD.org>2004-10-16 22:45:40 +0800
commitd7263a5a5634b5d5d7c01fc9b9ac62e25cd4391e (patch)
tree1e2e59d173f466ca368d1f1ec2979a72e060d146 /UPDATING
parent763d5694f4e331d83494f499bb5d2d907a7af658 (diff)
downloadfreebsd-ports-gnome-d7263a5a5634b5d5d7c01fc9b9ac62e25cd4391e.tar.gz
freebsd-ports-gnome-d7263a5a5634b5d5d7c01fc9b9ac62e25cd4391e.tar.zst
freebsd-ports-gnome-d7263a5a5634b5d5d7c01fc9b9ac62e25cd4391e.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
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