On 2019/03/03 14:45, Stefan Sperling wrote: > Attached is a port of libdbus-c++. > > I need this for an upcoming port of TextSuggest, which I'll mail out > soon, too. > > OK? >
Please start from SHARED_LIBS = dbus-c++-1 0.0 ..mostly so we can see that the version number is properly under control of ports infrastructure. And please add COMPILER = base-clang ports-gcc base-gcc so that it's built against the same C++ standard library as other ports (this is generally needed for all C++ ports unless there are special circumstances, mostly things on the path to building ports-gcc). Otherwise OK.
