Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 10:59:18 +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: r391980 - head/graphics/copperspice
Message-ID:  <201507141059.t6EAxItb021558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jul 14 10:59:17 2015
New Revision: 391980
URL: https://svnweb.freebsd.org/changeset/ports/391980

Log:
  graphics/copperspice: Mark broken everywhere
  
  On FreeBSD clusters, this won't build (but it builds on my machine)
  On DragonFly, the two removed TypeTrait.h patches are still required
  (apparently this is a gcc thing, clang was happy enough without them)
  Upstream is aware and working on it.
  
  I may change this to BROKEN_FreeBSD when the missing patches are returned.

Modified:
  head/graphics/copperspice/Makefile

Modified: head/graphics/copperspice/Makefile
==============================================================================
--- head/graphics/copperspice/Makefile	Tue Jul 14 10:50:25 2015	(r391979)
+++ head/graphics/copperspice/Makefile	Tue Jul 14 10:59:17 2015	(r391980)
@@ -40,6 +40,7 @@ PLIST_SUB=	SHORT_VER=0 LONG_VER=0.0.0
 MAKE_JOBS_UNSAFE=	yes
 WITH_OPENSSL_PORT=	yes
 
+BROKEN=			upstream notified; removed patches broke DF too
 BROKEN_FreeBSD_8=	PR 193528 (c++11 support is broken)
 BROKEN_FreeBSD_9=	PR 193528 (c++11 support is broken)
 BROKEN_i386=		qx11embed_x11.cpp:470:20: non-constant-expression\



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