svn commit: r488169 - head/x11/polybar

Mark Linimon linimon at FreeBSD.org
Sun Dec 23 07:35:21 UTC 2018


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 \


More information about the svn-ports-head mailing list