Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 10:24:04 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505415 - in head/x11: xfd xload
Message-ID:  <201906301024.x5UAO4Hc095613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Jun 30 10:24:04 2019
New Revision: 505415
URL: https://svnweb.freebsd.org/changeset/ports/505415

Log:
  x11/xfd x11/xload: Don't mark as broken on aarch64
  
  Don't mark x11/xfd and x11/xload as broken on aarch64, they build.
  
  PR:		237739
  Submitted by:	linimon

Modified:
  head/x11/xfd/Makefile
  head/x11/xload/Makefile

Modified: head/x11/xfd/Makefile
==============================================================================
--- head/x11/xfd/Makefile	Sun Jun 30 09:59:14 2019	(r505414)
+++ head/x11/xfd/Makefile	Sun Jun 30 10:24:04 2019	(r505415)
@@ -17,6 +17,4 @@ RUN_DEPENDS=	fc-cache:x11-fonts/fontconfig
 XORG_CAT=	app
 USE_XORG=	x11 xft xkbfile xmu xrender xt xaw
 
-BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
-
 .include <bsd.port.mk>

Modified: head/x11/xload/Makefile
==============================================================================
--- head/x11/xload/Makefile	Sun Jun 30 09:59:14 2019	(r505414)
+++ head/x11/xload/Makefile	Sun Jun 30 10:24:04 2019	(r505415)
@@ -10,8 +10,6 @@ COMMENT=	System load average display for X
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
-
 XORG_CAT=	app
 USE_XORG=	x11 xaw xmu xt
 



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