=> 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 sylpheed-3.4.1.tar.bz2 => Checksum RMD160 OK for sylpheed-3.4.1.tar.bz2 ===> Installing dependencies for sylpheed-3.4.1 ========================================================================== The supported build options for sylpheed are: gpgme gtkspell inet6 jpilot ldap The currently selected options are: gpgme gtkspell inet6 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.sylpheed (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, sylpheed-3.4.1. 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 libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb6 => Tool dependency gmake>=3.81: found gmake-4.0 => Tool dependency pkg-config>=0.25: found pkg-config-0.28 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency x11-links>=0.88: found x11-links-0.89 => Full dependency compface>=1.5.1nb1: found compface-1.5.2nb3 => Full dependency gtkspell>=2.0.16nb20: found gtkspell-2.0.16nb20 => Full dependency glib2>=2.34.0: found glib2-2.38.2 => Full dependency gtk2+>=2.24.22nb3: found gtk2+-2.24.22nb3 => Full dependency gpgme>=1.3.0nb1: found gpgme-1.4.1 => Full dependency desktop-file-utils>=0.10nb1: found desktop-file-utils-0.22 ===> Overriding tools for sylpheed-3.4.1 ===> Extracting for sylpheed-3.4.1 ===> Patching for sylpheed-3.4.1 => Applying pkgsrc patches for sylpheed-3.4.1 => Verifying /bulk-data/pkgsrc/mail/sylpheed/patches/patch-aa => Applying pkgsrc patch /bulk-data/pkgsrc/mail/sylpheed/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.8 2012/06/29 14:56:16 taca Exp $ | |--- libsylph/prefs_common.c.orig 2012-06-20 02:49:04.000000000 +0000 |+++ libsylph/prefs_common.c -------------------------- Patching file libsylph/prefs_common.c using Plan A... Hunk #1 succeeded at 504 (offset 11 lines). done ===> Creating toolchain wrappers for sylpheed-3.4.1 src=/usr/X11R7/lib/pkgconfig/fixesproto.pc dst=/scratch/mail/sylpheed/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /scratch/mail/sylpheed/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi src=/usr/X11R7/lib/pkgconfig/compositeproto.pc dst=/scratch/mail/sylpheed/work/.buildlink/lib/pkgconfig/compositeext.pc; /bin/mkdir -p /scratch/mail/sylpheed/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for sylpheed-3.4.1 => 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 => Fixing locale directory references. => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] macosx/bundle/launcher.sh: if test "x$L" == "xen_US"; then ERROR: [check-portability.awk] macosx/bundle/launcher.sh: if test "x${L:0:2}" == "xen"; then ERROR: [check-portability.awk] macosx/bundle/launcher.sh: if test $LANG == ${APPLELOCALE:0:5} -o $LANG != ${LANG:0:2}; then ERROR: [check-portability.awk] macosx/bundle/launcher.sh: elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE > ${APPLELOCALE:0:2}; then ERROR: [check-portability.awk] macosx/bundle/launcher.sh: elif test $LANG == "en"; 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/mail/sylpheed *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/mail/sylpheed