=> Bootstrap dependency digest>=20010302: found digest-20190127 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 cdbkup-1.0.tar.gz => Checksum RMD160 OK for cdbkup-1.0.tar.gz => Checksum SHA512 OK for cdbkup-1.0.tar.gz ===> Installing dependencies for cdbkup-1.0nb14 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency {cdrtools,cdrtools-ossdvd}>=1.10: found cdrtools-3.01nb1 => Full dependency gtar-base>=1.13.25: found gtar-base-1.32nb1 => Full dependency perl>=5.0: found perl-5.30.2 ===> Overriding tools for cdbkup-1.0nb14 ===> Extracting for cdbkup-1.0nb14 ===> Patching for cdbkup-1.0nb14 => Applying pkgsrc patches for cdbkup-1.0nb14 => Verifying /data/pkgsrc/sysutils/cdbkup/patches/patch-aa => Applying pkgsrc patch /data/pkgsrc/sysutils/cdbkup/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.1.1.1 2002/07/11 11:37:52 tron Exp $ |--- src/cdcat.in Wed Feb 13 01:20:57 2002 |+++ src/cdcat.in Tue Feb 19 22:09:50 2002 -------------------------- Patching file src/cdcat.in using Plan A... Hunk #1 succeeded at 98. done ===> Creating toolchain wrappers for cdbkup-1.0nb14 ===> Configuring for cdbkup-1.0nb14 => 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] test/test-suite.in:233: if [ "$POSTMOD_CKSUM" == '' ]; 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 /data/pkgsrc/sysutils/cdbkup *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/cdbkup