Eric Masson <e...@free.fr> writes:

> Anonymous <swel...@gmail.com> writes:
>
> Hello again,
>
>> NGINX_UWSGI_MODULE_VERSION!=     ${MAKE} -V PORTVERSION -C 
>> ${PORTSDIR}/www/uwsgi
>
> Subsidiary question, as uwsgi nginx module needs uwsgi tarball, nginx
> distinfo must contain related checksums & size.
>
> Is there any way to avoid duplicating distinfo entries in both ports ?

Why not extract it as a dependency then?

  .if defined(WITH_HTTP_UWSGI_MODULE)
  CONFIGURE_ARGS+= --add-module=${UWSGI_WRKSRC}/nginx
  BUILD_DEPENDS+=  ${NONEXISTENT}:${PORTSDIR}/www/uwsgi:patch
  UWSGI_WRKSRC!=   ${MAKE} -V WRKSRC -C ${PORTSDIR}/www/uwsgi
  .endif
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to