From owner-svn-ports-all@freebsd.org Thu Jul 9 09:39:53 2015 Return-Path: Delivered-To: svn-ports-all@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 3B4049965D6; Thu, 9 Jul 2015 09:39:53 +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 294AC143C; Thu, 9 Jul 2015 09:39:53 +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 t699dr2d035295; Thu, 9 Jul 2015 09:39:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699dqEx035293; Thu, 9 Jul 2015 09:39:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507090939.t699dqEx035293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jul 2015 09:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391623 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 09:39:53 -0000 Author: marino Date: Thu Jul 9 09:39:51 2015 New Revision: 391623 URL: https://svnweb.freebsd.org/changeset/ports/391623 Log: graphics/copperspice: Unbreak amd64 with altered Makefile.in patch I removed what appears to be a macos-only file from being built. I also cleared ccache before rebuilding in poudriere, which succeeded. Hopefully copperspice builds on cluster now (for F10+) Modified: head/graphics/copperspice/Makefile head/graphics/copperspice/files/patch-Makefile.in Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Thu Jul 9 08:54:25 2015 (r391622) +++ head/graphics/copperspice/Makefile Thu Jul 9 09:39:51 2015 (r391623) @@ -40,8 +40,6 @@ PLIST_SUB= SHORT_VER=0 LONG_VER=0.0.0 MAKE_JOBS_UNSAFE= yes WITH_OPENSSL_PORT= yes -BROKEN_amd64= QBuffer::_q_emitSignals Unable to register method\ - pointer, verify signal/slot (qrc_macresources.cpp) BROKEN_FreeBSD_8= error: 'to_string' is not a member of 'std' BROKEN_FreeBSD_9= error: 'to_string' is not a member of 'std' BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ Modified: head/graphics/copperspice/files/patch-Makefile.in ============================================================================== --- head/graphics/copperspice/files/patch-Makefile.in Thu Jul 9 08:54:25 2015 (r391622) +++ head/graphics/copperspice/files/patch-Makefile.in Thu Jul 9 09:39:51 2015 (r391623) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2015-06-11 09:26:06 UTC +--- Makefile.in.orig 2015-07-05 11:31:09 UTC +++ Makefile.in @@ -200,10 +200,10 @@ DIST_COMMON = $(srcdir)/src/tools/uic/Ma @OSTYPE_WIN_TRUE@am__append_19 = -I$(top_srcdir)/mkspecs/win32-g++ @@ -324,15 +324,6 @@ am_lib_libCsCore1_la_OBJECTS = $(am__objects_1) \ src/corelib/animation/lib_libCsCore1_la-qabstractanimation.lo \ src/corelib/animation/lib_libCsCore1_la-qvariantanimation.lo \ -@@ -1676,7 +1665,7 @@ am__lib_libCsGui1_la_SOURCES_DIST = src/ - src/gui/widgets/qmacnativewidget_mac.mm \ - src/gui/widgets/qmainwindowlayout_mac.mm \ - src/gui/widgets/qmenu_mac.mm src/gui/widgets/qmenubar_x11.cpp --@OSTYPE_DARWIN_TRUE@am__objects_19 = src/gui/mac/lib_libCsGui1_la-qrc_macresources.lo -+@OSTYPE_FREEBSD_TRUE@am__objects_19 = src/gui/mac/lib_libCsGui1_la-qrc_macresources.lo - @OSTYPE_WIN_TRUE@am__objects_20 = src/gui/accessible/lib_libCsGui1_la-qaccessible_win.lo - @OSTYPE_LINUX_TRUE@am__objects_21 = src/gui/accessible/lib_libCsGui1_la-qaccessible_unix.lo \ - @OSTYPE_LINUX_TRUE@ src/gui/accessible/lib_libCsGui1_la-qaccessiblebridge.lo @@ -1813,8 +1802,6 @@ am__objects_31 = @OSTYPE_WIN_TRUE@ src/gui/styles/lib_libCsGui1_la-qwindowsvistastyle.lo @X11_TRUE@am__objects_45 = \ @@ -413,7 +404,7 @@ @BUILD_MYSQL_PLUGIN_TRUE@lib_qsqlmysql4_la_DEPENDENCIES = \ @BUILD_MYSQL_PLUGIN_TRUE@ lib/libCsCore1.la lib/libCsSql1.la am__lib_qsqlmysql4_la_SOURCES_DIST = \ -@@ -7689,39 +7651,12 @@ PHONON_HEADERS_INSTALLED = \ +@@ -7697,39 +7659,12 @@ PHONON_HEADERS_INSTALLED = \ @OSTYPE_LINUX_TRUE@lib_phonon_gstreamer_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -no-undefined -module $(GSTREAMER_LIBS) $(GSTREAMER_AUDIO_LIBS) @OSTYPE_LINUX_TRUE@lib_phonon_gstreamer_la_LIBADD = lib/libCsCore1.la lib/libCsGui1.la lib/libCsPhonon1.la @@ -458,7 +449,7 @@ lib_libCsScript1_la_SOURCES = src/script/api/qscriptclass.cpp \ src/script/api/qscriptclasspropertyiterator.cpp \ src/script/api/qscriptcontext.cpp \ -@@ -9649,7 +9584,7 @@ src/corelib/thread/lib_libCsCore1_la-qth +@@ -9661,7 +9596,7 @@ src/corelib/thread/lib_libCsCore1_la-qth src/corelib/thread/lib_libCsCore1_la-qwaitcondition_unix.lo: \ src/corelib/thread/$(am__dirstamp) \ src/corelib/thread/$(DEPDIR)/$(am__dirstamp) @@ -467,7 +458,7 @@ src/corelib/thread/$(am__dirstamp) \ src/corelib/thread/$(DEPDIR)/$(am__dirstamp) src/corelib/tools/$(am__dirstamp): -@@ -15163,7 +15098,7 @@ distclean-compile: +@@ -15175,7 +15110,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qatomic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex_linux.Plo@am__quote@ @@ -476,7 +467,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex_win.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutexpool.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qreadwritelock.Plo@am__quote@ -@@ -18361,12 +18296,12 @@ src/corelib/thread/lib_libCsCore1_la-qwa +@@ -18373,12 +18308,12 @@ src/corelib/thread/lib_libCsCore1_la-qwa @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libCsCore1_la_CXXFLAGS) $(CXXFLAGS) -c -o src/corelib/thread/lib_libCsCore1_la-qwaitcondition_unix.lo `test -f 'src/corelib/thread/qwaitcondition_unix.cpp' || echo '$(srcdir)/'`src/corelib/thread/qwaitcondition_unix.cpp @@ -494,7 +485,7 @@ src/corelib/tools/lib_libCsCore1_la-qarraydata.lo: src/corelib/tools/qarraydata.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libCsCore1_la_CXXFLAGS) $(CXXFLAGS) -MT src/corelib/tools/lib_libCsCore1_la-qarraydata.lo -MD -MP -MF src/corelib/tools/$(DEPDIR)/lib_libCsCore1_la-qarraydata.Tpo -c -o src/corelib/tools/lib_libCsCore1_la-qarraydata.lo `test -f 'src/corelib/tools/qarraydata.cpp' || echo '$(srcdir)/'`src/corelib/tools/qarraydata.cpp -@@ -28974,7 +28909,7 @@ clean-cs: +@@ -28994,7 +28929,7 @@ clean-cs: install-data-hook: webkit-headers mkdir -p $(includedir)