Date: Wed, 8 Jul 2015 05:35:17 +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: r391545 - in head/graphics/copperspice: . files Message-ID: <201507080535.t685ZH7u084439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Jul 8 05:35:16 2015 New Revision: 391545 URL: https://svnweb.freebsd.org/changeset/ports/391545 Log: graphics/copperspice: Upgrade version 1.03 => 1.04 (Unbreak F10 !i386) Upstream made an attempt to make copperspice jobs safe. They got closer but no cigar yet. The new version did built in poudriere for me (F10/amd64) so I am unbreaking !F(8|9). I will check i386 and F9 and lower and remove BROKEN if/as they pass. Without multijob support these builds take hours (> 4 on dedicated machine, > 11 on bulk build) Deleted: head/graphics/copperspice/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_TypeTraits.h head/graphics/copperspice/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_TypeTraits.h Modified: head/graphics/copperspice/Makefile head/graphics/copperspice/distinfo Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Wed Jul 8 03:11:28 2015 (r391544) +++ head/graphics/copperspice/Makefile Wed Jul 8 05:35:16 2015 (r391545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= copperspice -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= graphics MASTER_SITES= http://download.copperspice.com/copperspice/source/ @@ -11,8 +11,6 @@ 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 Modified: head/graphics/copperspice/distinfo ============================================================================== --- head/graphics/copperspice/distinfo Wed Jul 8 03:11:28 2015 (r391544) +++ head/graphics/copperspice/distinfo Wed Jul 8 05:35:16 2015 (r391545) @@ -1,2 +1,2 @@ -SHA256 (copperspice-1.0.3.tar.bz2) = 274dd9072bb7d53e6367b472c0a9f4a56feb076442c9ff5ae2e7a4c74a399889 -SIZE (copperspice-1.0.3.tar.bz2) = 15341523 +SHA256 (copperspice-1.0.4.tar.bz2) = b4ce66b7a80dfc15ca94abb90da7d4bbb18f4884f3c5d89c1a4425a9c675bfc5 +SIZE (copperspice-1.0.4.tar.bz2) = 15348145
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507080535.t685ZH7u084439>