diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-17 15:53:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-17 15:53:18 +0800 |
commit | bf9bfc7c1153d1689cc07b47eee911941706119c (patch) | |
tree | df8400da31d0bea3ed735946a1d88a3ea4977893 /CHANGES | |
parent | d1fd60b9f2b714c55d7b3d8e35201f601fcff381 (diff) | |
download | freebsd-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-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |