cvs commit: ports/www/apache2 Makefile Makefile.modules
Makefile.modules.3rd
Clement Laforet
clement at FreeBSD.org
Mon Aug 2 01:40:05 PDT 2004
clement 2004-08-02 08:40:05 UTC
FreeBSD ports repository
Modified files:
www/apache2 Makefile Makefile.modules
Makefile.modules.3rd
Log:
apache2 NG patch 2/5.
Makefile.modules:
- Export rewritten modules selection from Makefile.modules
to Makefile.modules.3rd
- Remove proxy support by default.
Makefile.modules.3rd:
- Add support for WANT_APACHE common13/common2 to share
code/functionalities between apache13 and apache2 server ports.
Rewrite of modules selection:
- WITH_MODULES and WITHOUT_MODULES are no more conflicting
WITHOUT_MODULES can be safely used internally to remove conflicting
modules
- Selection is based on modules categories to improve flexibility
- WITH_${category}[_MODULES]
- WITHOUT_${category}
- WITH_CUSTOM_${category}
- Support apache13, apache2{0,1}
This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl,
and it should be easily usuable in future bsd.apache.mk
Revision Changes Path
1.193 +2 -0 ports/www/apache2/Makefile
1.16 +19 -156 ports/www/apache2/Makefile.modules
1.7 +157 -1 ports/www/apache2/Makefile.modules.3rd
More information about the cvs-ports
mailing list