Date: Mon, 05 Feb 2018 01:14:50 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> 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 Message-ID: <8tc8-gumd-wny@FreeBSD.org> In-Reply-To: <201801262216.w0QMGBJN035998@repo.freebsd.org> (Alexey Dokuchaev's message of "Fri, 26 Jan 2018 22:16:11 %2B0000 (UTC)") References: <201801262216.w0QMGBJN035998@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Dokuchaev <danfe@FreeBSD.org> 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<type_trait_take_t<T_arg1>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:155:38: note: in instantiation of member function 'sigc::internal::slot_call1<std::__1::__bind<sigc::pointer_functor2<_GdkEventAny *, Gtk::Window *, bool>, Gtk::Window *>, bool, _GdkEventAny *>::call_it' requested here { return reinterpret_cast<hook>(&call_it); } ^ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:657:83: note: in instantiation of member function 'sigc::internal::slot_call1<std::__1::__bind<sigc::pointer_functor2<_GdkEventAny *, Gtk::Window *, bool>, Gtk::Window *>, bool, _GdkEventAny *>::address' requested here slot_base::rep_->call_ = internal::slot_call1<T_functor, T_return, T_arg1>::address(); ^ /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:1821:7: note: in instantiation of function template specialization 'sigc::slot1<bool, _GdkEventAny *>::slot1<std::__1::__bind<sigc::pointer_functor2<_GdkEventAny *, Gtk::Window *, bool>, Gtk::Window *> >' requested here : parent_type(_A_func) {} ^ libs/gtkmm2ext/gtk_ui.cc:103:41: note: in instantiation of function template specialization 'sigc::slot<bool, _GdkEventAny *, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot<std::__1::__bind<sigc::pointer_functor2<_GdkEventAny *, Gtk::Window *, bool>, 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 <sigc++/object.h> ^~~~~~~~~~~~~~~~~ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8tc8-gumd-wny>