=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
=> Checksum SHA1 OK for sofia-sip-1.12.11.tar.gz
=> Checksum RMD160 OK for sofia-sip-1.12.11.tar.gz
===> Installing dependencies for sofia-sip-1.12.11
==========================================================================
The following variables will affect the build process of this package,
sofia-sip-1.12.11.  Their current value is shown below:

        * SSLBASE (defined)
        * SSLCERTS = /usr/pkg/etc/openssl/certs
        * SSLDIR = /usr/pkg/etc/openssl
        * SSLKEYS = /usr/pkg/etc/openssl/private

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.
==========================================================================
=> Build dependency libtool-base>=2.2.6bnb3: found libtool-base-2.2.6bnb8
=> Build dependency pkg-config>=0.25: found pkg-config-0.27.1
=> Build dependency checkperms>=1.1: found checkperms-1.11
=> Full dependency glib2>=2.34.0: found glib2-2.34.3
=> Full dependency openssl>=0.9.8knb1: found openssl-0.9.8xnb1
===> Overriding tools for sofia-sip-1.12.11
===> Extracting for sofia-sip-1.12.11
===> Patching for sofia-sip-1.12.11
===> Creating toolchain wrappers for sofia-sip-1.12.11
===> Configuring for sofia-sip-1.12.11
=> 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] scripts/lcov-report:   test X$1 == X0 || exec >&2

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: [check-portability.awk] => Found test ... == ...:
ERROR: [check-portability.awk] scripts/uncovered:   test X$1 == X0 || exec >&2

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.
bmake: stopped in /usr/pkgsrc/devel/sofia-sip
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/sofia-sip