svn commit: r391980 - head/graphics/copperspice

John Marino marino at FreeBSD.org
Tue Jul 14 10:59:19 UTC 2015


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\


More information about the svn-ports-all mailing list