I have had problems rebuilding both these packages. In the case of gegl, I get the following errors: CC svg_load_la-svg-load.lo CCLD svg-load.la /bin/sed: can't read /usr/lib/libpng12.la: No such file or directory libtool: link: `/usr/lib/libpng12.la' is not a valid libtool archive ...... make[3]: *** [svg-load.la] Error 1 make[3]: Leaving directory `/usr/ports/opt/gegl/work/src/gegl-0.1.2/operations/external' The problem is that svg-load.la refers to both libpng12 (no longer present) and the current libpng14. I don't know why, as there is no reference to libpng12 in any of the makefiles or in config. I was able to work around this by creating temporary links (libpng12.la and libpng12.so) to libpng14.la and libpng14.so. Gegl could then be built and the gimp seems to work with this gegl. In the case of pypanel, the problem is with the built-in setup.py script, which fails to find python-xlib (it's actually in /usr/lib/python2.6/site-packages/). I can't fix this as I know absolutely nothing about python. Any help would be appreciated. -- Hazel Russman <hazel_russman@yahoo.co.uk>