svn commit: r509895 - in head: Mk Mk/Uses multimedia/gstreamer1-vaapi x11-drivers/xf86-video-intel x11/xscope

Niclas Zeising zeising at freebsd.org
Mon Aug 26 10:33:30 UTC 2019


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


More information about the svn-ports-head mailing list