Building libboard-0.9.0_1.txz (origin /buildshare/ports/355755/graphics/libboard) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/libboard-0.9.0.tar.gz x packages/ x packages/gmake-3.82_1.txz x packages/cmake-2.8.12.1_4.txz x packages/pkg-1.2.7_2.txz x packages/png-1.5.18.txz x packages/perl5-5.16.3_10.txz x packages/tmake-1.13.txz x packages/gettext-0.18.3.1_1.txz x packages/bison-2.7.1,1.txz x packages/cmake-modules-2.8.12.1_1.txz x packages/m4-1.4.17_1,1.txz x packages/doxygen-1.8.3.1_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> libboard-0.9.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libboard-0.9.0_1 ===> libboard-0.9.0_1 depends on executable: doxygen - not found ===> Verifying install for doxygen in /buildshare/ports/355755/devel/doxygen ===> Installing existing package /packages/doxygen-1.8.3.1_1.txz Installing doxygen-1.8.3.1_1...Installing perl5-5.16.3_10... done Installing png-1.5.18... done done ===> Returning to build of libboard-0.9.0_1 ===> libboard-0.9.0_1 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1...Installing gettext-0.18.3.1_1... done done ===> Returning to build of libboard-0.9.0_1 Make install ===> License LGPL3 accepted by the user ===> libboard-0.9.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libboard-0.9.0_1 for building ===> Extracting for libboard-0.9.0_1 => SHA256 Checksum OK for libboard-0.9.0.tar.gz. ===> Patching for libboard-0.9.0_1 ===> Applying FreeBSD patches for libboard-0.9.0_1 ===> libboard-0.9.0_1 depends on executable: doxygen - found ===> libboard-0.9.0_1 depends on executable: gmake - found ===> Configuring for libboard-0.9.0_1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0/configure /usr/bin/sed -i.bak -e 's|-O3|-O2 -pipe -fno-strict-aliasing -fPIC|' /obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0/configure Looking for doxygen...Found Looking for gzip...FreeBSD gzip 20111009 Found Creating Makefile...done. Possible commands are: make make install (Will install in /usr/local/include and /usr/local/lib ) make doc make install-doc (Will install in /usr/local/share/doc/libboard) ===> Building for libboard-0.9.0_1 gmake[1]: Entering directory `/obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0' c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Board.o src/Board.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Transforms.o src/Transforms.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Path.o src/Path.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Shapes.o src/Shapes.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/ShapeList.o src/ShapeList.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Rect.o src/Rect.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Color.o src/Color.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/Tools.o src/Tools.cpp c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -c -o obj/PSFonts.o src/PSFonts.cpp rm -f lib/libboard.a ar rsv lib/libboard.a obj/Board.o obj/Transforms.o obj/Path.o obj/Shapes.o obj/ShapeList.o obj/Rect.o obj/Color.o obj/Tools.o obj/PSFonts.o ar: warning: creating lib/libboard.a a - obj/Board.o a - obj/Transforms.o a - obj/Path.o a - obj/Shapes.o a - obj/ShapeList.o a - obj/Rect.o a - obj/Color.o a - obj/Tools.o a - obj/PSFonts.o chmod 644 lib/libboard.a rm -f lib/libboard.so c++ -o lib/libboard.so -shared obj/Board.o obj/Transforms.o obj/Path.o obj/Shapes.o obj/ShapeList.o obj/Rect.o obj/Color.o obj/Tools.o obj/PSFonts.o chmod 755 lib/libboard.so c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/example1 examples/example1.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/example2 examples/example2.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/example3 examples/example3.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/example4 examples/example4.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/arithmetic examples/arithmetic.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/arrows examples/arrows.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/ellipse examples/ellipse.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/koch examples/koch.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/logo examples/logo.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/graph examples/graph.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/ruler examples/ruler.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/clipping examples/clipping.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/flag examples/flag.cpp lib/libboard.a c++ -O2 -pipe -fno-strict-aliasing -fPIC -ansi -pedantic -Wall -W -I./include -o bin/scale_ellipse examples/scale_ellipse.cpp lib/libboard.a gmake[1]: Leaving directory `/obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0' ===> Staging for libboard-0.9.0_1 ===> Generating temporary packing list gmake[1]: Entering directory `/obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0' install -d /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib chmod 755 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib cp lib/libboard.so /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib ; chmod 755 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib/libboard.so cp lib/libboard.a /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib ; chmod 644 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib/libboard.a install -d /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/board cp include/Board.h /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/ cp include/board/*.h /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/board cp include/board/*.ih /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/board chmod 755 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/board chmod 644 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/Board.h chmod 644 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/include/board/*.h gmake[1]: Leaving directory `/obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0' /bin/mv /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib/libboard.so /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib/libboard.so.0 /bin/ln -sf libboard.so.0 /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/lib/libboard.so /bin/mkdir -p /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/doc/libboard cd /obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0/doc/html/ && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- . /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/doc/libboard/ /bin/rm -rf /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/doc/libboard/.svn /bin/mkdir -p /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/examples/libboard cd /obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0/examples/ && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- . /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/examples/libboard/ cd /obj/buildshare/ports/355755/graphics/libboard/work/libboard-0.9.0/bin/ && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 555 $1/{} \;' -- . /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/examples/libboard/ /bin/rm -rf /obj/buildshare/ports/355755/graphics/libboard/work/stage/usr/local/share/examples/libboard/.svn ====> Compressing man pages (compress-man) ===> Installing for libboard-0.9.0_1 ===> Checking if graphics/libboard already installed ===> Registering installation for libboard-0.9.0_1 Installing libboard-0.9.0_1... done Make package ===> Building package for libboard-0.9.0_1 slot1: removed