Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 12:33:04 +0200
From:      Niclas Zeising <zeising@freebsd.org>
To:        Guido Falsi <madpilot@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:  <6529677f-eb59-c558-2b35-e69d8d7714d0@freebsd.org>
In-Reply-To: <a7dc6e3b-9664-34c6-945a-e4e58636a5b7@FreeBSD.org>
References:  <201908260945.x7Q9jGfC043354@repo.freebsd.org> <a7dc6e3b-9664-34c6-945a-e4e58636a5b7@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-08-26 11:58, Guido Falsi wrote:
> 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
>>
> 

Fixed, thanks!
-- 
Niclas Zeising



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6529677f-eb59-c558-2b35-e69d8d7714d0>