Hello,

Il 14/11/2012 22:07, Daniel Gerzo ha scritto:
On 11/14/12 6:45 PM, Riccardo Magliocchetti wrote:
Hi Daniel,

Il 14/11/2012 09:50, Daniel Gerzo ha scritto:
Hello,

the installation instructions at the wiki and RTD are a bit poor.

I am an author of the FreeBSD port[0] and I am about to update the it to
1.4.1. I am considering to add options to allow people to easily build
plugins, but it is not clear to me, how it is possible to build and
install these plugnis with one make command. Can anyone please elaborate
on this one?

I have no clue on how the freebsd ports gui gets / sets its options but as you can see the plugin entry of uwsgi build config file are just a comma separated list of names. So even if you have only shell sed would do it i think?

As you can see the Makefile is a wrapper for uwsgi own build system.
If you just want to build more plugins you may want to create a
freebsd specific config file in buildconf/ and use that. If you want
to let the user select the plugins at install time it may be doable too.
Yes, I have noticed the build system of uwsgi doesn't use so often used
configure script... I wan to allow our users to let them select the
desired plugins before starting the build process, but it is not really
clear to me how I would do that?

Also, this PR[1] includes simple patches for files/patch-pyutils.c and
plugins/router_uwsgi/router_uwsgi.c to allow compilation with clang
compiler. I'd like to ask you to consider importing them upstream.

Can you post the patches without the freebsd specific changes to the
list please? Also have you verified the patches are still needed with
1.4.1 or latest git master?
I will check this as soon as I resolve the above problem.

I think the other way around would be better but it's up to you :)

thanks,
riccardo

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to