Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 09:13:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455185 - head/devel/qt5-qmake
Message-ID:  <201711300913.vAU9Dsqj006123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov 30 09:13:54 2017
New Revision: 455185
URL: https://svnweb.freebsd.org/changeset/ports/455185

Log:
  Mark broken on powerpc64.  Apparently this was being worked on upstream
  (see PRs 204923, 201529, 217762) but there has been no action for several
  months.
  
  PR:		219112 (partial)
  Approved by:	portmgr (tier-2 blanket), maintainer timeout

Modified:
  head/devel/qt5-qmake/Makefile

Modified: head/devel/qt5-qmake/Makefile
==============================================================================
--- head/devel/qt5-qmake/Makefile	Thu Nov 30 09:13:32 2017	(r455184)
+++ head/devel/qt5-qmake/Makefile	Thu Nov 30 09:13:54 2017	(r455185)
@@ -33,6 +33,8 @@ TBR_CONFIG=	concurrent|inotify|xlib
 QMAKESPEC=	${WRKSRC}/mkspecs/freebsd-${QMAKE_COMPILER}
 INSTALL_TARGET=	sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs
 
+BROKEN_powerpc64=	fails to compile: error: unrecognized command line option -std=c++11
+
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 
 post-patch:



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