Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 07:35:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488169 - head/x11/polybar
Message-ID:  <201812230735.wBN7ZK0A027075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec 23 07:35:20 2018
New Revision: 488169
URL: https://svnweb.freebsd.org/changeset/ports/488169

Log:
  Unmark broken on arm.  Tested on aarch64 and armv7 (and, thus, presumably,
  works on armv6.)
  
  Reported by:	maintainer (private email)

Modified:
  head/x11/polybar/Makefile

Modified: head/x11/polybar/Makefile
==============================================================================
--- head/x11/polybar/Makefile	Sun Dec 23 07:19:01 2018	(r488168)
+++ head/x11/polybar/Makefile	Sun Dec 23 07:35:20 2018	(r488169)
@@ -11,10 +11,6 @@ COMMENT=	Fast and easy-to-use status bar
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=	fails to build: KeyError: 'eventstruct'
-BROKEN_armv6=	fails to build: KeyError: 'eventstruct'
-BROKEN_armv7=	fails to build: KeyError: 'eventstruct'
-
 BUILD_DEPENDS=	xcb-proto>=1.9:x11/xcb-proto
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \



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