A list of future TODOs and changes relating to Apache Software Foundation (ASF) ports in tree for apache@
Currently
(co-ordinate with PhilipGollucci [pgollucci@], OlliHauer (ohauer@))
Coded, not committed
pkg-plist cmds -> bsd.apache.mk @apadd %F and @apdel %F)
- @exec %D/sbin/apxs -e -A -n websh %D/%F
- @unexec %D/sbin/apxs -e -A -n websh %D/%F
Planned
- www/apache2* need pass configure_args selectively to apr, apr-util, pcre, httpd
ports/130479 (no patch[es] yet)
- Move Module list from httpd.conf to modules.conf or other file
- Prep for www/apache23
- Prep for www/apache24
- USE_APR=0|1+|2
- Creation of Mk/bsd.webserver.mk
- USE_MP=yes (will use APACHE_PORT for logic)
Current apache@ Team: (committers welcome, contributors send PRs!)
PhilipGollucci (pgollucci@)
- Olli Hauer (ohauer@)
- Andrey Chernov (ache@) [retired]
ClementLaforet (clement@) [retired]
- Hye-Shik Chang (perky@) [retired]
- Munechika SUMIKAWA (sumikawa@) [around, but not active]
- Dirk Meyer (dinoex@) [around, but not active]
Previously completed:
APACHE_PORT defaults to www/apache22
Cleanup/Rewrite MK/bsd.apache.mk
- Prep for devel/apr2
- APPKGNAMEPREFIX=ap(13|20|22|23|24)-
- www/apache20 has to use the devel/pcre port (like www/apache22) instead of the old built-in version
- use %%AP*%% vars in pkg-plists
- WITH_APACHE2*, USE_APACHE=yes, APACHE_COMPAT are deprecated and need to be changed
Remove devel/apr-svn in favor of devel/apr ports/130437
This was only needed for < 5.3 for threading issues