Re: git: 560772623792 - main - net/freerdp3: adjust missed reference to www/webkit2-gtk
Date: Tue, 21 Jan 2025 13:57:26 UTC
21.01.2025 16:43, Charlie Li пишет:
> The branch main has been updated by vishwin:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=56077262379296d812f70274296e3137222a2f8a
>
> commit 56077262379296d812f70274296e3137222a2f8a
> Author: Charlie Li<vishwin@FreeBSD.org>
> AuthorDate: 2025-01-21 13:39:30 +0000
> Commit: Charlie Li<vishwin@FreeBSD.org>
> CommitDate: 2025-01-21 13:42:56 +0000
>
> net/freerdp3: adjust missed reference to www/webkit2-gtk
>
> While here, fix *_LIB_DEPENDS typo that caused the miss.
>
> Reported by: antoine
> Pointy-hat to: vishwin
> With hat: gnome
> ---
> net/freerdp3/Makefile | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile
> index 5c15cd73a957..c7a2ae3c78b0 100644
> --- a/net/freerdp3/Makefile
> +++ b/net/freerdp3/Makefile
> @@ -1,6 +1,6 @@
> PORTNAME= freerdp
> DISTVERSION= 3.10.2
> -PORTREVISION= 1
> +PORTREVISION= 2
> CATEGORIES= net comms
> MASTER_SITES= https://pub.freerdp.com/releases/ \
> https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
> @@ -192,9 +192,9 @@ WEBENGINE_USE_QT= core declarative gui location network printsupport \
> WEBENGINE_CMAKE_BOOL= WITH_WEBVIEW_QT
> WEBENGINE_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON
>
> -WEBKIT_LIB_DEPENDS_= libsoup-2.4.so:devel/libsoup \
> +WEBKIT_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
This is not a typo. Please revert this line back.
> libharfbuzz.so:print/harfbuzz \
> - libwebkit2gtk-4.0.so:www/webkit2-gtk3
> + libwebkit2gtk-4.0.so:www/webkit2-gtk@40
> WEBKIT_USES_= gettext gnome
> WEBKIT_USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
> WEBKIT_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON
--
Best regards,
Vladimir Druzenko