=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 pam_radius-1.4.0.tar.gz => Checksum RMD160 OK for pam_radius-1.4.0.tar.gz => Checksum SHA512 OK for pam_radius-1.4.0.tar.gz ===> Installing dependencies for pam-radius-1.4.0 ========================================================================== The following variables will affect the build process of this package, pam-radius-1.4.0. Their current value is shown below: * PAM_DEFAULT = openpam Based on these variables, the following variables have been set: * PAMBASE (defined, but empty) 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 bsdtar-[0-9]*: found bsdtar-3.1.2nb1 => Tool dependency gmake>=3.81: found gmake-4.1nb1 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency cwrappers>=20150314: found cwrappers-20150707 ===> Overriding tools for pam-radius-1.4.0 ===> Extracting for pam-radius-1.4.0 ===> Patching for pam-radius-1.4.0 => Applying pkgsrc patches for pam-radius-1.4.0 => Verifying /bulk-data/pkgsrc/security/pam-radius/patches/patch-src_pam__radius__auth.h => Applying pkgsrc patch /bulk-data/pkgsrc/security/pam-radius/patches/patch-src_pam__radius__auth.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_pam__radius__auth.h,v 1.1 2015/09/26 20:58:06 bsiegert Exp $ | |--- src/pam_radius_auth.h.orig 2014-12-17 22:00:59.000000000 +0000 |+++ src/pam_radius_auth.h -------------------------- Patching file src/pam_radius_auth.h using Plan A... Hunk #1 succeeded at 83. done ===> Creating toolchain wrappers for pam-radius-1.4.0 ===> Configuring for pam-radius-1.4.0 => 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] configure: if test "x$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[1]: stopped in /bulk-data/pkgsrc/security/pam-radius *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/security/pam-radius