Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230690 - www-servers/apache-2.2.9 requisites/bugs
Summary: www-servers/apache-2.2.9 requisites/bugs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: x86 FreeBSD
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 23:58 UTC by Kiko
Modified: 2008-08-29 13:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kiko 2008-07-03 23:58:22 UTC
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)
Comment 1 Javier Villavicencio (RETIRED) gentoo-dev 2008-07-04 07:47:19 UTC
sys-process/pidof-bsd taken care of in the fbsd profile.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2008-08-29 13:30:45 UTC
(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