svn commit: r474130 - head/x11-toolkits/qtermwidget

Jesper Schmitz Mouridsen jsm at FreeBSD.org
Sat Jul 7 19:36:05 UTC 2018


Author: jsm
Date: Sat Jul  7 19:36:04 2018
New Revision: 474130
URL: https://svnweb.freebsd.org/changeset/ports/474130

Log:
  x11-toolkits/qtermwidget is not broken on armv6 armv7 or aarch64
  
  PR:	229455
  Approved by:	swills (mentor)
  Differential Revision: https://reviews.freebsd.org/D16173

Modified:
  head/x11-toolkits/qtermwidget/Makefile

Modified: head/x11-toolkits/qtermwidget/Makefile
==============================================================================
--- head/x11-toolkits/qtermwidget/Makefile	Sat Jul  7 19:27:06 2018	(r474129)
+++ head/x11-toolkits/qtermwidget/Makefile	Sat Jul  7 19:36:04 2018	(r474130)
@@ -11,14 +11,10 @@ COMMENT=	Terminal widget for QTerminal
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
-BROKEN_armv6=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
-BROKEN_armv7=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
-
 USES=	cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
 	pkgconfig qt:5 tar:xz
 USE_LDCONFIG=	yes
 USE_QT=		buildtools_build core gui qmake_build linguisttools widgets
 USE_LXQT=	buildtools
-CMAKE_ARGS+=    -DQTERMWIDGET_USE_UTEMPTER=ON
+CMAKE_ARGS+=	-DQTERMWIDGET_USE_UTEMPTER=ON
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list