aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-05-17 15:53:18 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-05-17 15:53:18 +0800
commitbf9bfc7c1153d1689cc07b47eee911941706119c (patch)
treedf8400da31d0bea3ed735946a1d88a3ea4977893 /CHANGES
parentd1fd60b9f2b714c55d7b3d8e35201f601fcff381 (diff)
downloadfreebsd-ports-gnome-bf9bfc7c1153d1689cc07b47eee911941706119c.tar.gz
freebsd-ports-gnome-bf9bfc7c1153d1689cc07b47eee911941706119c.tar.zst
freebsd-ports-gnome-bf9bfc7c1153d1689cc07b47eee911941706119c.zip
- Document some deaths legacy in bsd.apache.mk variables
o) WITH_APACHE2, APACHE_COMPAT, and USE_APACHE=yes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39abd5bf4f92..508fc73715d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20090516:
+AUTHOR: pgollucci@FreeBSD.org
+ * APACHE_COMPAT is dead!
+
+ * USE_APACHE=yes is dead!
+
+ * WITH_APACHE2 is dead!
+
+ You should set USE_APACHE=13|20|22+. WITH_APACHE option can
+ be used to coniditional include support for ANY version of
+ apache baesd on APACHE_PORT. Currently www/apache13
+
20090207:
AUTHOR: pgollucci@FreeBSD.org