FreeBSD Port: www/cherokee-devel build and run

regisr regisr at pobox.com
Sat Jul 12 07:00:13 UTC 2008


Hello!

I have some trouble about this port:

1) In the Makefile a variable is not replaced:
--- Makefile.orig       2008-07-02 19:38:13.000000000 +0200
+++ Makefile    2008-07-11 21:24:34.000000000 +0200
@@ -67,6 +67,7 @@
        @for i in ${BUILD_WRKSRC}/*.sample.pre;do ${SED} -e \
                's:%sysconfdir%:${PREFIX}/etc:g; \
                s:%datadir%:${PREFIX}/share:g; \
+               s:%localstatedir%:/var:g; \
                s:%wwwroot%:${PREFIX}/www/cherokee:g; \
                s:%prefix%:${PREFIX}:g; \
                s:#.*User.*nobody:User www:g; \

2) The script to run it at boot ( files/cherokee.sh.in ) use a argument
'-b' not available: 
28c28
< command_args="-C ${cherokee_conf} -b"
---
> command_args="-C ${cherokee_conf} "

How to run it as daemon?

3) about  cherokee-admin: 
It return a code status 503 with the message on output:
env: python: No such file or directory
is there something wrong with my configuration?
My python package installed  is python25-2.5.2_2
and FreeBSD is a 6.3 source code updated on June, 26. 

Thanks
-- 
regis


More information about the freebsd-ports mailing list