Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 15:03:35 -0000
From:      =?iso-8859-1?Q?Bj=F6rn_Patrick_Swift?= <bjorn@innn.is>
To:        "'ports@freebsd.org'" <ports@freebsd.org>
Subject:   Mysql compile option in mail/courier-imap port non-functional
Message-ID:  <6973E4999161D411A57600010233D19797F281@exchange.is.innn.is>

next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C217A2.7C563340
Content-Type: text/plain;
	charset="iso-8859-1"

I hope I'm sending this query to the right list. If not, perhaps someone
could direct me to the appropriate one?

I'm having trouble installing the mail/courier-imap port with mysql support.
I have tried this on a number of machines, running 4.5-RELEASE, 4.5-STABLE
and 4.6-RELEASE - but without any luck. I ran make with the WITHOUT_OPENSSL
and WITH_MYSQL options and the configuration process realized that I needed
the mysqlclient.10 library and compiled that. 

The Courier-IMAP INSTALL file states
(http://www.inter7.com/courierimap/INSTALL.html):
"Running make compiles the authinfo program in the authlib subdirectory.
This program tells you what authentication modules were compiled"

But once I ran the authinfo program I got nothing referring to mysql:

# work/courier-imap-1.4.3/authlib/authinfo 
AUTHENTICATION_MODULES="authdaemon"
AUTHDAEMONMODULELIST="authcustom authuserdb authpam"
SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"

The only thing I found in the archives was a similar issue with LDAP
(http://www.freebsd.org/cgi/query-pr.cgi?pr=36920). Is this something
similar, or am I missing out the obvious?

Attatched is the output from make.

Thanks for your time,
Bjorn Swift


------_=_NextPart_000_01C217A2.7C563340
Content-Type: text/plain;
	name="freebsd-ports.20020619.att.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="freebsd-ports.20020619.att.txt"

Script started on Wed Jun 19 13:25:59 2002
bash-2.05# pwd
/usr/ports/mail/courier-imap
bash-2.05# make build WITHOUT_OPENSSL=3D1 WITH_MYSQL=3D1
=3D=3D=3D>  Extracting for courier-imap-1.4.3
>> Checksum OK for courier-imap-1.4.3.tar.gz.
=3D=3D=3D>   courier-imap-1.4.3 depends on executable: gmake - found
=3D=3D=3D>   courier-imap-1.4.3 depends on shared library: =
mysqlclient.10 - found
=3D=3D=3D>  Patching for courier-imap-1.4.3
=3D=3D=3D>  Applying FreeBSD patches for courier-imap-1.4.3
=3D=3D=3D>  Configuring for courier-imap-1.4.3
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... yes
checking whether gmake sets ${MAKE}... yes
checking for perl5... /usr/bin/perl5
checking for sysconftool...... ././sysconftool
checking for env... /usr/bin/env
checking whether build environment is sane... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gdbm_open in -lgdbm... no
checking for gdbm_open... no
checking for dbopen in -ldb... no
checking for db_open in -ldb... no
checking for db_env_create in -ldb... no
checking for dbopen... yes
checking for db_open... no
checking for db_env_create... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating dbobj.h
creating dbobj.config
creating imapd.rc
creating imapd-ssl.rc
creating pop3d.rc
creating pop3d-ssl.rc
creating courier-imap.sysvinit
creating courier-imap.spec
creating index.html
creating INSTALL.html
configuring in numlib
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... cc -E
checking for uid_t in sys/types.h... yes
checking for ANSI C header files... yes
checking for pid_t... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in bdbobj
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... no
checking for gawk... (cached) awk
checking for c++... c++
checking whether the C++ compiler (c++  -O -pipe  ) works... yes
checking whether the C++ compiler (c++  -O -pipe  ) is a =
cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... no
checking for dbopen in -ldb... (cached) no
checking for db_open in -ldb... (cached) no
checking for db_env_create in -ldb... (cached) no
checking for dbopen... (cached) yes
checking for db_open... (cached) no
checking for db_env_create... (cached) no
checking for limits.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for ANSI C header files... (cached) yes
checking for size_t... yes
checking if the C++ compiler needs -fhandle-exceptions... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in gdbmobj
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for strerror in -lcposix... (cached) no
checking for gawk... (cached) awk
checking for c++... (cached) c++
checking whether the C++ compiler (c++  -O -pipe  ) works... yes
checking whether the C++ compiler (c++  -O -pipe  ) is a =
cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for gdbm_open in -lgdbm... (cached) no
checking for gdbm_open... (cached) no
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking if the C++ compiler needs -fhandle-exceptions... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in soxwrap
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking for ranlib... (cached) ranlib
checking whether ln -s works... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for dlfcn.h... yes
checking for sys/types.h... yes
checking for sys/time.h... yes
checking for sys/stat.h... yes
checking for fcntl.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys/socket.h defines socklen_t... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in unicode
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for perl5... /usr/bin/perl5
checking how to run the C preprocessor... (cached) cc -E
checking for stddef.h... yes
checking for wchar.h... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in rfc822
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for ANSI C header files... (cached) yes
checking for locale.h... yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking how to calculate alternate timezone... tm_gmtoff
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in rfc1035
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... yes
checking for netinet/in.h... yes
checking for socket in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for working const... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) =
yes
checking for uint32_t... yes
checking for strcasecmp... (cached) yes
checking for structs in6_addr, sockaddr_in6, and sockaddr_storage... =
yes
checking for IPv6 flavor... freebsd-4.0
checking for alloca... yes
checking for inet_pton... yes
checking for inet_ntop... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in rfc2045
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/wait.h... yes
checking for strings.h... yes
checking for locale.h... (cached) yes
checking for missing gethostname prototype... no
checking for working const... (cached) yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for setlocale... (cached) yes
checking for strncasecmp... (cached) yes
checking for strcasecmp... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating rfc2045charset.h
creating config.h
configuring in md5
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb --with-makedatprog=3D'/usr/local/libexec/courier-imap/mak=
edatprog' --with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for working const... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in sha1
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) cc -E
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in random128
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for strerror in -lcposix... (cached) no
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for minix/config.h... (cached) no
checking for AIX... no
checking for ps... /bin/ps
checking for w... /usr/bin/w
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for random source... /dev/urandom
checking for some good options for ps... -afl
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in liblock
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) cc -E
checking for errno.h... yes
checking for fcntl.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... void
checking for off64_t... no
checking for flock_t... no
checking for setpgrp... yes
checking for setpgrp... (cached) yes
checking whether setpgrp takes no argument... no
checking for fcntl... yes
checking for flock... yes
checking for lockf... yes
checking for locking method... fcntl
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in maildir
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for perl5... (cached) /usr/bin/perl5
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for sysexits.h... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) =
time.h
checking for symlink... yes
checking for readlink... yes
checking for strcasecmp... (cached) yes
checking for missing gethostname prototype... no
checking for mailbot... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in makedat
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for perl5... (cached) /usr/bin/perl5
checking for cat... /bin/cat
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating makedat
creating config.h
configuring in libhmac
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in userdb
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for perl5... (cached) /usr/bin/perl5
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for termios.h... yes
checking for crypt.h... no
checking whether time.h and sys/time.h may both be included... (cached) =
yes
checking for working const... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for crypt in -lcrypt... yes
checking for crypt... yes
checking for crypt() prototype... 0
checking for isatty... yes
checking for gettimeofday... yes
checking for random source... /dev/urandom
updating cache .././config.cache
creating ./config.status
creating Makefile
creating userdb.pl
creating makeuserdb
creating pw2userdb
creating vchkpw2userdb
creating config.h
configuring in authlib
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  -I/usr/local/include =
-L/usr/local/lib ) works... yes
checking whether the C compiler (cc -O -pipe  -I/usr/local/include =
-L/usr/local/lib ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for perl5... (cached) /usr/bin/perl5
checking for sysconftool...... ././../sysconftool
checking for perl5... (cached) /usr/bin/perl5
checking for expect... no
configure: warning: =
-----------------------------------------------------
configure: warning: expect not found - will not be able to change =
passwds
configure: warning: in webmail
configure: warning: =
-----------------------------------------------------
checking for passwd... /usr/bin/passwd
checking for setgroups... yes
checking for initgroups... yes
checking whether -lm is needed for floor... yes
checking for socket in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for stdio.h... yes
checking for security/pam_appl.h... yes
checking for Pam/pam_appl.h... no
checking for dlopen in -ldl... no
checking for pam_start in -lpam... yes
checking for pam_setcred... yes
checking for ldap.h... no
checking for lber.h... no
checking for syslog.h... (cached) yes
checking for endpwent... yes
checking for shadow.h... no
checking for getspent in -lshadow... no
checking for endspent... no
checking for getspent... no
checking for pg_config... no
checking for mysql_config... no
checking for mysql_connect... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for crypt.h... (cached) no
checking for working const... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for crypt in -lcrypt... (cached) yes
checking for crypt... (cached) yes
checking for crypt() prototype... (cached) 0
updating cache .././config.cache
creating ./config.status
creating Makefile
creating modulelist
creating installlist
creating installlist.sh
creating authdaemond
creating authdaemonrc
creating authsystem.passwd
creating config.h
configuring in waitlib
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gawk... (cached) awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for wait... yes
checking for wait3... yes
checking for sigblock... yes
checking if wait function is broken... yes
checking if wait3 function is broken... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in tcpd
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for sed... /usr/bin/sed
checking for env... (cached) /usr/bin/env
checking for dlopen in -ldl... (cached) no
checking for socket in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for syslog.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) =
yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for setpgrp... (cached) yes
checking for setpgid... yes
checking for setpgrp... (cached) yes
checking whether setpgrp takes no argument... (cached) no
checking for socketpair... yes
checking for SVR3 stream pipes... no
checking for SVR4 stream pipes... yes
checking for stream pipes... socketpair
checking for SSL_load_error_strings in -lssl... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in imap
running /bin/sh ./configure  --without-authshadow --without-authcram =
--sysconfdir=3D/usr/local/etc/courier-imap =
--with-userdb=3D/usr/local/etc/userdb =
--datadir=3D/usr/local/share/courier-imap =
--libexecdir=3D/usr/local/libexec/courier-imap =
--enable-workarounds-for-imap-client-bugs --disable-root-check =
--without-authvchkpw --without-authldap --without-authpgsql =
--with-authpam --prefix=3D/usr/local i386-portbld-freebsd4.6 =
--with-authchangepwdir=3D/usr/local/libexec/courier-imap/authlib =
--with-db=3Ddb =
--with-makedatprog=3D'/usr/local/libexec/courier-imap/makedatprog' =
--with-mailuser=3Droot --without-socks =
--with-authchangepwdir=3D/var/tmp/dev/null =
--cache-file=3D.././config.cache --srcdir=3D.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... =
no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for strerror in -lcposix... (cached) no
checking for gawk... (cached) awk
checking for a BSD compatible install... /usr/bin/install -c -o root -g =
wheel
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for c++... (cached) c++
checking whether the C++ compiler (c++  -O -pipe  ) works... yes
checking whether the C++ compiler (c++  -O -pipe  ) is a =
cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for perl5... (cached) /usr/bin/perl5
checking for openssl... /usr/bin/openssl
checking for ANSI C header files... (cached) yes
checking for locale.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for time.h... yes
checking for sys/time.h... (cached) yes
checking for utime.h... yes
checking whether time.h and sys/time.h may both be included... (cached) =
yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working const... (cached) yes
checking for inline... inline
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for strerror... yes
checking for utime... yes
checking for utimes... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for setlocale... (cached) yes
checking for socket in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
checking for connect in -lsocket... (cached) no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating imapd.dist
creating imapd-ssl.dist
creating pop3d.dist
creating pop3d-ssl.dist
creating testsuitefix.pl
creating mkimapdcert
creating mkpop3dcert
creating imapd.cnf
creating pop3d.cnf
creating config.h
=3D=3D=3D>  Building for courier-imap-1.4.3
Making all in numlib
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/numlib'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strhinot.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strhpidt.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strhtimet.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strgidt.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strinot.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strofft.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strpidt.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strsize.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strsizet.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c strtimet.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c struidt.c
rm -f libnumlib.a
ar cru libnumlib.a strhinot.o strhpidt.o strhtimet.o strgidt.o =
strinot.o strofft.o strpidt.o strsize.o strsizet.o strtimet.o struidt.o =

