cvs commit: ports/www/apache2 Makefile Makefile.doc
Makefile.modules.3rd
Clement Laforet
clement at FreeBSD.org
Thu Aug 19 07:38:36 PDT 2004
clement 2004-08-19 14:38:36 UTC
FreeBSD ports repository
Modified files:
www/apache2 Makefile Makefile.doc
Makefile.modules.3rd
Log:
- Add support for exception hook:
* WITH_EXCEPTION_HOOK now exists
* Automatically add if WITH_DEBUG is set
* Update still-outdated-documentation
- Remove automatic debuf mode if DEBUG_FLAGS is set
Exception hook is very useful for debugging (upcoming www/mod_backtrace
and www/mod_whatkilledus modules)
Makefile.modules.3rd:
- Fix CONFIGURE_ARGS for dynamic module selection.
It's now fully usuable for apache13 ports
- Remove an useless WANT_APACHE check
- Move apxs detection at the beginning of the file, to use APXS_PREFIX
for apache major version detection [1]
The main advantage of this patch is to provide a nice way to
have multiple apache versions, without altering ${LOCALBASE}.
Submitted by: "ports/c0decafe.net" <ports at c0decafe dot net> [1]
Revision Changes Path
1.198 +6 -1 ports/www/apache2/Makefile
1.9 +6 -2 ports/www/apache2/Makefile.doc
1.9 +14 -12 ports/www/apache2/Makefile.modules.3rd
More information about the cvs-all
mailing list