Currently Apache-2.2.10 and .11 are hardmasked due to the missing patches and fixes in the apache2-eclass. Patches & the eclass have been fixed accordingly to get them going. ;) They're not pretty (based on the existing patch), but needed imho because they patch a lot of files. Attachements/Patches will follow. Reproducible: Always Steps to Reproduce:
Created attachment 183801 [details, diff] Eprefixifies mod 00_mod_autoindex. That mod wasn't eprexified, stumbled accross it. The others look all ok, except for 00_mod_userdir.conf, but people using that one will surely adapt their config accordingly imo. ;)
Created attachment 183803 [details, diff] Fixes the Eprefix-Patch Path to use ${PVR} instead of hardcoded 2.2.9-r1 The patch file path was hardcoded to use 2.2.9-r1. Change to ${PVR} and added those files accordingly. Eprefixified the new (with 2.2.10) apache2ctl script, that replaces the previous symlink from '${EPREFIX}/usr/sbin'.
Created attachment 183804 [details] Eprefix patch file for apache-2.2.10 Based on apache-2.2.9-r1.patch. Removed: 21_all_itk_20080105 patch as that piece got fixed upstream. Added: @GENTOO_PORTAGE_EPREFIX@ for scripts/apache2ctl
Created attachment 183806 [details] Eprefix patch file for apache-2.2.11 Same as previous (apache-2.2.10-prefix.patch).
added patches and lifted mask on apache. THANKS for you work here. Please reopen bug if I screwed something up.