Date: Fri, 20 Dec 2024 23:32:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283454] net/freerdp3: broken with SDL=off Message-ID: <bug-283454-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283454 Bug ID: 283454 Summary: net/freerdp3: broken with SDL=3Doff Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vvd@FreeBSD.org Reporter: ice@extreme.hu Assignee: vvd@FreeBSD.org Flags: maintainer-feedback?(vvd@FreeBSD.org) Broken by f88acd This seems to fix it: diff --git a/net/freerdp3/pkg-plist b/net/freerdp3/pkg-plist index c9df7d39b918..965220d28c3d 100644 --- a/net/freerdp3/pkg-plist +++ b/net/freerdp3/pkg-plist @@ -273,8 +273,8 @@ libdata/pkgconfig/winpr-tools%%MAJORVERSION%%.pc libdata/pkgconfig/winpr%%MAJORVERSION%%.pc %%JSON%%%%KEYBOARD_LAYOUT%%share/FreeRDP/KeyboardLayoutMap.json %%JSON%%%%TIMEZONE_FILE%%share/WinPR/TimeZoneNameMap.json -share/applications/sdl-freerdp%%MAJORVERSION%%-file.desktop -share/applications/sdl-freerdp%%MAJORVERSION%%.desktop +%%SDL%%share/applications/sdl-freerdp%%MAJORVERSION%%-file.desktop +%%SDL%%share/applications/sdl-freerdp%%MAJORVERSION%%.desktop share/applications/xfreerdp%%MAJORVERSION%%-file.desktop share/applications/xfreerdp%%MAJORVERSION%%.desktop share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfig.cm= ake --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283454-7788>