On Wed, Sep 03, 2014 at 08:33:50AM -0600, David Coppa wrote: > > Here we go, this is an update to cmake-3.0.1. > > I already know some ports will break, I just need to know the entity > of the breakage. > Please put it in a bulk so I'll fix the broken ones...
Surprisingly, i saw almost no direct fallout from this. audio/clementine failed on Udisk code: In file included from /usr/obj/mfs/clementine-1.2.1/clementine-1.2.1/src/devices/devicekitlister.cpp:24:0: src/dbus/udisksdevice.h:792:22: error: 'namespace org::freedesktop::UDisks { }' redeclared as different kind of symbol namespace UDisks { ^ In file included from /usr/obj/mfs/clementine-1.2.1/clementine-1.2.1/src/devices/devicekitlister.cpp:23:0: src/dbus/udisks.h:235:45: error: previous declaration of 'typedef class OrgFreedesktopUDisksInterface org::freedesktop::UDisks' typedef ::OrgFreedesktopUDisksInterface UDisks; (maybe related to cmake now thinking we have udev, since it says it's going to build DeviceKit backend ?) and x11/awesome failed on lua detection: CMake Error at awesomeConfig.cmake:185 (message): lua library not found Landry