Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 23:04:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r537109 - branches/2020Q2/x11/squeekboard
Message-ID:  <202005302304.04UN4CQG035706@repo.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005302304.04UN4CQG035706>