Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 17:51:37 +0100
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        "Tobias C. Berner" <tcberner@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r496041 - head/Mk/Uses
Message-ID:  <0c65638e-9c60-228e-a9ab-b8cecbbbd427@FreeBSD.org>
In-Reply-To: <201903170915.x2H9FFJo038900@repo.freebsd.org>
References:  <201903170915.x2H9FFJo038900@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0c65638e-9c60-228e-a9ab-b8cecbbbd427>