| Bug#: 230690 | Product: Gentoo/Alt | Version: unspecified | Platform: x86 |
| OS/Version: FreeBSD | Status: RESOLVED | Severity: major | Priority: P2 |
| Resolution: FIXED | Assigned To: apache-bugs@gentoo.org | Reported By: status@sexmagnet.com | |
| Component: FreeBSD | |||
| URL: | |||
| Summary: www-servers/apache-2.2.9 requisites/bugs | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-07-03 23:58 0000 | |||
| Description: | Opened: 2008-07-03 23:58 0000 |
needs sys-process/pidof-bsd as a dependancy... userland_BSD? ( sys-process/pidof-bsd ) inside RDEPEND=".." fixes it 'let i++' doesn't work (init script) easily fixed with a i=$(expr $i + 1) also apache2 stops on freebsd when starting up..because it needs httpready which can be provided by 'kldload accf_http' or by adding: accf_http_load=”YES” to /boot/loader.conf (a message at the end of the .ebuild should be added IF on userland_BSD to tell people to add that module to loader.conf) arg --with-perl used in configure doesn't exist anymore? (should be removed)
sys-process/pidof-bsd taken care of in the fbsd profile.
(In reply to comment #0) > 'let i++' doesn't work (init script) easily fixed with a i=$(expr $i + 1) fixed > also apache2 stops on freebsd when starting up..because it needs httpready > which can be provided by 'kldload accf_http' > or by adding: accf_http_load=”YES” > to /boot/loader.conf > (a message at the end of the .ebuild should be added IF on userland_BSD to tell > people to add that module to loader.conf) done, see also bug #235152 > arg --with-perl used in configure doesn't exist anymore? (should be removed) fixed