Date: Sun, 12 Sep 2010 16:37:50 +0400 From: Anonymous <swell.k@gmail.com> To: Eric Masson <emss@free.fr> Cc: Mailing List FreeBSD Ports <freebsd-ports@FreeBSD.org> Subject: Re: Option in port depending on another port, how to handle ? Message-ID: <86r5gzi1cx.fsf@gmail.com> In-Reply-To: <868w376t0f.fsf@srvbsdfenssv.interne.associated-bears.org> (Eric Masson's message of "Sun, 12 Sep 2010 14:33:36 %2B0200") References: <868w376t0f.fsf@srvbsdfenssv.interne.associated-bears.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Masson <emss@free.fr> writes: > Hello, > > I've locally added an option to www/nginx to add support for www/uwsgi. > I'm hardcoding uwsgi version in nginx makefile : > > .if defined(WITH_HTTP_UWSGI_MODULE) > NGINX_UWSGI_MODULE_VERSION= 0.9.5.3 NGINX_UWSGI_MODULE_VERSION!= ${MAKE} -V PORTVERSION -C ${PORTSDIR}/www/uwsgi > MASTER_SITES+= http://projects.unbit.it/downloads/:uwsgi > DISTFILES+= uwsgi-${NGINX_UWSGI_MODULE_VERSION}.tar.gz:zip > CONFIGURE_ARGS+=--add-module=${WRKDIR}/uwsgi-${NGINX_UWSGI_MODULE_VERSION}/nginx > .endif > > Is there any proper way to retrieve NGINX_UWSGI_MODULE_VERSION from > www/uwsgi Makefile please ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r5gzi1cx.fsf>