svn commit: r422441 - head/devel/qmake5

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 13:34:08 UTC 2016


Author: linimon
Date: Mon Sep 19 13:34:07 2016
New Revision: 422441
URL: https://svnweb.freebsd.org/changeset/ports/422441

Log:
  Mark as broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/qmake5/Makefile

Modified: head/devel/qmake5/Makefile
==============================================================================
--- head/devel/qmake5/Makefile	Mon Sep 19 13:28:32 2016	(r422440)
+++ head/devel/qmake5/Makefile	Mon Sep 19 13:34:07 2016	(r422441)
@@ -29,6 +29,8 @@ TBR_CONFIG=	concurrent|inotify|xlib
 QMAKESPEC=	${WRKSRC}/mkspecs/freebsd-${QMAKE_COMPILER}
 INSTALL_TARGET=	install_qmake install_mkspecs
 
+BROKEN_sparc64=		Fails to build: internal compiler error
+
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 
 post-patch:


More information about the svn-ports-head mailing list