From owner-svn-ports-head@freebsd.org Wed Jul 8 05:35:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 275AF995412; Wed, 8 Jul 2015 05:35:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E956F1B9B; Wed, 8 Jul 2015 05:35:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t685ZHl1084441; Wed, 8 Jul 2015 05:35:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t685ZH7u084439; Wed, 8 Jul 2015 05:35:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507080535.t685ZH7u084439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 8 Jul 2015 05:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391545 - in head/graphics/copperspice: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 05:35:18 -0000 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