Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 11:58:10 +0200
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        Niclas Zeising <zeising@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r509895 - in head: Mk Mk/Uses multimedia/gstreamer1-vaapi x11-drivers/xf86-video-intel x11/xscope
Message-ID:  <a7dc6e3b-9664-34c6-945a-e4e58636a5b7@FreeBSD.org>
In-Reply-To: <201908260945.x7Q9jGfC043354@repo.freebsd.org>
References:  <201908260945.x7Q9jGfC043354@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26/08/19 11:45, Niclas Zeising wrote:
> Author: zeising
> Date: Mon Aug 26 09:45:15 2019
> New Revision: 509895
> URL: https://svnweb.freebsd.org/changeset/ports/509895
> 
> Log:
>   Change bsd.xorg.mk to USES=xorg and USES=xorg-cat
[...]
> 
> Modified: head/Mk/Uses/gl.mk
> ==============================================================================
> --- head/Mk/Uses/gl.mk	Mon Aug 26 09:22:07 2019	(r509894)
> +++ head/Mk/Uses/gl.mk	Mon Aug 26 09:45:15 2019	(r509895)
> @@ -46,5 +46,10 @@ LIB_DEPENDS+=	${_GL_${_component}_LIB_DEPENDS}
>  .endif
>  .endfor
>  
> +# We onlu need USES=xorg if we want USE_XORG modules
           ^
There's a typo here.

> +.if defined(USE_XORG) && !empty(USE_XORG)
> +.include "${USESDIR}/xorg.mk"
> +.endif
> +
>  # _INCLUDE_USES_GL_MK
>  .endif
> 

-- 
Guido Falsi <madpilot@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a7dc6e3b-9664-34c6-945a-e4e58636a5b7>