svn commit: r451180 - head/www/youtube_dl

Marcelo Araujo araujobsdport at gmail.com
Mon Oct 9 08:52:47 UTC 2017


Thanks, I'm traveling and without easy access to Internet connection!

On Oct 4, 2017 1:03 PM, "Matthias Andree" <mandree at freebsd.org> wrote:

> Author: mandree
> Date: Wed Oct  4 06:03:16 2017
> New Revision: 451180
> URL: https://svnweb.freebsd.org/changeset/ports/451180
>
> Log:
>   Add USES=gmake to unbreak the build for now.
>
>   PR:           222637
>   Reported by:  tcberner@
>   Approved by:  blanket (trivially fix a non-building port)
>
> Modified:
>   head/www/youtube_dl/Makefile
>
> Modified: head/www/youtube_dl/Makefile
> ============================================================
> ==================
> --- head/www/youtube_dl/Makefile        Wed Oct  4 04:49:28 2017
> (r451179)
> +++ head/www/youtube_dl/Makefile        Wed Oct  4 06:03:16 2017
> (r451180)
> @@ -16,7 +16,7 @@ BUILD_DEPENDS=        zip:archivers/zip
>
>  ALL_TARGET=    youtube-dl
>  MAKE_ARGS=     PYTHON=${PYTHON_CMD}
> -USES=          python
> +USES=          gmake python
>  NO_ARCH=       yes
>  WRKSRC=                ${WRKDIR}/youtube-dl
>
>
>


More information about the svn-ports-all mailing list