=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package spandsp-0.0.6pre12nb1 is missing DESTDIR support. WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for spandsp-0.0.6pre12.tgz => Checksum RMD160 OK for spandsp-0.0.6pre12.tgz ===> Installing dependencies for spandsp-0.0.6pre12nb1 ========================================================================== The supported build options for spandsp are: mmx sse You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.spandsp (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, spandsp-0.0.6pre12nb1. 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.2.6bnb3: found libtool-base-2.4.2nb3 => Tool dependency gmake>=3.81: found gmake-3.82nb7 => Tool dependency f2c>=20090411nb2: found f2c-20100903 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency libtool-fortran>=2.2.6bnb3: found libtool-fortran-2.4.2nb3 => Full dependency tiff>=4.0.3nb2: found tiff-4.0.3nb3 => Full dependency libf2c>=20090201nb3: found libf2c-20090201nb3 ===> Overriding tools for spandsp-0.0.6pre12nb1 ===> Extracting for spandsp-0.0.6pre12nb1 ===> Patching for spandsp-0.0.6pre12nb1 => Applying pkgsrc patches for spandsp-0.0.6pre12nb1 => Verifying /usr/pkgsrc/wip/spandsp/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/wip/spandsp/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- configure.orig 2009-04-02 12:42:39.000000000 +0400 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 26650. Hunk #2 succeeded at 28280. done ===> Creating toolchain wrappers for spandsp-0.0.6pre12nb1 ===> Configuring for spandsp-0.0.6pre12nb1 => 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 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] unpack_gsm0610_data.sh: if [ $1x == --no-exe-runx ] ERROR: [check-portability.awk] unpack_gsm0610_data.sh: if [ $1x == --no-exex ] 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: stopped in /usr/pkgsrc/wip/spandsp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/spandsp