Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 16:38:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493705 - head/x11-wm/golem
Message-ID:  <201902231638.x1NGcGWT037984@repo.freebsd.org>

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



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