unifies all apache22-xxx-mpm options to apache22 make config. This was a todo on Makefile.modules It also helps pbi builds that checks for apache version. As this page has a 100k limit I could not send all apache22.shar file but I've published it on my server http://e-sac.siteseguro.ws/pfsense/ports/apache22.shar Attached are the files diff, missing the patch files for peruser-mpm available on it's ports files dir. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-apache Fix synopsis and assign.
Hi Marcello, I committed a different rewrite of Makefile.modules. On the road to convert the apache ports to options NG there are some issues where I cannot overwrite options set in the MAIN port by a slave port, so we can not have MPM OPTION in the main apache22 port. Additional THREADS as option does not mean threaded apache, it means APR has THREADS support, sounds silly I know but thats from history where the apache port used APR delivered by apacheXX and not devel/aprX (else you could not build prefork with MySQL support ...). Maybe we will rename that option if we have full support for options NG in apache. -- Regards, olli
Responsible Changed From-To: freebsd-apache->apache assign from freebsd-apache@ -> apache@ apache@ does not get any notice on the lists if the port is assigned to freebsd-apache@
State Changed From-To: open->closed A correct fix is already committed.