From owner-svn-ports-head@freebsd.org Mon Feb 5 00:14:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C323EDEFC5; Mon, 5 Feb 2018 00:14:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0AC778F6E; Mon, 5 Feb 2018 00:14:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B948116C78; Mon, 5 Feb 2018 00:14:54 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r460055 - in head: audio/ardour audio/ardour/files devel/guikachu References: <201801262216.w0QMGBJN035998@repo.freebsd.org> Date: Mon, 05 Feb 2018 01:14:50 +0100 In-Reply-To: <201801262216.w0QMGBJN035998@repo.freebsd.org> (Alexey Dokuchaev's message of "Fri, 26 Jan 2018 22:16:11 +0000 (UTC)") Message-ID: <8tc8-gumd-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 05 Feb 2018 00:14:55 -0000 Alexey Dokuchaev writes: > Author: danfe > Date: Fri Jan 26 22:16:11 2018 > New Revision: 460055 > URL: https://svnweb.freebsd.org/changeset/ports/460055 > > Log: > Attempt to unbreak and undeprecate (chase libsigc++20 update) > > Modified: > head/audio/ardour/Makefile > head/audio/ardour/files/patch-SConstruct > head/devel/guikachu/Makefile > > Modified: head/audio/ardour/Makefile > ============================================================================== > --- head/audio/ardour/Makefile Fri Jan 26 21:56:10 2018 (r460054) > +++ head/audio/ardour/Makefile Fri Jan 26 22:16:11 2018 (r460055) > @@ -13,10 +13,6 @@ COMMENT= Multichannel digital audio workstation > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > > -BROKEN= fails to build > -DEPRECATED= Broken for more than 6 months > -EXPIRATION_DATE= 2018-01-27 Still fails to build. Maybe restore deprecation. In file included from libs/gtkmm2ext/gtk_ui.cc:29: In file included from /usr/local/include/gtkmm-2.4/gtkmm.h:87: In file included from /usr/local/include/glibmm-2.4/glibmm.h:89: In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50: In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104: In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8: In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27: /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:147:14: error: cannot initialize return object of type 'bool' with an rvalue of type 'typename deduce_result_type<_GdkEventAny *const &>::type' (aka 'void') return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:155:38: note: in instantiation of member function 'sigc::internal::slot_call1, Gtk::Window *>, bool, _GdkEventAny *>::call_it' requested here { return reinterpret_cast(&call_it); } ^ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:657:83: note: in instantiation of member function 'sigc::internal::slot_call1, Gtk::Window *>, bool, _GdkEventAny *>::address' requested here slot_base::rep_->call_ = internal::slot_call1::address(); ^ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:1821:7: note: in instantiation of function template specialization 'sigc::slot1::slot1, Gtk::Window *> >' requested here : parent_type(_A_func) {} ^ libs/gtkmm2ext/gtk_ui.cc:103:41: note: in instantiation of function template specialization 'sigc::slot::slot, Gtk::Window *> >' requested here errors->signal_delete_event().connect (bind (sigc::ptr_fun (just_hide_it), (Window *) errors)); ^ http://beefy6.nyi.freebsd.org/data/103amd64-default/460860/logs/errors/ardour-2.8.16_9.log http://beefy5.nyi.freebsd.org/data/103i386-default/460860/logs/errors/ardour-2.8.16_9.log http://beefy9.nyi.freebsd.org/data/111amd64-default/460860/logs/errors/ardour-2.8.16_9.log http://beefy10.nyi.freebsd.org/data/111i386-default/460860/logs/errors/ardour-2.8.16_9.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p460860_s328835/logs/ardour-2.8.16_9.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p460860_s328835/logs/ardour-2.8.16_9.log > Modified: head/devel/guikachu/Makefile > ============================================================================== > --- head/devel/guikachu/Makefile Fri Jan 26 21:56:10 2018 (r460054) > +++ head/devel/guikachu/Makefile Fri Jan 26 22:16:11 2018 (r460055) > @@ -9,16 +9,14 @@ CATEGORIES= devel palm gnome > MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/ > > MAINTAINER= ports@FreeBSD.org > -COMMENT= Resource editor for PalmOS(tm) systems > +COMMENT= Resource editor for PalmOS systems > > LIB_DEPENDS= libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 \ > libgnomevfsmm-2.6.so:devel/gnome-vfsmm > > -BROKEN= fails to build: ustring.h: expected ';' at end of declaration list > -DEPRECATED= Broken for more than 6 months > -EXPIRATION_DATE= 2018-01-27 Still fails to build. Maybe restore deprecation. In file included from resizeable.cc:19: ./resizeable.h:23:10: fatal error: 'sigc++/object.h' file not found #include ^~~~~~~~~~~~~~~~~ http://beefy6.nyi.freebsd.org/data/103amd64-default/460860/logs/errors/guikachu-1.5.10_7,3.log http://beefy5.nyi.freebsd.org/data/103i386-default/460860/logs/errors/guikachu-1.5.10_7,3.log http://beefy9.nyi.freebsd.org/data/111amd64-default/460860/logs/errors/guikachu-1.5.10_7,3.log http://beefy10.nyi.freebsd.org/data/111i386-default/460860/logs/errors/guikachu-1.5.10_7,3.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p460860_s328835/logs/errors/guikachu-1.5.10_7,3.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p460860_s328835/logs/errors/guikachu-1.5.10_7,3.log