=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package sendmailX-0.0.0.0nb4 is missing DESTDIR support. WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for smX-0.0.0.0.tar.gz => Checksum RMD160 OK for smX-0.0.0.0.tar.gz ===> Installing dependencies for sendmailX-0.0.0.0nb4 ========================================================================== The supported build options for sendmailX are: pmilter sasl tls You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.sendmailX (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, sendmailX-0.0.0.0nb4. Their current value is shown below: * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /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/bin/make clean' after the changes. ========================================================================== => Tool dependency checkperms>=1.1: found checkperms-1.11 => Full dependency db4>=4.8.30: found db4-4.8.30 ===> Overriding tools for sendmailX-0.0.0.0nb4 ===> Extracting for sendmailX-0.0.0.0nb4 ===> Patching for sendmailX-0.0.0.0nb4 => Applying pkgsrc patches for sendmailX-0.0.0.0nb4 => Verifying /usr/pkgsrc/wip/sendmailX/patches/patch-ab => Applying pkgsrc patch /usr/pkgsrc/wip/sendmailX/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- Makefile.in.orig 2005-07-17 11:25:08.000000000 +0100 |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 885 (offset 2 lines). done ===> Creating toolchain wrappers for sendmailX-0.0.0.0nb4 ===> Configuring for sendmailX-0.0.0.0nb4 => 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] db-4.3.28.NC/dist/configure: if test "$GCC" == "yes"; then 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/sendmailX *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/sendmailX