ranlib libnumlib.a
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/numlib'
Making all in bdbobj
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/bdbobj'
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c bdbobj.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c bdbobj2.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c bdbobj3.c
rm -f libbdbobj.a
ar cru libbdbobj.a bdbobj.o bdbobj2.o bdbobj3.o=20
ranlib libbdbobj.a
c++ -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -c testbdb.C
c++  -O -pipe   -o testbdb  testbdb.o libbdbobj.a =20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/bdbobj'
Making all in soxwrap
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/soxwrap'
cc -DHAVE_CONFIG_H -I. -I. -I.   -I.. -I./..   -O -pipe  -c =
soxfuncnames.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I.. -I./..   -O -pipe  -c soxwrap.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I.. -I./..   -O -pipe  -c sconnect.c
rm -f libsoxwrap.a
ar cru libsoxwrap.a soxfuncnames.o soxwrap.o sconnect.o=20
ranlib libsoxwrap.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I.. -I./..   -O -pipe  -c testprog.c
cc  -O -pipe   -o testprog  testprog.o libsoxwrap.a  `cat soxlibs.dep`=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/soxwrap'
Making all in unicode
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/unicode'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso8859.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows874u.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c unicode.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c unicode2.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso8859_convert.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm864convert.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c utf7imap.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c xtest.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c unicode_ultcase.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c utf8.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c utf8_chset.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c koi8r.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c =
unicode_ultcasetab.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88591.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88592.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88593.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88594.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88595.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88596.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88597.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88598.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso88599.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso885910.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso885913.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso885914.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c iso885915.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1250.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1251.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1252.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1253.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1254.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1255.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1256.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1257.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows1258.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c windows874.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm437.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm775.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm850.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm852.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm855.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm857.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm860.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm861.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm862.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm863.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm864.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm865.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm866.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c ibm869.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c big5.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c gb2312.c
/usr/bin/perl5 ./unicodefilter.pl "no" \
		"no" <./charsetlist.txt | \
	/usr/bin/perl5 ./charsetlist.pl >charsetlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c charsetlist.c
