=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> 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 psyBNC-2.4BETA2.tar.gz => Checksum RMD160 OK for psyBNC-2.4BETA2.tar.gz ===> Installing dependencies for psybnc-2.4b2 => Tool dependency gmake>=3.81: found gmake-4.0 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Full dependency libcares>=1.6.0: found libcares-1.10.0 ===> Overriding tools for psybnc-2.4b2 ===> Extracting for psybnc-2.4b2 ===> Patching for psybnc-2.4b2 => Applying pkgsrc patches for psybnc-2.4b2 => Verifying /bulk-data/pkgsrc/chat/psybnc/patches/patch-aa => Applying pkgsrc patch /bulk-data/pkgsrc/chat/psybnc/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.1 2014/06/15 21:55:17 pettai Exp $ | |use pkgsrc framework then compiling | |--- Makefile.orig 2011-07-14 18:57:41.000000000 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 13. done => Verifying /bulk-data/pkgsrc/chat/psybnc/patches/patch-ac => Applying pkgsrc patch /bulk-data/pkgsrc/chat/psybnc/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.1 2014/06/15 21:55:17 pettai Exp $ | |add pkgsrc path to openssl | |--- tools/autoconf.c.orig 2011-07-14 18:11:35.000000000 +0000 |+++ tools/autoconf.c -------------------------- Patching file tools/autoconf.c using Plan A... Hunk #1 succeeded at 290. Hunk #2 succeeded at 394. Hunk #3 succeeded at 567. Hunk #4 succeeded at 626. done => Substituting "prefix" in tools/autoconf.c ===> Creating toolchain wrappers for psybnc-2.4b2 ===> Configuring for psybnc-2.4b2 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] src/c-ares/configure: if test X"$want_werror" == Xyes; 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 /bulk-data/pkgsrc/chat/psybnc *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/chat/psybnc