Created attachment 170392 [details] shar archive This package has been abandoned on SourceForge, but then recently revived on github. It is used in Ring softphone.
Created attachment 170554 [details] shar archive
On 11a: mv -f .deps/libdbus_c___1_la-introspection.Tpo .deps/libdbus_c___1_la-introspection.Plo pipe.cpp:73:15: error: return type of out-of-line definition of 'DBus::Pipe::read' differs from that in the declaration ssize_t Pipe::read(void *buffer, unsigned int &nbytes) ~~~~~~~ ^ ../include/dbus-c++/pipe.h:47:11: note: previous declaration is here
Created attachment 170765 [details] Fixed compile on 11
A commit references this bug: Author: pi Date: Sat May 28 20:29:15 UTC 2016 New revision: 416068 URL: https://svnweb.freebsd.org/changeset/ports/416068 Log: New port: devel/dbus-c++ dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop. WWW: https://github.com/andreas-volz/dbus-cplusplus/ WWW: https://sourceforge.net/projects/dbus-cplusplus/ PR: 209572 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/devel/Makefile head/devel/dbus-c++/ head/devel/dbus-c++/Makefile head/devel/dbus-c++/distinfo head/devel/dbus-c++/files/ head/devel/dbus-c++/files/patch-include_dbus-c++_pipe.h head/devel/dbus-c++/pkg-descr head/devel/dbus-c++/pkg-plist
testbuilds on 11a, 10.3a+i fine, 9.3 is marked BROKEN. Committed, thanks!