svn commit: r544666 - head/x11/squeekboard

Jan Beich jbeich at FreeBSD.org
Tue Aug 11 05:21:49 UTC 2020


Author: jbeich
Date: Tue Aug 11 05:21:49 2020
New Revision: 544666
URL: https://svnweb.freebsd.org/changeset/ports/544666

Log:
  x11/squeekboard: fix syntax highlighting after r537035
  
  Emacs 28 painted everything after ` as quoted because ` wasn't terminated.

Modified:
  head/x11/squeekboard/Makefile   (contents, props changed)

Modified: head/x11/squeekboard/Makefile
==============================================================================
--- head/x11/squeekboard/Makefile	Tue Aug 11 05:21:43 2020	(r544665)
+++ head/x11/squeekboard/Makefile	Tue Aug 11 05:21:49 2020	(r544666)
@@ -12,7 +12,7 @@ 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_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


More information about the svn-ports-head mailing list