On Tue, Dec 23, 2014 at 05:01:43PM +0100, David Coppa wrote:
> On Fri, Dec 19, 2014 at 9:17 PM, Landry Breuil <lan...@openbsd.org> wrote:
> > On Thu, Dec 18, 2014 at 09:07:40PM +0100, Landry Breuil wrote:
> >> On Thu, Dec 18, 2014 at 11:18:59AM +0100, David Coppa wrote:
> >> > On Mon, Dec 15, 2014 at 9:55 PM, Matthieu Herrb <matth...@herrb.eu> 
> >> > wrote:
> >> > > On Mon, Dec 15, 2014 at 04:32:47AM -0700, David Coppa wrote:
> >> > >>
> >> > >> Hi all!
> >> > >>
> >> > >> An update to freetype-2.5.4, released on 2014-12-06.
> >> > >>
> >> > >> This release also contains a fix for vulnerability CVE-2014-2240
> >> > >> in the CFF driver.
> >> > >>
> >> > >> abi-compliance-checker reported 2.5.4 as being incompatible with
> >> > >> 2.5.3, thus I've bumped shlib's major.
> >> > >>
> >> > >> Tested in a full xenocara build.
> >> > >> It would be nice to have it in a ports bulk build...
> >> > >>
> >> > > Given that it doesn't break ports, ok matthieu@
> >> >
> >> > So, please put it in a bulk build...
> >>
> >> Starting a cmake/freetype bulk in a few.
> >
> > Not many failures, but without x265 that takes a good chunk of the tree..
> 
> Here's a new revision of the cmake-3.1's diff.
> 
> Kudos to Brad King, responsive and very fast!
> http://public.kitware.com/Bug/view.php?id=15325
> 
> Also, since we're here, can you put the update to ninja-1.5.3 into the bulk?

So, failures this time:

devel/ipython:
Could not import extension matplotlib.sphinxext.mathmpl (exception: No module 
named six)

(that one looks totally unrelated to cmake, probably some py-six changes
around..)

graphics/asymptote: (that one also looks unrelated, and its always been
failing randomly)
../base/plain_shipout.asy: 82.10: runtime: Stack overflow or
segmentation fault: rerun with -nothreads
Abort trap (core dumped) 
Makefile:41: recipe for target 'secondaryaxis.pdf' failed

x11/kde4/kscd + net/ktorrent-kde4 + x11/kde4/marble share th same failure:

CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:112
(elseif):
  given arguments:

    "VERSION_LESS" "3.1"

  Unknown arguments specified
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPkgConfig.cmake:501 
(_pkgconfig_parse_options)
  /usr/local/share/cmake/Modules/FindLCMS.cmake:24 (pkg_check_modules)
  /usr/local/share/cmake/Modules/Qt4ConfigDependentSettings.cmake:37 (include)
  /usr/local/share/cmake/Modules/FindQt4.cmake:1198 (include)
  CMakeLists.txt:5 (find_package)

x11/kde/kdeedu3:
kalzium.all_cpp.o(.text+0x3a5f): In function
`DetailedInfoDlg::addHTMLTab(QString const&, QString const&, QString
const&)': : undefined reference to `KHTMLPart::KHTMLPart(QWidget*, char const*,
QObject*, char const*, KHTMLPart::GUIProfile)'
collect2: ld returned 1 exit status
Makefile:598: recipe for target 'kalzium' failed

(an unrelated fluke ?)

editors/nvi:
Scanning dependencies of target headers
/usr/bin/make -f CMakeFiles/headers.dir/build.make CMakeFiles/headers.dir/build
make: don't know how to make /usr/obj/mfs/nvi-2.1.2/nvi-2.1.2/cl/extern.h 
(prerequisite of: CMakeFiles/headers)
Stop in .

graphics/blender:

/usr/obj/mfs/blender-2.72b/blender-2.72b/source/blender/blenfont/intern/blf_glyph.c:
 In function 'blf_
glyph_add':
/usr/obj/mfs/blender-2.72b/blender-2.72b/source/blender/blenfont/intern/blf_glyph.c:265:19:
 error: con
version to 'int' from 'unsigned int' may change the sign of the result 
[-Werror=sign-conversion]
  g->width = bitmap.width;
                   ^
/usr/obj/mfs/blender-2.72b/blender-2.72b/source/blender/blenfont/intern/blf_glyph.c:266:20:
 error: conversion to 'int' from 'unsigned int' may change the sign of the 
result [-Werror=sign-conversion]
  g->height = bitmap.rows;
                    ^
cc1: some warnings being treated as errors

(cmake puts more warnings or -Werror ?)

Landry

Reply via email to