rm -f libunicode.a
ar cru libunicode.a iso8859.o windows874u.o unicode.o unicode2.o =
iso8859_convert.o ibm864convert.o utf7imap.o xtest.o unicode_ultcase.o =
utf8.o utf8_chset.o koi8r.o unicode_ultcasetab.o iso88591.o iso88592.o =
iso88593.o iso88594.o iso88595.o iso88596.o iso88597.o iso88598.o =
iso88599.o iso885910.o iso885913.o iso885914.o iso885915.o =
windows1250.o windows1251.o windows1252.o windows1253.o windows1254.o =
windows1255.o windows1256.o windows1257.o windows1258.o windows874.o =
ibm437.o ibm775.o ibm850.o ibm852.o ibm855.o ibm857.o ibm860.o ibm861.o =
ibm862.o ibm863.o ibm864.o ibm865.o ibm866.o ibm869.o big5.o gb2312.o =
charsetlist.o
ranlib libunicode.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c unicodeinfo.c
cc  -O -pipe  -Wall  -o unicode-info  unicodeinfo.o libunicode.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/unicode'
Making all in rfc822
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc822'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822hdr.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822_getaddr.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822_getaddrs.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822_mkdate.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc822_parsedt.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc2047u.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c rfc2047.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c imapsubj.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c imaprefs.c
rm -f librfc822.a
ar cru librfc822.a rfc822.o rfc822hdr.o rfc822_getaddr.o =
rfc822_getaddrs.o rfc822_mkdate.o rfc822_parsedt.o rfc2047u.o rfc2047.o =
imapsubj.o imaprefs.o=20
ranlib librfc822.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c testsuite.c
cc  -O -pipe  -Wall  -o testsuite  testsuite.o librfc822.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -c reftest.c
cc  -O -pipe  -Wall  -o reftest  reftest.o librfc822.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc822'
Making all in rfc1035
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc1035'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035_res.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035an.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035dump.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035dumprrdata.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035fmttime.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035gettxt.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035ipv6to4.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035mkaddress.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035mksocket.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035mxlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035qa.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035qptr.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035reply.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035resolve.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035sameip.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035search.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035sockaddrip.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035sockaddrport.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035str.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035tcp.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
rfc1035udp.c
rm -f librfc1035.a
ar cru librfc1035.a rfc1035.o rfc1035_res.o rfc1035an.o rfc1035dump.o =
rfc1035dumprrdata.o rfc1035fmttime.o rfc1035gettxt.o rfc1035ipv6to4.o =
rfc1035mkaddress.o rfc1035mksocket.o rfc1035mxlist.o rfc1035qa.o =
rfc1035qptr.o rfc1035reply.o rfc1035resolve.o rfc1035sameip.o =
rfc1035search.o rfc1035sockaddrip.o rfc1035sockaddrport.o rfc1035str.o =
rfc1035tcp.o rfc1035udp.o=20
ranlib librfc1035.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
testlookup.c
cc  -O -pipe  -Wall -I./.. -I..  -o testlookup  testlookup.o =
librfc1035.a ../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep`=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc1035'
Making all in rfc2045
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc2045'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c rfc2045.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045acchk.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045acprep.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045appendurl.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045cdecode.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045decode.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045enomem.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045_base64encode.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045_fromfd.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045find.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045mkboundary.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045rewrite.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045tryboundary.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045xdump.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045searchcontenttype.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045decodemimesection.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045decodemimesectionu.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045header.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045replyplain.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045replyunicode.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2045reply.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c rfc2646.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2646create.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2646fwd.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2646reply.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
rfc2646rewrap.c
rm -f librfc2045.a
ar cru librfc2045.a rfc2045.o rfc2045acchk.o rfc2045acprep.o =
rfc2045appendurl.o rfc2045cdecode.o rfc2045decode.o rfc2045enomem.o =
rfc2045_base64encode.o rfc2045_fromfd.o rfc2045find.o =
rfc2045mkboundary.o rfc2045rewrite.o rfc2045tryboundary.o =
rfc2045xdump.o rfc2045searchcontenttype.o rfc2045decodemimesection.o =
rfc2045decodemimesectionu.o rfc2045header.o rfc2045replyplain.o =
rfc2045replyunicode.o rfc2045reply.o rfc2646.o rfc2646create.o =
rfc2646fwd.o rfc2646reply.o rfc2646rewrap.o=20
ranlib librfc2045.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
reformime.c
cc  -O -pipe  -Wall -I./..  -o reformime  reformime.o librfc2045.a =
../rfc822/librfc822.a ../numlib/libnumlib.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c makemime.c
cc  -O -pipe  -Wall -I./..  -o makemime  makemime.o librfc2045.a =
../numlib/libnumlib.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -c =
headercheck.c
cc  -O -pipe  -Wall -I./..  -o headercheck  headercheck.o librfc2045.a =
../rfc822/librfc822.a ../numlib/libnumlib.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/rfc2045'
Making all in random128
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/random128'
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -O -pipe  -c random128.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -O -pipe  -c =
random128alpha.c
rm -f librandom128.a
ar cru librandom128.a random128.o random128alpha.o=20
ranlib librandom128.a
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/random128'
Making all in md5
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/md5'
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c md5.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
md5_hash.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
redhat-crypt-md5.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
hmac.c
rm -f libmd5.a
ar cru libmd5.a md5.o md5_hash.o redhat-crypt-md5.o hmac.o=20
ranlib libmd5.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
md5test.c
cc  -Wall -O -pipe  -I./.. -I..  -o md5test  md5test.o libmd5.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/md5'
Making all in sha1
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/sha1'
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
sha1.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
sha1_hash.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
hmac.c
rm -f libsha1.a
ar cru libsha1.a sha1.o sha1_hash.o hmac.o=20
ranlib libsha1.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -I./.. -I.. -c =
testsuite.c
cc  -Wall -O -pipe  -I./.. -I..  -o testsuite  testsuite.o libsha1.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/sha1'
Making all in liblock
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/liblock'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -c lockfcntl.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -c lockdaemon.c
rm -f liblock.a
ar cru liblock.a lockfcntl.o lockdaemon.o=20
ranlib liblock.a
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/liblock'
Making all in maildir
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/maildir'
echo '#define AUTORESPONSEQUOTA =
"/usr/local/etc/courier-imap/autoresponsesquota"' >autoresponsequota.h
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
autoresponse.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildircache.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildircreate.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildircreateh.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirfilename.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirgetnew.c
echo '#define MAILBOT "mailbot"' >mailbot.h
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirfilter.c
echo '#define MAILDIRFILTERCONFIG =
"/usr/local/etc/courier-imap/maildirfilterconfig"' =
>maildirfilterconfig.h
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirfilter2.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirflags.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirmkdir.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirgetquota.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildiropen.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirparsequota.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirpath.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirpurgetmp.c
echo '#define MAILDIRSHAREDRC =
"/usr/local/etc/courier-imap/maildirshared"' >maildirsharedrc.h
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirshared.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirshared2.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirdelfolder.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirquota.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirrequota.c
rm -f libmaildir.a
ar cru libmaildir.a autoresponse.o maildircache.o maildircreate.o =
maildircreateh.o maildirfilename.o maildirgetnew.o maildirfilter.o =
maildirfilter2.o maildirflags.o maildirmkdir.o maildirgetquota.o =
maildiropen.o maildirparsequota.o maildirpath.o maildirpurgetmp.o =
maildirshared.o maildirshared2.o maildirdelfolder.o maildirquota.o =
maildirrequota.o=20
ranlib libmaildir.a
echo '#define QUOTAWARNMSG "/usr/local/etc/courier-imap/quotawarnmsg"' =
>quotawarnmsg.h
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
deliverquota.c
cc  -O -pipe  -Wall -I./.. -I..  -o deliverquota  deliverquota.o =
libmaildir.a ../rfc822/librfc822.a ../numlib/libnumlib.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
maildirmake.c
cc  -O -pipe  -Wall -I./.. -I..  -o maildirmake  maildirmake.o =
libmaildir.a ../numlib/libnumlib.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I./.. -I.. -c =
testmaildirfilter.c
cc  -O -pipe  -Wall -I./.. -I..  -o testmaildirfilter  =
testmaildirfilter.o libmaildir.a ../numlib/libnumlib.a=20
CONFIG_FILES=3Ddeliverquota.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating deliverquota.html
CONFIG_FILES=3Dmaildirmake.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating maildirmake.html
CONFIG_FILES=3Ddeliverquota.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating deliverquota.8
CONFIG_FILES=3Dmaildirmake.1 CONFIG_HEADERS=3D /bin/sh ./config.status
creating maildirmake.1
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/maildir'
Making all in makedat
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/makedat'
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
makedatprog.c
cc  -I./.. -I.. -Wall -O -pipe   -o makedatprog  makedatprog.o =
../bdbobj/libbdbobj.a  =20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/makedat'
Making all in libhmac
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/libhmac'
cc -DHAVE_CONFIG_H -I. -I. -I.   -I./.. -I..  -Wall -O -pipe  -c hmac.c
rm -f libhmac.a
ar cru libhmac.a hmac.o=20
ranlib libhmac.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I./.. -I..  -Wall -O -pipe  -c =
md5hmactest.c
cc  -Wall -O -pipe   -o md5hmactest  md5hmactest.o libhmac.a  =
../md5/libmd5.a ../sha1/libsha1.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I./.. -I..  -Wall -O -pipe  -c =
sha1hmactest.c
cc  -Wall -O -pipe   -o sha1hmactest  sha1hmactest.o libhmac.a  =
../md5/libmd5.a ../sha1/libsha1.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/libhmac'
Making all in userdb
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/userdb'
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I.. -I./.. -c =
userdb.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I.. -I./.. -c =
userdb2.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I.. -I./.. -c =
userdbmkpw.c
rm -f libuserdb.a
ar cru libuserdb.a userdb.o userdb2.o userdbmkpw.o=20
ranlib libuserdb.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -O -pipe  -Wall -I.. -I./.. -c =
userdbpw.c
cc  -O -pipe  -Wall -I.. -I./..  -o userdbpw  userdbpw.o libuserdb.a =
../libhmac/libhmac.a ../md5/libmd5.a ../sha1/libsha1.a -lcrypt=20
CONFIG_FILES=3Dmakeuserdb.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating makeuserdb.8
CONFIG_FILES=3Duserdb.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating userdb.8
CONFIG_FILES=3Duserdbpw.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating userdbpw.8
touch dummy
CONFIG_FILES=3Dmakeuserdb.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating makeuserdb.html
CONFIG_FILES=3Duserdb.html CONFIG_HEADERS=3D /bin/sh ./config.status
creating userdb.html
CONFIG_FILES=3Duserdbpw.html CONFIG_HEADERS=3D /bin/sh ./config.status
creating userdbpw.html
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/userdb'
Making all in authlib
gmake[1]: Entering directory `/usr/ports/mail/courier-imap/work/courier-=
imap-1.4.3/authlib'
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authexit.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c chain.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c changeuidgid.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c checkpassword.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c cryptpassword.c
cryptpassword.c: In function `authcryptpasswd':
cryptpassword.c:89: warning: implicit declaration of function `malloc'
cryptpassword.c:89: warning: assignment makes pointer from integer =
without a cast
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authstaticlistsearch.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c copyargv.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c success.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c checkpasswordmd5.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c checkpasswordsha1.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsasl.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslcram.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsasllogin.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslplain.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslfrombase64.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsasltobase64.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclient.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclientcram.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclientcrammd5.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclientcramsha1.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclientlogin.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsaslclientplain.c
echo '#define AUTHCHANGEPWDIR "/var/tmp/dev/null"' >authchangepwdir.h
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authsyschangepwd.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c cramlib.c
/bin/sh ./mkmodulelist.sh authdaemon_info >authstaticlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authstaticlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authuserdb.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c preauthuserdb.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c preauthuserdbcommon.c
echo '#define SBINDIR "/usr/local/sbin"' >sbindir.h
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authuserdbpwd.c
rm -f libauth-authuserdb.a
ar cru libauth-authuserdb.a authuserdb.o preauthuserdb.o =
preauthuserdbcommon.o authuserdbpwd.o=20
ranlib libauth-authuserdb.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authpam.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c preauthpam.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authpwd.c
rm -f libauth-authpam.a
ar cru libauth-authpam.a authpam.o preauthpam.o authpwd.o=20
ranlib libauth-authpam.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authcustom.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c preauthcustom.c
rm -f libauth-authcustom.a
ar cru libauth-authcustom.a authcustom.o preauthcustom.o=20
ranlib libauth-authcustom.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemon.c
echo "#define AUTHDAEMONRC =
\"/usr/local/etc/courier-imap/authdaemonrc\"" >authdaemonrc.h
echo "#define AUTHDAEMONVAR \"/usr/local/var/authdaemon\"" =
>>authdaemonrc.h
echo "#define AUTHDAEMONPID AUTHDAEMONVAR \"/pid\"" >>authdaemonrc.h
echo "#define AUTHDAEMONSOCK AUTHDAEMONVAR \"/socket\"" =
>>authdaemonrc.h
echo "#define AUTHDAEMONLOCK AUTHDAEMONVAR \"/lock\"" >>authdaemonrc.h
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemonlib.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c preauthdaemon.c
rm -f libauth-authdaemon.a
ar cru libauth-authdaemon.a authdaemon.o authdaemonlib.o =
preauthdaemon.o=20
ranlib libauth-authdaemon.a
rm -rf libauth-modules.dir
mkdir libauth-modules.dir
cd libauth-modules.dir ; for f in  libauth-authuserdb.a =
libauth-authpam.a libauth-authcustom.a libauth-authdaemon.a "" ; do \
	test ! -f ../$f || ar x ../$f ; done
