=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package ati-xfree86-bin-8.38.6 is missing DESTDIR support. => Checksum SHA1 OK for ati-driver-installer-8.38.6-x86.x86_64.run => Checksum RMD160 OK for ati-driver-installer-8.38.6-x86.x86_64.run ===> Installing dependencies for ati-xfree86-bin-8.38.6 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency x11-links>=0.78: found x11-links-0.78 ===> Overriding tools for ati-xfree86-bin-8.38.6 ===> Extracting for ati-xfree86-bin-8.38.6 /bin/sh /dsk3/pbulk/distfiles-wip/ati-driver-installer-8.38.6-x86.x86_64.run --extract /scratch/wip/ati-xfree86-bin/work/ati-xfree86-bin-8.38.6 Creating directory /scratch/wip/ati-xfree86-bin/work/ati-xfree86-bin-8.38.6 Verifying archive integrity... All good. Uncompressing ATI Proprietary Linux Driver-8.38.6........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... /usr/bin/sed -e 's;@PREFIX@;/usr/pkg;g' -e 's;@X11BASE@;/usr/X11R7;g' /usr/pkgsrc/wip/ati-xfree86-bin/files/XF86Config.example > /scratch/wip/ati-xfree86-bin/work/ati-xfree86-bin-8.38.6/XF86Config.example ===> Patching for ati-xfree86-bin-8.38.6 ===> Creating toolchain wrappers for ati-xfree86-bin-8.38.6 ===> Configuring for ati-xfree86-bin-8.38.6 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] packages/Mandriva/ati-packager.sh: if [ "$2" == "x86_64" ]; then ERROR: [check-portability.awk] packages/Mandriva/ati-packager.sh: if [ $Arch == "x86_64" ]; then ERROR: [check-portability.awk] packages/Mandriva/ati-packager.sh: if [ $Arch == "x86_64" ]; 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/ati-xfree86-bin *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/ati-xfree86-bin