svn commit: r425667 - head/devel/qtcreator

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:03:41 UTC 2016


Author: linimon
Date: Tue Nov  8 03:03:40 2016
New Revision: 425667
URL: https://svnweb.freebsd.org/changeset/ports/425667

Log:
  Mark broken on arm64: invokes x86 asm.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/qtcreator/Makefile

Modified: head/devel/qtcreator/Makefile
==============================================================================
--- head/devel/qtcreator/Makefile	Tue Nov  8 02:57:06 2016	(r425666)
+++ head/devel/qtcreator/Makefile	Tue Nov  8 03:03:40 2016	(r425667)
@@ -37,6 +37,8 @@ QMAKE_ARGS+=	DEFINES+=_GLIBCXX_USE_C99
 DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
 		"${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
 
+BROKEN_arm64=		fails to build: invokes x86 asm
+
 OPTIONS_DEFINE=		DOCS EXAMPLES
 DOCS_DESC=		Install the Qt5 api documentation
 DOCS_USE=		QT5=doc_run
@@ -68,5 +70,4 @@ pre-configure:
 # See QTBUG-40825 and ports bugs 194088, 195105 and 198720.
 	${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache
 
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list