svn commit: r493705 - head/x11-wm/golem

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 23 16:38:17 UTC 2019


Author: bapt
Date: Sat Feb 23 16:38:16 2019
New Revision: 493705
URL: https://svnweb.freebsd.org/changeset/ports/493705

Log:
  Mark as broken: all plugins fails to load: undefined symbol 'display'

Modified:
  head/x11-wm/golem/Makefile

Modified: head/x11-wm/golem/Makefile
==============================================================================
--- head/x11-wm/golem/Makefile	Sat Feb 23 16:31:47 2019	(r493704)
+++ head/x11-wm/golem/Makefile	Sat Feb 23 16:38:16 2019	(r493705)
@@ -12,6 +12,7 @@ COMMENT=	Small window manager with themes and plugins
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		All plugins fail to load with Undefined symbol "display"
 BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: display in readonly segment
 
 USES=		gmake perl5 tar:bzip2


More information about the svn-ports-all mailing list