On Wed, Mar 09, 2011 at 09:58:39AM +0100, David Coppa wrote: > On Wed, Mar 9, 2011 at 9:13 AM, Landry Breuil <lan...@openbsd.org> wrote: > > > This went in a bulk build without fallouts, except awesome : > > > > Scanning dependencies of target generated_icons > > make -f CMakeFiles/generated_icons.dir/build.make > > CMakeFiles/generated_icons.dir/build > > make: don't know how to make > > themes/default/titlebar/maximized_normal_active.png. Stop in > > /usr/obj/ports/awesome-3.4.9/awesome-3.4.9. > > Yes, I'm aware of this. It wants this patch from upstream git: > > http://git.naquadah.org/?p=awesome.git;a=commit;h=8b6adbffead83c9d77c493174d0f5b6a97f2a9e9 > > > Minor thing.. are you sure of the shuffling of > > TK_LIBRARY_VERSION/TCL_LIBRARY_VERSION you're doing in > > patch-Modules_FindTCL_cmake ? There might be a reason for upstream to do > > that, so that part should be discussed with them. > > Probably my fault when I've merged preexisting patches: I'll have a > look at it asap. > > Btw, is lib-depends-check for qgis happy?
It looks like qgis is broken too due to cmake update.. At link time i get missing libcms symbols from libmng, which is not linked against it : /usr/local/lib/libmng.so.3.1: undefined reference to `cmsOpenProfileFromMem' So maybe something changed in cmake that cause this, as i've built qgis without issue with the previous cmake. Landry