svn commit: r537109 - branches/2020Q2/x11/squeekboard
Mark Linimon
linimon at FreeBSD.org
Sat May 30 23:04:13 UTC 2020
Author: linimon
Date: Sat May 30 23:04:12 2020
New Revision: 537109
URL: https://svnweb.freebsd.org/changeset/ports/537109
Log:
MFH: r537035
Mark as BROKEN on powerpc64: can't find symbol eekboard_context_service_get_overlay.
The port builds everywhere else.
Note: the error is trivially different on gcc and clang.
Approved by: portmgr (tier-2 blanket)
Modified:
branches/2020Q2/x11/squeekboard/Makefile
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/x11/squeekboard/Makefile
==============================================================================
--- branches/2020Q2/x11/squeekboard/Makefile Sat May 30 23:02:16 2020 (r537108)
+++ branches/2020Q2/x11/squeekboard/Makefile Sat May 30 23:04:12 2020 (r537109)
@@ -13,6 +13,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_11= requires getrandom()
+BROKEN_FreeBSD_12_powerpc64= fails to compile: rs.e2mg9us3-cgu.14:(.text.imservice_handle_commit_state+0x228): undefined reference to `eekboard_context_service_show_keyboard'
+BROKEN_FreeBSD_13_powerpc64= fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay
BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
More information about the svn-ports-all
mailing list