=> Bootstrap dependency digest>=20010302: found digest-20121220 => Bootstrap dependency fetch-[0-9]*: found fetch-1.8nb1 => Checksum SHA1 OK for openmsx-0.9.0.tar.gz => Checksum RMD160 OK for openmsx-0.9.0.tar.gz ===> Installing dependencies for openmsx-0.9.0nb1 ========================================================================== The following variables will affect the build process of this package, openmsx-0.9.0nb1. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 27 Based on these variables, the following variables have been set: * PYPACKAGE = python27 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency nbpatch-[0-9]*: found nbpatch-20100124 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency dri2proto>=2.0: found dri2proto-2.8 => Build dependency glproto>=1.4.6: found glproto-1.4.16 => Build dependency damageproto>=1.1.0: found damageproto-1.2.1 => Build dependency xproto>=7.0.9: found xproto-7.0.24nb1 => Build dependency fixesproto>=3.0.0: found fixesproto-5.0 => Build dependency xextproto>=7.0: found xextproto-7.2.1 => Build dependency inputproto>=1.4: found inputproto-2.3 => Build dependency kbproto>=1.0.2: found kbproto-1.0.6 => Build dependency xcb-proto>=1.4: found xcb-proto-1.8 => Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3.1 => Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.1 => Build dependency renderproto>=0.9.3nb1: found renderproto-0.11.1 => Build dependency randrproto>=1.2.0: found randrproto-1.4.0 => Full dependency libao-[a-z]*-[0-9]*: found libao-pulse-1.1.0nb7 => Full dependency libao>=1.0.0: found libao-1.1.0 => Full dependency SDL>=1.2.10: found SDL-1.2.15nb7 => Full dependency SDL_ttf>=2.0.10nb1: found SDL_ttf-2.0.11nb1 => Full dependency zlib>=1.2.3: found zlib-1.2.7 => Full dependency glew>=1.3.4: found glew-1.9.0 => Full dependency SDL_image>=1.2.12: found SDL_image-1.2.12nb4 => Full dependency png>=1.6.0nb1: found png-1.6.2 => Full dependency python27>=2.7.1nb2: found python27-2.7.4 => Full dependency tcl>=8.5.7: found tcl-8.5.13 => Full dependency libogg>=1.1.2nb1: found libogg-1.3.0 => Full dependency libtheora>=1.0alpha3nb1: found libtheora-1.1.1nb2 => Full dependency libxml2>=2.8.0nb2: found libxml2-2.9.0nb3 ===> Overriding tools for openmsx-0.9.0nb1 ===> Extracting for openmsx-0.9.0nb1 /bin/cp /tmp/pkgsrc/emulators/openmsx/work/openmsx-0.9.0/build/platform-freebsd.mk /tmp/pkgsrc/emulators/openmsx/work/openmsx-0.9.0/build/platform-dragonfly.mk /bin/chmod 644 /tmp/pkgsrc/emulators/openmsx/work/openmsx-0.9.0/share/extensions/debugdevice/hardwareconfig.xml /bin/chmod 644 /tmp/pkgsrc/emulators/openmsx/work/openmsx-0.9.0/share/extensions/gfx9000/hardwareconfig.xml ===> Patching for openmsx-0.9.0nb1 => Applying pkgsrc patches for openmsx-0.9.0nb1 => Verifying /usr/pkgsrc/emulators/openmsx/patches/patch-build_detectsys.py => Applying pkgsrc patch /usr/pkgsrc/emulators/openmsx/patches/patch-build_detectsys.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_detectsys.py,v 1.1 2012/08/26 09:07:23 marino Exp $ | |Set os to "dragonfly" when built on "DragonFly" | |--- build/detectsys.py.orig 2012-08-12 12:29:37.000000000 +0000 |+++ build/detectsys.py -------------------------- Patching file build/detectsys.py using Plan A... Hunk #1 succeeded at 58. done => Verifying /usr/pkgsrc/emulators/openmsx/patches/patch-build_libraries.py => Applying pkgsrc patch /usr/pkgsrc/emulators/openmsx/patches/patch-build_libraries.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_libraries.py,v 1.1 2012/08/27 13:27:33 marino Exp $ | |The library check script is making assumptions about program locations. |The secret is define distroRoot as "None" so that no absolute path is |prepended on the binary. | |freetype-config is tricky because on NetBSD with native X11, it will |not be found at $PREFIX, but rather a X11 path. The wrappers handle |this so use distroRoot=None to let configure search for freetype-config |and find it in the wrapper directories. | |--- build/libraries.py.orig 2012-08-12 12:29:37.000000000 +0000 |+++ build/libraries.py -------------------------- Patching file build/libraries.py using Plan A... Hunk #1 succeeded at 168. done => Verifying /usr/pkgsrc/emulators/openmsx/patches/patch-build_probe.py => Applying pkgsrc patch /usr/pkgsrc/emulators/openmsx/patches/patch-build_probe.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_probe.py,v 1.1 2012/08/26 09:07:23 marino Exp $ | |DragonFly is a BSD whose platform name does not end in "BSD" |Just look for it specifically. | |--- build/probe.py.orig 2012-08-12 12:29:37.000000000 +0000 |+++ build/probe.py -------------------------- Patching file build/probe.py using Plan A... Hunk #1 succeeded at 396. done => Verifying /usr/pkgsrc/emulators/openmsx/patches/patch-build_version.py => Applying pkgsrc patch /usr/pkgsrc/emulators/openmsx/patches/patch-build_version.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_version.py,v 1.1 2012/08/26 09:07:23 marino Exp $ | |Bug caused subversion to run during the make process. This patch is |proposed by upstream. | |--- build/version.py.orig 2012-08-12 12:29:37.000000000 +0000 |+++ build/version.py -------------------------- Patching file build/version.py using Plan A... Hunk #1 succeeded at 50. done => Verifying /usr/pkgsrc/emulators/openmsx/patches/patch-src_video_AviWriter.cc => Applying pkgsrc patch /usr/pkgsrc/emulators/openmsx/patches/patch-src_video_AviWriter.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_video_AviWriter.cc,v 1.1 2012/08/27 13:27:33 marino Exp $ | |NetBSD already has bswap16 defined, so rename this function to avoid |name conflict. | |--- src/video/AviWriter.cc.orig 2012-08-12 12:29:37.000000000 +0000 |+++ src/video/AviWriter.cc -------------------------- Patching file src/video/AviWriter.cc using Plan A... Hunk #1 succeeded at 259. Hunk #2 succeeded at 277. done ===> Creating toolchain wrappers for openmsx-0.9.0nb1 src=/usr/pkg/lib/pkgconfig/fixesproto.pc dst=/tmp/pkgsrc/emulators/openmsx/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /tmp/pkgsrc/emulators/openmsx/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for openmsx-0.9.0nb1 => Checking for portability problems in extracted files Using value of MAKE environment variable: "make". Using Python: /usr/pkg/bin/python2.7 Probing target system... Creating derived/x86_64-linux-opt/config/probed_defs.mk... Creating derived/x86_64-linux-opt/config/systemfuncs.hh... Found libraries: GLEW: version unknown libao: version unknown libogg: version unknown libpng: version 1.6.2 libtheora: version unknown libvorbis: version unknown libxml2: version 2.9.0 OpenGL: version 4.1 SDL: version 1.2.15 SDL_ttf: version 2.0.11 Tcl: headers found, link test failed zlib: version 1.2.7 Components overview: Emulation core: no GL renderer: yes Laserdisc: yes Libao sound driver: yes Customisable options: Install to /opt/openMSX (you can edit these in build/custom.mk) Please install missing libraries and headers and rerun "configure". If the detected libraries differ from what you think is installed on this system, please check the log file: derived/x86_64-linux-opt/config/probe.log