On 2016/02/01 09:02, Dmitrij D. Czarkoff wrote:
> > Can't we just bundle it at build time (i.e. at it to distfiles and add
> > some glue)?
> 
> Mpv is distributed only via github, so adding anything to distfiles
> requires abandoning GH_* framework.  I'd rather maintain a fork with
> bundled waf in my github account.  Would that work for you?

You can still use all other parts of GH_*, you just need to set
DISTFILES yourself.

MASTER_SITES0 = http://whatever/
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}{${GH_COMMIT}${EXTRACT_SUFX}} \
        wafscript_filename:0

For ports, I think that would be better than doing things in a fork.

Reply via email to