Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 09:02:13 +0000
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e312428366b - main - net/gnome-connections: mark broken
Message-ID:  <69f5bd95.19741.2afbee57@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e312428366b66429b36d7f38232865696d236c6

commit 5e312428366b66429b36d7f38232865696d236c6
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2026-05-02 07:43:54 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2026-05-02 09:01:23 +0000

    net/gnome-connections: mark broken
    
    gnome-connections does not build after freerdp update
    
    https://gitlab.gnome.org/GNOME/gtk-frdp/-/work_items/56:
    gtk-frdp does not build with freerdp 3.25.0
    
    More actions
    Open
      Issue created 5 days ago by Funda Wang
    when building gnome-connections with freerdp 3.25.0, it failed with:
    
    2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c: In function ‘frdp_session_init_freerdp’:
    2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c:1021:26: error: ‘freerdp’ {aka ‘struct rdp_freerdp’} has no member named ‘Authenticate’; did you mean ‘AuthenticateEx’?
    2026-04-26 06:36:35  1021 |   priv->freerdp_session->Authenticate = frdp_authenticate;
    2026-04-26 06:36:35       |                          ^~~~~~~~~~~~
    2026-04-26 06:36:35       |                          AuthenticateEx
    
    https://github.com/FreeRDP/FreeRDP/commit/f406032a355ab906b61fbf809d3af5c0c04e5c83
    
    PR:             294947
    MFH:            2026Q2
---
 net/gnome-connections/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net/gnome-connections/Makefile b/net/gnome-connections/Makefile
index a4c01fa892a7..72d0dfa84dd9 100644
--- a/net/gnome-connections/Makefile
+++ b/net/gnome-connections/Makefile
@@ -12,6 +12,9 @@ WWW=		https://apps.gnome.org/app/org.gnome.Connections/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		gtk-frdp does not build with freerdp 3.25.0
+# https://gitlab.gnome.org/GNOME/gtk-frdp/-/work_items/56
+
 BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libgtk-vnc-2.0.so:net/gtk-vnc \
 		libhandy-1.so:x11-toolkits/libhandy \
@@ -21,8 +24,8 @@ LIB_DEPENDS=	libgtk-vnc-2.0.so:net/gtk-vnc \
 USES=		desktop-file-utils fuse:3 gettext gnome meson pkgconfig \
 		shared-mime-info tar:xz vala:build
 USE_GNOME=	glib20 gtk30 introspection:build libxml2
-USE_LDCONFIG=	yes
-
 GLIB_SCHEMAS=	org.gnome.Connections.gschema.xml
 
+USE_LDCONFIG=	yes
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f5bd95.19741.2afbee57>