=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for ogre-v1-6-3.tar.bz2 => Checksum RMD160 OK for ogre-v1-6-3.tar.bz2 => Checksum SHA512 OK for ogre-v1-6-3.tar.bz2 ===> Installing dependencies for ogre-1.6.3nb14 ========================================================================== The following variables will affect the build process of this package, ogre-1.6.3nb14. Their current value is shown below: * JPEG_DEFAULT = jpeg Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency imake-[0-9]*: found imake-1.0.8 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.6.0 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency xorgproto>=2016.1: found xorgproto-2019.2nb3 => Build dependency xcb-proto>=1.4: found xcb-proto-1.14 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency zziplib>=0.13.56: found zziplib-0.13.69 => Full dependency devIL>=1.7.8nb13: found devIL-1.7.8nb14 => Full dependency MesaLib>=20.0.1nb1: found MesaLib-20.0.2 => Full dependency libXxf86vm>=1.1.0: found libXxf86vm-1.1.4nb1 => Full dependency glu>=7.11.2: found glu-9.0.1 => Full dependency freetype2>=2.8.1: found freetype2-2.10.1 => Full dependency libXaw>=1.0.5: found libXaw-1.0.13nb1 ===> Overriding tools for ogre-1.6.3nb14 ===> Extracting for ogre-1.6.3nb14 ===> Patching for ogre-1.6.3nb14 => Applying pkgsrc patches for ogre-1.6.3nb14 => Verifying /data/pkgsrc/devel/ogre/patches/patch-OgreMain_include_OgreStringConverter.h => Applying pkgsrc patch /data/pkgsrc/devel/ogre/patches/patch-OgreMain_include_OgreStringConverter.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-OgreMain_include_OgreStringConverter.h,v 1.1 2015/04/21 17:04:25 joerg Exp $ | |--- OgreMain/include/OgreStringConverter.h.orig 2015-04-17 11:25:21.000000000 +0000 |+++ OgreMain/include/OgreStringConverter.h -------------------------- Patching file OgreMain/include/OgreStringConverter.h using Plan A... Hunk #1 succeeded at 80. done => Verifying /data/pkgsrc/devel/ogre/patches/patch-OgreMain_src_OgreStringConverter.cpp => Applying pkgsrc patch /data/pkgsrc/devel/ogre/patches/patch-OgreMain_src_OgreStringConverter.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-OgreMain_src_OgreStringConverter.cpp,v 1.1 2015/04/21 17:04:25 joerg Exp $ | |--- OgreMain/src/OgreStringConverter.cpp.orig 2015-04-17 11:32:19.000000000 +0000 |+++ OgreMain/src/OgreStringConverter.cpp -------------------------- Patching file OgreMain/src/OgreStringConverter.cpp using Plan A... Hunk #1 succeeded at 64. Hunk #2 succeeded at 76. Hunk #3 succeeded at 87. Hunk #4 succeeded at 99. done => Verifying /data/pkgsrc/devel/ogre/patches/patch-aa => Applying pkgsrc patch /data/pkgsrc/devel/ogre/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.3 2010/08/30 20:30:28 wiz Exp $ | |--- configure.orig 2009-07-26 10:31:54.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 23623. Hunk #2 succeeded at 25740. Hunk #3 succeeded at 25826. Hunk #4 succeeded at 26709. Hunk #5 succeeded at 29361. Hunk #6 succeeded at 29375. done ===> Creating toolchain wrappers for ogre-1.6.3nb14 ===> Configuring for ogre-1.6.3nb14 => Generating pkg-config files for builtin xz package. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure.in:276: test "x$no_ft" == "xyes" && ft_detected=no ERROR: [check-portability.awk] configure.in:290: test "x$build_ogre_demos" == "xyes" && \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /data/pkgsrc/devel/ogre *** Error code 1 Stop. make: stopped in /data/pkgsrc/devel/ogre