Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Koop Mast
On Sat, 2013-01-26 at 18:40 -0600, ajtiM wrote: On Saturday 26 January 2013 14:55:06 Joseph A. Nagy, Jr wrote: On 01/26/13 13:56, Robert Huff wrote: Joseph A. Nagy, Jr writes: On 01/26/13 12:00, Rainer Hurling wrote: ../tools/gobj2dot.rb .. | /usr/local/bin/dot png

Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Rainer Hurling
On 27.01.2013 12:38 (UTC+2), Koop Mast wrote: On Sat, 2013-01-26 at 18:40 -0600, ajtiM wrote: On Saturday 26 January 2013 14:55:06 Joseph A. Nagy, Jr wrote: On 01/26/13 13:56, Robert Huff wrote: Joseph A. Nagy, Jr writes: On 01/26/13 12:00, Rainer Hurling wrote: ../tools/gobj2dot.rb ..

Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Mike Harding
graphviz was just updated, and no longer, apparently, contains a library called 'libgraph', it's now, as far as I can tell, called 'libcgraph', so the LIB_DEPENDS in the gegl makefile needs to start with 'cgraph' On Sun, Jan 27, 2013 at 4:36 AM, Rainer Hurling rhur...@gwdg.de wrote: On

Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Mike Harding
Oh, and link against it as well, obviously. Looks like it links against the old lib now: ... CC gegl-visitable.lo CCLD libgraph.la gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/gegl/graph' ... On Sun, Jan 27, 2013 at 7:21 AM, Mike Harding mvhard...@gmail.com

Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Koop Mast
On Sun, 2013-01-27 at 07:21 -0800, Mike Harding wrote: graphviz was just updated, and no longer, apparently, contains a library called 'libgraph', it's now, as far as I can tell, called 'libcgraph', so the LIB_DEPENDS in the gegl makefile needs to start with 'cgraph' Committed both

graphics/gegl 0.1.8 does not build

2013-01-26 Thread Rainer Hurling
Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or gcc), I get the following breakage: [..snip..] GEGL_SWAP=RAM GEGL_PATH=../operations \ ../tools/introspect class-hierarchy.html mkdir -p images ../tools/gobj2dot.rb .. | /usr/local/bin/dot png images/inheritance.png Error:

Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Rainer Hurling
Sorry for answering myself. (more below, please) On 26.01.2013 16:38 (UTC+2), Rainer Hurling wrote: Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or gcc), I get the following breakage: [..snip..] GEGL_SWAP=RAM GEGL_PATH=../operations \ ../tools/introspect

Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr
On 01/26/13 12:00, Rainer Hurling wrote: Sorry for answering myself. (more below, please) On 26.01.2013 16:38 (UTC+2), Rainer Hurling wrote: Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or gcc), I get the following breakage: [..snip..] GEGL_SWAP=RAM

Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Robert Huff
Joseph A. Nagy, Jr writes: On 01/26/13 12:00, Rainer Hurling wrote: ../tools/gobj2dot.rb .. | /usr/local/bin/dot png images/inheritance.png Error: dot: can't open png Failed to parse ../operations/workshop/max-rgb.c, probably invalid utf8 gmake[3]: *** [images/inheritance.png]

Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr
On 01/26/13 13:56, Robert Huff wrote: Joseph A. Nagy, Jr writes: On 01/26/13 12:00, Rainer Hurling wrote: ../tools/gobj2dot.rb .. | /usr/local/bin/dot png images/inheritance.png Error: dot: can't open png Failed to parse ../operations/workshop/max-rgb.c, probably invalid utf8

Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread ajtiM
On Saturday 26 January 2013 14:55:06 Joseph A. Nagy, Jr wrote: On 01/26/13 13:56, Robert Huff wrote: Joseph A. Nagy, Jr writes: On 01/26/13 12:00, Rainer Hurling wrote: ../tools/gobj2dot.rb .. | /usr/local/bin/dot png images/inheritance.png Error: dot: can't open png