=> Bootstrap dependency digest>=20010302: found digest-20111104 => Bootstrap dependency fetch-[0-9]*: found fetch-1.7 WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for cyrus-imapd-2.4.16.tar.gz => Checksum RMD160 OK for cyrus-imapd-2.4.16.tar.gz ===> Installing dependencies for cyrus-imapd-2.4.16nb1 ========================================================================== The supported build options for cyrus-imapd are: bdb gssapi kerberos kerberos4 ldap mysql pcre pgsql snmp sqlite The currently selected options are: bdb pcre You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.cyrus-imapd (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, cyrus-imapd-2.4.16nb1. Their current value is shown below: * BDB185_DEFAULT = db4 * BDB_DEFAULT = db4 * CYRUS_GROUP = mail * CYRUS_USER = cyrus * SSLBASE (defined) * SSLCERTS = /usr/pkg/etc/openssl/certs * SSLDIR = /usr/pkg/etc/openssl * SSLKEYS = /usr/pkg/etc/openssl/private * VARBASE = /var Based on these variables, the following variables have been set: * BDBBASE (defined, but empty) * BDB_LIBS = -ldb4 * BDB_TYPE = db4 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Build dependency makedepend-[0-9]*: found makedepend-1.0.4 => Build dependency checkperms>=1.1: found checkperms-1.11 => Full dependency perl<5.16.0: found perl-5.14.2nb5 => Full dependency perl>=5.14.0: found perl-5.14.2nb5 => Full dependency db4>=4.8.30: found db4-4.8.30 => Full dependency pcre>=8.30nb1: found pcre-8.31 => Full dependency cyrus-sasl>=2.1.20nb3: found cyrus-sasl-2.1.25 => Full dependency openssl>=0.9.8knb1: found openssl-0.9.8x => Full dependency tcp_wrappers>=7.6.1nb3: found tcp_wrappers-7.6.4 => Full dependency zlib>=1.2.3: found zlib-1.2.7 ===> Overriding tools for cyrus-imapd-2.4.16nb1 ===> Extracting for cyrus-imapd-2.4.16nb1 ===> Patching for cyrus-imapd-2.4.16nb1 => Applying pkgsrc patches for cyrus-imapd-2.4.16nb1 cd /tmp/pkgsrc/mail/cyrus-imapd24/work/cyrus-imapd-2.4.16/man; set -- deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8 nntpd 8 notifyd 8 pop3d 8 quota 8; while [ $# -gt 0 ]; do man=$1.$2; for file in Makefile.in *.[0-9]; do sed -e "s|\(\$(srcdir)/\)\($man\)|\1cyrus-\2|g" -e "s|\(\\\fB\)\($1($2)\\\fR\)|\1cyrus-\2|g" $file > $file.fixed; mv -f $file.fixed $file; done; if [ -f $man ]; then mv $man cyrus-$man; fi; shift 2; done find /tmp/pkgsrc/mail/cyrus-imapd24/work/cyrus-imapd-2.4.16 -type f -print | xargs -n 1 /bin/grep -l -e /etc/imapd\.conf -e /etc/cyrus\.conf | while read file; do sed -e "s|/etc/\(cyrus\.conf\)|/usr/pkg/etc/\1|g" -e "s|/etc/\(imapd\.conf\)|/usr/pkg/etc/\1|g" ${file} > ${file}.fixed; mv -f ${file}.fixed ${file}; done ===> Creating toolchain wrappers for cyrus-imapd-2.4.16nb1 ===> Configuring for cyrus-imapd-2.4.16nb1 => 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 => Replacing Perl interpreter in tools/rehash. => Fixing locale directory references. INFO: [subst.mk:pkglocaledir] Nothing changed in ./Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./com_err/et/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./depot/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./imap/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./imtest/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./installsieve/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./lib/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./makedepend/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./man/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./master/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./netnews/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./notifyd/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./perl/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./perl/sieve/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./perl/sieve/lib/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./ptclient/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./sieve/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./syslog/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./timsieved/Makefile.in. => Checking for portability problems in extracted files checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for makedepend... makedepend checking for x86_64-unknown-linux-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for x86_64-unknown-linux-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g pbulk checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for gawk... /usr/bin/awk checking for an ANSI C-conforming const... yes checking for long file names... yes checking for inline... inline checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking size of off_t... 8 checking size of long long int... 8 checking size of unsigned long long int... 8 checking whether byte ordering is bigendian... no checking for __attribute__... yes checking if compiler supports -fPIC... yes checking for runpath switch... -R checking for unistd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for memmove... yes checking for strcasecmp... yes checking for ftruncate... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for getgrouplist... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdlib.h... (cached) yes checking for getpassphrase... no checking for connect... yes checking for res_search... no checking for dn_expand... no checking for dns_lookup... no checking for getaddrinfo... yes checking for gai_strerror... yes checking for getnameinfo... yes checking whether you have ss_family in struct sockaddr_storage... yes checking whether you have sa_len in struct sockaddr... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for vprintf... yes checking for _doprnt... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for bison... no checking for byacc... no checking for flex... no checking for lex... no checking for main in -lfl... no checking pcreposix.h usability... yes checking pcreposix.h presence... yes checking for pcreposix.h... yes checking for utf8 enabled pcre... yes checking for strerror... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for setrlimit... yes checking for getrlimit... yes checking for daemon... yes checking for setsid... yes checking for shutdown... yes checking for setproctitle... no checking for setproctitle in -lutil... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysnews.h usability... no checking sys/sysnews.h presence... no checking for sys/sysnews.h... no checking for PS_STRINGS... no checking for SCO... no checking for setproctitle usability... yes checking nonblocking method... fcntl checking timezone GMT offset method... tm checking for shared mmap... yes checking for fcntl... yes checking for fdatasync... yes checking for sigvec... yes checking for res_search in -lresolv... no checking krb.h usability... no checking krb.h presence... no checking for krb.h... no configure: WARNING: No Kerberos V4 found checking for openssl... /usr/pkg checking size of long... (cached) 8 checking what directory libraries are found in... lib64 checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for deflate in -lz... yes checking for zlib... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for modern syslog... yes checking which syslog facility to use... LOG_LOCAL6 checking for getdtablesize... yes checking to use old sieve service name... no checking for dlopen... yes checking for crypt... no checking for crypt in -lcrypt... yes checking GSSAPI... disabled checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking sasl/saslutil.h usability... yes checking sasl/saslutil.h presence... yes checking for sasl/saslutil.h... yes checking for prop_get in -lsasl2... yes checking for sasl_checkapop in -lsasl2... yes checking for /usr/pkg/bin/perl... /usr/pkg/bin/perl checking for perl cccdlflags needed on "linux-gnu"... -fPIC checking for request_init in -lwrap... (cached) yes checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking libwrap support... /usr/pkg checking for yp_get_default_domain in -lnsl... yes configure: creating ./config.status config.status: creating man/Makefile config.status: WARNING: 'man/Makefile.in' seems to ignore the --datarootdir setting config.status: creating master/Makefile config.status: creating lib/Makefile config.status: creating imap/Makefile config.status: creating imtest/Makefile config.status: creating netnews/Makefile config.status: creating perl/Makefile config.status: creating sieve/Makefile config.status: creating com_err/et/Makefile config.status: creating timsieved/Makefile config.status: creating notifyd/Makefile config.status: creating perl/sieve/Makefile config.status: creating perl/sieve/lib/Makefile config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h