Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 21:16:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390462 - head/graphics/copperspice
Message-ID:  <201506232116.t5NLG065072924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jun 23 21:16:00 2015
New Revision: 390462
URL: https://svnweb.freebsd.org/changeset/ports/390462

Log:
  graphics/copperspice: Doesn't even build on F10 amd64
  
  I got this building locally but pkg-fallout and amdmi3 both report
  failures across the board.  Mark it broken everywhere.
  
  F10/amd64: QBuffer::_q_emitSignals Unable to register method pointer,
                      verify signal/slot

Modified:
  head/graphics/copperspice/Makefile

Modified: head/graphics/copperspice/Makefile
==============================================================================
--- head/graphics/copperspice/Makefile	Tue Jun 23 20:35:03 2015	(r390461)
+++ head/graphics/copperspice/Makefile	Tue Jun 23 21:16:00 2015	(r390462)
@@ -11,6 +11,8 @@ COMMENT=	Modern cross-platform C++ GUI l
 
 LICENSE=	LGPL21
 
+BROKEN_FreeBSD=	F10 q_emitSignals unable to register method pointer
+
 BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 LIB_DEPENDS=	libaudio.so:${PORTSDIR}/audio/nas \
 		libfreetype.so:${PORTSDIR}/print/freetype2



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