svn commit: r496041 - head/Mk/Uses

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 17 16:51:51 UTC 2019


On 3/17/19 10:15 AM, Tobias C. Berner wrote:
> Author: tcberner
> Date: Sun Mar 17 09:15:15 2019
> New Revision: 496041
> URL: https://svnweb.freebsd.org/changeset/ports/496041
> 
> Log:
>   qt.mk: add wayland component
>   
>   Reported by:	tobik
> 
> Modified:
>   head/Mk/Uses/qt.mk
> 
> Modified: head/Mk/Uses/qt.mk
> ==============================================================================
> --- head/Mk/Uses/qt.mk	Sun Mar 17 09:10:35 2019	(r496040)
> +++ head/Mk/Uses/qt.mk	Sun Mar 17 09:15:15 2019	(r496041)
> @@ -431,6 +431,9 @@ uitools_PATH=		${LOCALBASE}/${QT_LIBDIR_REL}/libQt${_Q
>  virtualkeyboard_PORT=	x11-toolkits/${_QT_RELNAME}-virtualkeyboard
>  virtualkeyboard_PATH=	${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so
>  
> +wayland_PORT=		graphics/${_QT_RELNAME}-wayland
> +wayland_LIB=		ibQt${_QT_LIBVER}WaylandClient.so
> +
>  webchannel_PORT=	www/${_QT_RELNAME}-webchannel
>  webchannel_LIB=		libQt${_QT_LIBVER}WebChannel.so

This broke the build for ports that have USE_KDE=wayland (e.g.
x11/plasma5-libkscreen), as the assignments above override the same ones
done in Mk/Uses/kde.mk.


More information about the svn-ports-all mailing list