ls libauth-modules.dir/* >libauth-modules 2>/dev/null
rm -f libauth.a
ar cru libauth.a authexit.o chain.o changeuidgid.o checkpassword.o =
cryptpassword.o authstaticlistsearch.o copyargv.o success.o =
checkpasswordmd5.o checkpasswordsha1.o authsasl.o authsaslcram.o =
authsasllogin.o authsaslplain.o authsaslfrombase64.o authsasltobase64.o =
authsaslclient.o authsaslclientcram.o authsaslclientcrammd5.o =
authsaslclientcramsha1.o authsaslclientlogin.o authsaslclientplain.o =
authsyschangepwd.o cramlib.o authstaticlist.o `cat libauth-modules`
ranlib libauth.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmod.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmodclient.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmodfail.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmoduser.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmoduser2.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmoduser3.c
rm -f libauthmod.a
ar cru libauthmod.a authmod.o authmodclient.o authmodfail.o =
authmoduser.o authmoduser2.o authmoduser3.o=20
ranlib libauthmod.a
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemonpwd.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authdaemon.passwd  authdaemonpwd.o libauth.a ../numlib/libnumlib.a  =
../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep` =20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c modauthcustom.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authcustom  modauthcustom.o libauthmod.a libauth.a =
../libhmac/libhmac.a ../md5/libmd5.a ../sha1/libsha1.a -lcrypt=20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c modauthuserdb.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authuserdb  modauthuserdb.o libauthmod.a libauth.a =
../userdb/libuserdb.a ../bdbobj/libbdbobj.a ../libhmac/libhmac.a   =
../md5/libmd5.a ../sha1/libsha1.a -lcrypt=20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c modauthpam.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authpam  modauthpam.o libauthmod.a libauth.a -lpam   =20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemond.c
echo -lpam    >authpam.libsdep
echo ../userdb/libuserdb.a ../bdbobj/libbdbobj.a ../libhmac/libhmac.a   =
../md5/libmd5.a ../sha1/libsha1.a -lcrypt >authuserdb.libsdep
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c modauthdaemon.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authdaemon  modauthdaemon.o libauthmod.a libauth.a =
../numlib/libnumlib.a ../soxwrap/libsoxwrap.a `cat =
../soxwrap/soxlibs.dep` =20
echo ../numlib/libnumlib.a ../soxwrap/libsoxwrap.a `cat =
../soxwrap/soxlibs.dep`  >authdaemon.libsdep
echo ../libhmac/libhmac.a ../md5/libmd5.a ../sha1/libsha1.a -lcrypt =
>authcustom.libsdep
cat authpam.libsdep   \
 authuserdb.libsdep  \
   authdaemon.libsdep \
authcustom.libsdep \
/dev/null | /bin/sh ./libauth.sh /bin/sh . >libauth1.dep
cp libauth1.dep libauth.dep
. ./authdaemonrc ; \
	test "$authdaemonvar" =3D "" || cp authdaemon.libsdep libauth.dep
/bin/sh ./make-authdaemond.sh "gmake"
gmake[2]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/authlib'
/bin/sh ./mkmodulelist.sh authcustom_info authuserdb_info authpam_info =
>authdaemond.plain.c=09
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemond.plain.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authdaemond.plain authdaemond.o authdaemond.plain.o \
libauth.a ../rfc2045/librfc2045.a \
../random128/librandom128.a \
../liblock/liblock.a ../numlib/libnumlib.a \
`cat authcustom.libsdep  authuserdb.libsdep authpam.libsdep    =
/dev/null | /bin/sh ./libauth.sh /bin/sh .`=20
gmake[2]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/authlib'
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authinfo.c
/bin/sh ./mkmodulelist.sh authcustom_info  authuserdb_info authpam_info =
>authdaemondstaticlist.c
sed 's/authstaticmodulelist/authdaemonmodulelist/' =
<authdaemondstaticlist.c >authinfodaemondlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authinfodaemondlist.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authinfo  authinfo.o authinfodaemondlist.o libauth.a =
../rfc2045/librfc2045.a ../random128/librandom128.a `cat libauth.dep =
libauth1.dep`=20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authtest.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authtest  authtest.o libauth.a ../rfc2045/librfc2045.a =
../random128/librandom128.a `cat libauth1.dep`=20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authdaemontest.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authdaemontest  authdaemontest.o libauth.a libauthmod.a =
../numlib/libnumlib.a =20
cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include  -O -pipe  =
-I/usr/local/include -Wall -I.. -I./.. -c authmksock.c
cc  -O -pipe  -I/usr/local/include -Wall -I.. -I./.. -L/usr/local/lib  =
-o authmksock  authmksock.o =20
CONFIG_FILES=3Dauthlib.7 CONFIG_HEADERS=3D /bin/sh ./config.status
creating authlib.7
CONFIG_FILES=3Dauthlib.html CONFIG_HEADERS=3D /bin/sh ./config.status
creating authlib.html
echo "#define AUTHLDAPRC \"\"" >authldaprc.h
echo "#define AUTHMYSQLRC \"/usr/local/etc/courier-imap/authmysqlrc\"" =
>authmysqlrc.h
echo "#define AUTHPGSQLRC \"/usr/local/etc/courier-imap/authpgsqlrc\"" =
>authpgsqlrc.h
echo '#include "./include/config.h"' >vpopmail_config.h
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/authlib'
Making all in waitlib
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/waitlib'
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c waitlib.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c waitlib2.c
rm -f libwaitlib.a
ar cru libwaitlib.a waitlib.o waitlib2.o=20
ranlib libwaitlib.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c testwait.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O -pipe  -c testwait2.c
cc  -Wall -O -pipe   -o testwait  testwait.o testwait2.o libwaitlib.a=20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/waitlib'
Making all in tcpd
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/tcpd'
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
spipe.c
rm -f libspipe.a
ar cru libspipe.a spipe.o=20
ranlib libspipe.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
tlsclient.c
rm -f libcouriertls.a
ar cru libcouriertls.a tlsclient.o=20
ranlib libcouriertls.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
argparse.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
tcpd.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
tcpdaccess.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
tcpremoteinfo.c
cc  -I./.. -I.. -Wall -O -pipe   -o couriertcpd  argparse.o tcpd.o =
tcpdaccess.o tcpremoteinfo.o libspipe.a ../rfc1035/librfc1035.a =
../bdbobj/libbdbobj.a ../authlib/libauth.a ../liblock/liblock.a =
../numlib/libnumlib.a ../waitlib/libwaitlib.a ../soxwrap/libsoxwrap.a =
`cat ../soxwrap/soxlibs.dep` =20
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
logger.c
cc  -I./.. -I.. -Wall -O -pipe   -o logger  logger.o =20
cc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -O -pipe  -c =
starttls.c
cc  -I./.. -I.. -Wall -O -pipe   -o couriertls  starttls.o argparse.o =
libspipe.a ../rfc1035/librfc1035.a ../soxwrap/libsoxwrap.a `cat =
../soxwrap/soxlibs.dep` -lssl -lcrypto =20
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/tcpd'
Making all in imap
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/imap'
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
mainloop.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
imaptoken.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
imapwrite.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
capability.c
rm -f libimapd.a
ar cru libimapd.a mainloop.o imaptoken.o imapwrite.o capability.o=20
ranlib libimapd.a
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
imaplogin.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
authenticate_auth.c
cc  -I.. -I./.. -Wall -O -pipe   -o imaplogin  imaplogin.o =
authenticate_auth.o libimapd.a ../authlib/libauthmod.a =
../authlib/libauth.a ../random128/librandom128.a =
../rfc2045/librfc2045.a ../rfc822/librfc822.a ../md5/libmd5.a =
../tcpd/libspipe.a =20
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
fetch.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
fetchinfo.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
imapd.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
imapscanclient.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
mailboxlist.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
msgbodystructure.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
msgenvelope.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
mysignal.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
thread.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
search.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
searchinfo.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
storeinfo.c
cc  -I.. -I./.. -Wall -O -pipe   -o imapd  fetch.o fetchinfo.o imapd.o =
imapscanclient.o mailboxlist.o msgbodystructure.o msgenvelope.o =
mysignal.o thread.o search.o searchinfo.o storeinfo.o libimapd.a =
../rfc2045/librfc2045.a ../rfc822/librfc822.a ../unicode/libunicode.a =
../authlib/libauthmod.a ../authlib/libauth.a ../maildir/libmaildir.a =
../liblock/liblock.a ../numlib/libnumlib.a ../bdbobj/libbdbobj.a   =20
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
pop3login.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
pop3dcapa.c
cc  -I.. -I./.. -Wall -O -pipe   -o pop3login  pop3login.o pop3dcapa.o =
../authlib/libauthmod.a ../authlib/libauth.a =
../random128/librandom128.a ../md5/libmd5.a ../rfc2045/librfc2045.a=20
cc -DHAVE_CONFIG_H -I. -I. -I.     -I.. -I./.. -Wall -O -pipe  -c =
pop3dserver.c
cc  -I.. -I./.. -Wall -O -pipe   -o pop3d  pop3dserver.o pop3dcapa.o =
../authlib/libauthmod.a ../authlib/libauth.a ../maildir/libmaildir.a =
../numlib/libnumlib.a=20
CONFIG_FILES=3Dimapd.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating imapd.8
CONFIG_FILES=3Dimapd.html CONFIG_HEADERS=3D /bin/sh ./config.status
creating imapd.html
CONFIG_FILES=3Dmkimapdcert.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating mkimapdcert.html
CONFIG_FILES=3Dmkimapdcert.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating mkimapdcert.8
CONFIG_FILES=3Dmkpop3dcert.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating mkpop3dcert.html
CONFIG_FILES=3Dmkpop3dcert.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating mkpop3dcert.8
CONFIG_FILES=3Dcourierpop3d.html CONFIG_HEADERS=3D /bin/sh =
./config.status
creating courierpop3d.html
CONFIG_FILES=3Dcourierpop3d.8 CONFIG_HEADERS=3D /bin/sh ./config.status
creating courierpop3d.8
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3/imap'
gmake[1]: Entering directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3'
cp imap/imapd .
cp imap/pop3d .
cp maildir/maildirmake .
cp makedat/makedatprog .
cp tcpd/couriertcpd .
cp maildir/deliverquota .
cp tcpd/logger .
cp imap/imaplogin .
cp imap/pop3login .
cp userdb/userdbpw .
cp imap/mkimapdcert .
cp imap/mkpop3dcert .
cp userdb/vchkpw2userdb vchkpw2userdb
cp userdb/makeuserdb .
cp userdb/pw2userdb .
cp userdb/makeuserdb.8 .
cp userdb/userdb.8 .
cp userdb/userdbpw.8 .
cp ./tcpd/couriertcpd.1 .
cp maildir/deliverquota.8 .
cp maildir/maildirmake.1 .
cp imap/imapd.8 .
cp -f imap/mkimapdcert.8 .
cp -f imap/mkpop3dcert.8 .
cp imap/imapd.dist .
cp imap/imapd-ssl.dist .
cp imap/pop3d.dist .
cp imap/pop3d-ssl.dist .
cp -f ./maildir/quotawarnmsg quotawarnmsg.example
gmake[1]: Leaving directory =
`/usr/ports/mail/courier-imap/work/courier-imap-1.4.3'
bash-2.05# work/courier-imap-1.4.3/authlib/au thinfo=20
AUTHENTICATION_MODULES=3D"authdaemon"
AUTHDAEMONMODULELIST=3D"authcustom authuserdb authpam"
SASL_AUTHENTICATION_MODULES=3D"CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"
bash-2.05# exit
exit

Script done on Wed Jun 19 13:29:21 2002

------_=_NextPart_000_01C217A2.7C563340--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6973E4999161D411A57600010233D19797F281>