Skip to content

Instantly share code, notes, and snippets.

@msimerson
Created December 8, 2016 21:55
Show Gist options
  • Save msimerson/680b58321273b144b38e7b834960c47b to your computer and use it in GitHub Desktop.
Save msimerson/680b58321273b144b38e7b834960c47b to your computer and use it in GitHub Desktop.
Mail Toaster 6 - sample output - provision-sqwebmail
# ./provision-sqwebmail.sh
loading mail-toaster.conf
mysql enabled
toaster host: jails.tnpi.net
email domain: theartfarm.com
shell: /bin/sh
safe name: stage
zroot/jails/base-10.3-RELEASE@p12 snapshot exists
*** stage cleanup ***
service jail stop stage
Stopping jails:.
jail -r stage
stage: removed
zroot/data/sqwebmail filesystem exists
zroot/jails/stage filesystem exists
zfs destroy -f zroot/jails/stage
*** stage jail filesystem setup ***
zfs clone zroot/jails/base-10.3-RELEASE@p12 zroot/jails/stage
sysrc -R /jails/stage hostname=sqwebmail
hostname: base -> sqwebmail
*** creating data volume ***
zroot/data/sqwebmail filesystem exists
zroot/data/sqwebmail filesystem exists
mkdir -p /jails/stage/data
mount_nullfs /data/sqwebmail /jails/stage/data
mount /jails/stage/usr/ports
mount /jails/stage/var/cache/pkg
*** stage jail sqwebmail startup ***
Setting hostname: sqwebmail.
Starting syslogd.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
32-bit compatibility ldconfig path: /usr/lib32
Clearing /tmp (X related).
Starting cron.
Thu Dec 8 13:52:37 PST 2016
Updating FreeBSD repository catalogue...
[sqwebmail] Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
[sqwebmail] Fetching packagesite.txz: 100% 6 MiB 5.8MB/s 00:01
Processing entries: 100%
FreeBSD repository update completed. 25385 packages processed.
*** installing mysql client libs (for vpopmail) ***
pkg -j stage install -y mysql56-client dialog4ports
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
New version of pkg detected; it needs to be installed first.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
pkg: 1.8.7_3 -> 1.8.8
Number of packages to be upgraded: 1
[sqwebmail] [1/1] Upgrading pkg from 1.8.7_3 to 1.8.8...
[sqwebmail] [1/1] Extracting pkg-1.8.8: 100%
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
mysql56-client: 5.6.34
dialog4ports: 0.1.6
libedit: 3.1.20150325_2,1
Number of packages to be installed: 3
The process will require 46 MiB more space.
[sqwebmail] [1/3] Installing libedit-3.1.20150325_2,1...
[sqwebmail] [1/3] Extracting libedit-3.1.20150325_2,1: 100%
[sqwebmail] [2/3] Installing mysql56-client-5.6.34...
[sqwebmail] [2/3] Extracting mysql56-client-5.6.34: 100%
[sqwebmail] [3/3] Installing dialog4ports-0.1.6...
[sqwebmail] [3/3] Extracting dialog4ports-0.1.6: 100%
Message from mysql56-client-5.6.34:
* * * * * * * * * * * * * * * * * * * * * * * *
Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:
http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.
* * * * * * * * * * * * * * * * * * * * * * * *
*** linking qmail control and user dirs ***
jexec stage ln -s /usr/local/vpopmail/qmail-control /var/qmail/control
ln: /var/qmail/control: No such file or directory
jexec stage ln -s /usr/local/vpopmail/qmail-users /var/qmail/users
ln: /var/qmail/users: No such file or directory
*** installing qmail ***
pkg -j stage install -y netqmail daemontools ucspi-tcp
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
netqmail: 1.06_3
daemontools: 0.76_18
ucspi-tcp: 0.88_2
Number of packages to be installed: 3
The process will require 2 MiB more space.
[sqwebmail] [1/3] Installing netqmail-1.06_3...
===> Creating groups.
Creating group 'qmail' with gid '82'.
Creating group 'qnofiles' with gid '81'.
===> Creating users
Creating user 'alias' with uid '81'.
Creating user 'qmaild' with uid '82'.
Creating user 'qmaill' with uid '83'.
Creating user 'qmailp' with uid '84'.
Creating user 'qmailq' with uid '85'.
Creating user 'qmailr' with uid '86'.
Creating user 'qmails' with uid '87'.
[sqwebmail] [1/3] Extracting netqmail-1.06_3: 100%
A /usr/local/etc/rc.d/qmailsmtpd and a /usr/local/etc/rc.d/qmailsend
symlink were created.
Your hostname is sqwebmail.
hard error
Sorry, I couldn't find your host's canonical name in DNS.
You will have to set up control/me yourself.
[sqwebmail] [2/3] Installing daemontools-0.76_18...
[sqwebmail] [2/3] Extracting daemontools-0.76_18: 100%
[sqwebmail] [3/3] Installing ucspi-tcp-0.88_2...
[sqwebmail] [3/3] Extracting ucspi-tcp-0.88_2: 100%
Message from netqmail-1.06_3:
ATTENTION:
You can enable qmail as your default mailer executing:
> /var/qmail/scripts/enable-qmail
Message from ucspi-tcp-0.88_2:
===> NOTICE:
The ucspi-tcp port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
*** setting mail_qmail_ make.conf options ***
mail_qmail_SET=DNS_CNAME DOCS MAILDIRQUOTA_PATCH
mail_qmail_UNSET=RCDLINK
*** installing vpopmail mysql dependency ***
pkg -j stage install -y mysql56-client
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
*** copying vpopmail options from vpopmail jail ***
*** install vpopmail deps ***
pkg -j stage install -y gmake gettext ucspi-tcp netqmail fakeroot maildrop
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 7 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
gmake: 4.2.1_1
gettext: 0.19.8.1
fakeroot: 1.20.2_1
maildrop: 2.8.4
gettext-tools: 0.19.8.1
courier-unicode: 1.4
pcre: 8.39
Number of packages to be installed: 7
The process will require 19 MiB more space.
[sqwebmail] [1/7] Installing gettext-tools-0.19.8.1...
[sqwebmail] [1/7] Extracting gettext-tools-0.19.8.1: 100%
[sqwebmail] [2/7] Installing courier-unicode-1.4...
[sqwebmail] [2/7] Extracting courier-unicode-1.4: 100%
[sqwebmail] [3/7] Installing pcre-8.39...
[sqwebmail] [3/7] Extracting pcre-8.39: 100%
[sqwebmail] [4/7] Installing gmake-4.2.1_1...
[sqwebmail] [4/7] Extracting gmake-4.2.1_1: 100%
[sqwebmail] [5/7] Installing gettext-0.19.8.1...
[sqwebmail] [6/7] Installing fakeroot-1.20.2_1...
[sqwebmail] [6/7] Extracting fakeroot-1.20.2_1: 100%
[sqwebmail] [7/7] Installing maildrop-2.8.4...
[sqwebmail] [7/7] Extracting maildrop-2.8.4: 100%
*** installing vpopmail port with custom options ***
jexec stage make -C /usr/ports/mail/vpopmail deinstall install clean
===> Deinstalling for vpopmail
===> vpopmail not installed, skipping
===> NOTICE:
The vpopmail port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
===> License GPLv2 GPLv3 accepted by the user
===> Found saved configuration for vpopmail-5.4.33_2
===> vpopmail-5.4.33_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by vpopmail-5.4.33_2 for building
===> Extracting for vpopmail-5.4.33_2
=> SHA256 Checksum OK for vpopmail-5.4.33.tar.gz.
===> Patching for vpopmail-5.4.33_2
===> Converting DOS text files to UNIX text files
===> Applying FreeBSD patches for vpopmail-5.4.33_2
===> vpopmail-5.4.33_2 depends on file: /usr/local/bin/tcprules - found
===> vpopmail-5.4.33_2 depends on file: /var/qmail/bin/qmail-send - found
===> vpopmail-5.4.33_2 depends on executable: gmake - found
===> vpopmail-5.4.33_2 depends on executable: fakeroot - found
===> vpopmail-5.4.33_2 depends on shared library: libmysqlclient.so.18 - found (/usr/local/lib/mysql/libmysqlclient.so.18)
===> Configuring for vpopmail-5.4.33_2
/usr/bin/awk -F: '/^vpopmail:/ { print $3 }' /usr/ports/UIDs > /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/vpopmail.uid
/usr/bin/awk -F: '/^vpopmail:/ { sub(/\/usr\/local/, "/usr/local", $9); print $9 }' /usr/ports/UIDs > /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/vpopmail.dir
/usr/bin/awk -F: '/^vchkpw:/ { print $3 }' /usr/ports/GIDs > /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/vpopmail.gid
/usr/bin/sed -i.bak -E -e "s@(#define PATH_IMAPLOGIN.*)VPOPMAILDIR.*@\1\"/usr/local/sbin/imaplogin\"@" /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/authvchkpw.c
/usr/bin/sed -i.bak -E -e "s@(#define PATH_AUTHVCHKPW.*)VPOPMAILDIR.*@\1\"/usr/local/vpopmail/bin/authvchkpw\"@" /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/authvchkpw.c
/usr/bin/sed -i.bak -E -e "s@(#define PATH_IMAPD.*)VPOPMAILDIR.*@\1\"/usr/local/bin/imapd\"@" /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/authvchkpw.c
/bin/mkdir -p /tmp/portbuild/usr/ports/mail/vpopmail/work/vcfg
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking build system type... amd64-portbld-freebsd10.3
checking host system type... amd64-portbld-freebsd10.3
checking for gawk... (cached) /usr/bin/awk
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... none
checking for ranlib... ranlib
checking for library containing strerror... none required
checking for crypt in -lcrypt... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking for byteswap.h... (cached) no
checking for fcntl.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking for netinet/in.h... (cached) yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... (cached) yes
checking for inline... inline
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether closedir returns void... no
checking return type of signal handlers... void
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for htonll... no
checking for ntohll... no
checking for bzero... (cached) yes
checking for dup2... (cached) yes
checking for fdatasync... no
checking for getcwd... (cached) yes
checking for gethostname... (cached) yes
checking for getpass... yes
checking for getspnam... no
checking for memset... (cached) yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for rmdir... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for utime... (cached) yes
checking for warn... yes
checking for bswap64... yes
checking vpopmail configure options... ok
checking if we're building on Solaris... no
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject program... yes
checking whether we can locate the qmail-newmrh program... yes
checking for valid vpopmail user and group... checking whether roaming-users has been enabled... no
checking whether learn-passwords is enabled... no
checking whether md5-passwords is enabled... yes
checking whether file-locking is enabled... yes
checking whether file-sync is enabled... no
checking whether make-seekable is enabled... yes
checking whether clear-passwd is enabled... yes
checking whether user-big-dir is enabled... yes
checking whether sqwebmail-pass is enabled... no
checking whether qmail-ext is enabled... no
checking whether ip-alias-domains is enabled... no
checking whether onchange script is enabled... no
checking whether spamassassin is enabled... no
checking whether maildrop is enabled... no
checking whether domainquotas is enabled... no
checking whether an auth module has been specified... mysql
checking whether system accounts have been enabled... no
checking whether /etc/shadow exists... no
checking whether logging is enabled... all attempts
checking whether auth-logging is enabled... yes
checking whether sql-logging is enabled... no
checking whether mysql-limits is enabled... no
checking whether mysql-replication is enabled... no
checking whether valias is enabled... yes
checking whether many-domains is enabled... yes
checking whether any discontinued --enable commands have been used... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
vpopmail 5.4.33
Current settings
---------------------------------------
vpopmail directory = /usr/local/vpopmail
domains directory = /usr/local/vpopmail/domains
uid = 89
gid = 89
roaming users = OFF --disable-roaming-users (default)
password learning = OFF --disable-learn-passwords (default)
md5 passwords = ON --enable-md5-passwords (default)
file locking = ON --enable-file-locking (default)
vdelivermail fsync = OFF --disable-file-sync (default)
make seekable = ON --enable-make-seekable (default)
clear passwd = ON --enable-clear-passwd (default)
user dir hashing = ON --enable-users-big-dir (default)
address extensions = OFF --disable-qmail-ext (default)
ip alias = OFF --disable-ip-alias-domains (default)
onchange script = OFF --disable-onchange-script (default)
domain quotas = OFF --disable-domainquotas (default)
auth module = mysql --enable-auth-module=mysql
mysql replication = OFF --disable-mysql-replication (default)
sql logging = OFF --disable-sql-logging (default)
mysql limits = OFF --disable-mysql-limits (default)
SQL valias table = ON --enable-valias
auth inc = -I/usr/local/include/mysql
auth lib = -L/usr/local/lib/mysql -lmysqlclient -lz -lm
system passwords = OFF --disable-passwd (default)
pop syslog = show successful and failed login attempts --enable-logging=y
auth logging = ON --enable-auth-logging (default)
all domains in one SQL table = --enable-many-domains (default)
spamassassin = OFF --disable-spamassassin (default)
maildrop = OFF --disable-maildrop (default)
===> Building for vpopmail-5.4.33_2
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake all-recursive
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
Making all in cdb
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/cdb'
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
( cat warn-auto.sh; \
echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \
) > compile
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -1 conf-ld`" \
'-o "$main" "$main".o ${1+"$@"}' \
) > load
chmod 755 compile
chmod 755 load
( ( ./compile tryulong32.c && ./load tryulong32 && \
./tryulong32 ) >/dev/null 2>&1 \
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo 'rm -f "$main"'; \
echo 'ar cr "$main" ${1+"$@"}'; \
case "`cat systype`" in \
sunos-5.*) ;; \
unix_sv*) ;; \
irix64-*) ;; \
irix-*) ;; \
dgux-*) ;; \
hp-ux-*) ;; \
sco*) ;; \
*) echo 'ranlib "$main"' ;; \
esac \
) > makelib
chmod 755 makelib
rm -f tryulong32.o tryulong32
./compile cdb_hash.c
./compile cdb_unpack.c
./compile cdb_seek.c
./compile cdbmake_pack.c
./compile cdbmake_hash.c
./compile cdbmake_add.c
cdb_seek.c:17:11: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
r = read(fd,buf,len);
^
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \
cdbmake_add.o
1 warning generated.
./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/cdb'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vpopmail.o `test -f 'vpopmail.c' || echo './'`vpopmail.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-md5.o `test -f 'md5.c' || echo './'`md5.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-bigdir.o `test -f 'bigdir.c' || echo './'`bigdir.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vauth.o `test -f 'vauth.c' || echo './'`vauth.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-file_lock.o `test -f 'file_lock.c' || echo './'`file_lock.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vpalias.o `test -f 'vpalias.c' || echo './'`vpalias.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-seek.o `test -f 'seek.c' || echo './'`seek.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vlimits.o `test -f 'vlimits.c' || echo './'`vlimits.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-maildirquota.o `test -f 'maildirquota.c' || echo './'`maildirquota.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vutil.o `test -f 'vutil.c' || echo './'`vutil.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-vlistlib.o `test -f 'vlistlib.c' || echo './'`vlistlib.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-backfill.o `test -f 'backfill.c' || echo './'`backfill.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-client.o `test -f 'client.c' || echo './'`client.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-conf.o `test -f 'conf.c' || echo './'`conf.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c -o libvpopmail_a-ippp.o `test -f 'ippp.c' || echo './'`ippp.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vchkpw.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c md5.c
md5.c:144:27: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a
different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess]
memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
~~~ ^~~
md5.c:144:27: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
^~~
md5.c:144:27: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a
different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess]
memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
~~~ ^~~cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c hmac_md5.c
md5.c:144:27: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
^~~
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vdelivermail.c
bigdir.c:90:57: warning: for loop has empty body [-Wempty-body]
for(i=in_start;i<in_end+1 && dirlist[i] != in_char;++i);
^
bigdir.c:90:57: note: put the semicolon on a separate line vpopmail.c:740:54: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf (quota, sizeof(quota), "%lluS,%lluC", limits.defaultquota,
~~~~ ^~~~~~~~~~~~~~~~~~~
%lu
vpopmail.c:741:9: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
limits.defaultmaxmsgcount);
^~~~~~~~~~~~~~~~~~~~~~~~~
vpopmail.c:743:cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c maildirquota.c
48: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf (quota, sizeof(quota), "%lluS", limits.defaultquota);
~~~~ ^~~~~~~~~~~~~~~~~~~
%lu
to silence this warning
vpopmail.c:746:48: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf (quota, sizeof(quota), "%lluC", limits.defaultmaxmsgcount);
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
%lu
maildirquota.cvlimits.c:483:38: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
fprintf(fs, "quota: %llu\n", limits->diskquota);
~~~~ ^~~~~~~~~~~~~~~~~
%lu
:vlimits.c:484:44: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
fprintf(fs, "maxmsgcount: %llu\n", limits->maxmsgcount);364:9: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (n < 0)
~ ^ ~
~~~~ ^~~~~~~~~~~~~~~~~~~
%lumaildirquota.c:403:26: warning: format specifies type 'unsigned long long *' but the argument has type 'storage_t *'
(aka 'unsigned long *') [-Wformat]
sscanf(q, "%llu %llu", &n, &c);
~~~~ ^~
%lu
maildirquota.c:403:30: warning: format specifies type 'unsigned long long *' but the argument has type 'storage_t *'
(aka 'unsigned long *') [-Wformat]
sscanf(q, "%llu %llu", &n, &c);
vlimits.c:485:46: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
fprintf(fs, "default_quota: %llu\n", limits->defaultquota);
~~~~ ^~~~~~~~~~~~~~~~~~~~
%lu
~~~~ ^~vlimits.c:486:52: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
fprintf(fs, "default_maxmsgcount: %llu\n", limits->defaultmaxmsgcount);
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%lu
%lu
vlistlib.c:487:63: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
printf( " First Token: %s Len: %d\n", Tmp, strlen( Tmp ));
~~ ^~~~~~~~~~~~~
%lu
maildirquota.c:809:32: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
sprintf(u.buf, "%llu %llu\n", maildirsize_size, maildirsize_cnt);
~~~~ ^~~~~~~~~~~~~~~~
%lu
maildirquota.c:809:50: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
sprintf(u.buf, "%llu %llu\n", maildirsize_size, maildirsize_cnt);
~~~~ ^~~~~~~~~~~~~~~
%lu
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c clearopensmtp.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vadddomain.c
vpopmail.c:1930:30: warning: 'memset' call operates on objects of 1 warning generated.
type 'char' while the size is based on a different type
'char *' [-Wsizeof-pointer-memaccess]
memset(domain, 0, sizeof(domain));
~~~~~~ ^~~~~~
vpopmail.c:1930:30: note: did you mean to provide an explicit length?
memset(domain, 0, sizeof(domain));
^~~~~~
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vdeldomain.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vpasswd.c
maildirquota.c:364:9: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (n < 0)
~ ^ ~
maildirquota.c:403:26: warning: format specifies type 'unsigned long long *' but the argument has type 'storage_t *'
(aka 'unsigned long *') [-Wformat]
sscanf(q, "%llu %llu", &n, &c);
~~~~ ^~
%lu
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vadduser.c
maildirquota.c:403:30: warning: format specifies type 'unsigned long long *' but the argument has type 'storage_t *'
(aka 'unsigned long *') [-Wformat]
sscanf(q, "%llu %llu", &n, &c);
~~~~ ^~
%lu
vpopmail.c:3838:41: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
else sprintf (tempquota, "%lluS", quota_size);
~~~~ ^~~~~~~~~~
%lu
vpopmail.c:3840:36: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
sprintf (tempquota, "%lluC", quota_count);
~~~~ ^~~~~~~~~~~
%lu
vpopmail.c:3842:42: warning: format specifies type 'unsigned long long' but the argument maildirquota.c:809:32: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
has sprintf(u.buf, "%llu %llu\n", maildirsize_size, maildirsize_cnt);
~~~~ ^~~~~~~~~~~~~~~~
%lu
maildirquota.c:809:50: warning: format specifies type 'unsigned long long' but the argument has typetype 'storage_t''storage_t'
(aka 'unsigned long')(aka 'unsigned long') [-Wformat][-Wformat]
sprintf(u.buf, "%llu %llu\n", maildirsize_size, maildirsize_cnt); sprintf (tempquota, "%lluS,%lluC", quota_size, quota_count);
~~~~ ^~~~~~~~~~~~~~~ ~~~~ ^~~~~~~~~~
%lu %lu
vpopmail.c:3842:54: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
sprintf (tempquota, "%lluS,%lluC", quota_size, quota_count);
~~~~ ^~~~~~~~~~~
%lu
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vdeluser.c
vpopmail.c:4067:37: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'1 warning generated.
(aka 'unsigned long') [-Wformat]
snprintf(n, sizeof(n), "%llu", va_arg(ap, storage_t));
~~~~ ^~~~~~~~~~~~~~~~~~~~~
%lu
/usr/include/x86/stdarg.h:48:2: note: expanded from macro 'va_arg'
__builtin_va_arg((ap), type)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vaddaliasdomain.c
4 warnings generated.
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vsetuserquota.c
1 warning generated.
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vpopbull.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vdeloldusers.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vmoduser.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c valias.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vuserinfo.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vmkpasswd.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vipmap.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vdominfo.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vconvert.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vkill.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vmoddomlimits.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vchangepw.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c dotqmail2valias.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vpopmaild.c
1 warning generated.
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vlist.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vlistlib.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vutil.c
5 warnings generated.
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c authvchkpw.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c vusagec.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c client.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c conf.c
cc -I. -I/usr/local/include/mysql -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -c ippp.c
vmoddomlimits.c:210:47: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
printf("Domain Quota: %llu MB\n", limits.diskquota);
~~~~ ^~~~~~~~~~~~~~~~
%lu
vmoddomlimits.c:211:56: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
printf("Default User Quota: %llu bytes\n", limits.defaultquota);
~~~~ ^~~~~~~~~~~~~~~~~~~
%lu
vmoddomlimits.c:212:51: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
printf("Max Domain Messages: %llu\n", limits.maxmsgcount);
~~~~ ^~~~~~~~~~~~~~~~~~
%lu
vmoddomlimits.c:213:61: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
printf("Default Max Messages per User: %llu\n", limits.defaultmaxmsgcount);
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
%lu
vusagec.c:70:94: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
...printf("%s: %llu byte(s) in %llu file(s)\n", *(argv[i]) == '@' ? (argv[i] + 1) : argv[i], uusage, musage);
~~~~ ^~~~~~
%lu
vusagec.c:70:102: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
...printf("%s: %llu byte(s) in %llu file(s)\n", *(argv[i]) == '@' ? (argv[i] + 1) : argv[i], uusage, musage);
~~~~ ^~~~~~
%lu
5 warnings generated.
2 warnings generated.
vlistlib.c:487:63: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
printf( " First Token: %s Len: %d\n", Tmp, strlen( Tmp ));
~~ ^~~~~~~~~~~~~
%lu
authvchkpw.c:440:23: warning: incompatible pointer types passing 'struct vqpasswd *' to parameter of type
'struct passwd *' [-Wincompatible-pointer-types]
status = Login_Tasks(pw, userid, TmpBuf);
^~
vpopmaild.c:1463:33: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," file", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1463:33: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," file", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1465:32: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," dir", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1465:32: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," dir", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1467:36: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," chardev", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1467:36: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," chardev", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1469:35: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," blkdev", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1469:35: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," blkdev", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1471:33: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," fifo", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1471:33: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," fifo", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1473:33: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," link", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1473:33: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," link", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1475:33: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," sock", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1475:33: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," sock", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1477:36: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf," unknown", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1477:36: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf," unknown", sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1479:32: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf,RET_CRLF, sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1479:32: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf,RET_CRLF, sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:1608:33: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]
strncat(WriteBuf, tmpbuf, sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
vpopmaild.c:1608:33: note: change the argument to be the free space in the destination buffer minus the terminating null
byte
strncat(WriteBuf, tmpbuf, sizeof(WriteBuf));
^~~~~~~~~~~~~~~~
sizeof(WriteBuf) - strlen(WriteBuf) - 1
vpopmaild.c:2284:5: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
mylimits.diskquota); wait_write();
^~~~~~~~~~~~~~~~~~
vpopmaild.c:2286:5: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
mylimits.maxmsgcount); wait_write();
^~~~~~~~~~~~~~~~~~~~
vpopmaild.c:2288:5: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
mylimits.defaultquota); wait_write();
^~~~~~~~~~~~~~~~~~~~~
vpopmaild.c:2290:5: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
mylimits.defaultmaxmsgcount); wait_write();
^~~~~~~~~~~~~~~~~~~~~~~~~~~
vpopmaild.c:2628:62: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "size %llu" RET_CRLF, bytes);
~~~~ ^~~~~
%lu
vpopmaild.c:2630:63: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "count %llu" RET_CRLF, cnt);
~~~~ ^~~
%lu
vpopmaild.c:2683:66: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "size %llu" RET_CRLF, bytes);
~~~~ ^~~~~
%lu
vpopmaild.c:2685:67: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "count %llu" RET_CRLF, cnt);
~~~~ ^~~
%lu
vpopmaild.c:2694:62: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "size %llu" RET_CRLF, totalbytes);
~~~~ ^~~~~~~~~~
%lu
vpopmaild.c:2696:63: warning: format specifies type 'unsigned long long' but the argument has type 'storage_t'
(aka 'unsigned long') [-Wformat]
snprintf(WriteBuf, sizeof(WriteBuf), "count %llu" RET_CRLF, totalcnt);
~~~~ ^~~~~~~~
%lu
1 warning generated.
4 warnings generated.
1 warning generated.
10 warnings generated.
rm -f libvpopmail.a
ar cru libvpopmail.a libvpopmail_a-vpopmail.o libvpopmail_a-md5.o libvpopmail_a-bigdir.o libvpopmail_a-vauth.o libvpopmail_a-file_lock.o libvpopmail_a-vpalias.o libvpopmail_a-seek.o libvpopmail_a-vlimits.o libvpopmail_a-maildirquota.o libvpopmail_a-vutil.o libvpopmail_a-vlistlib.o libvpopmail_a-backfill.o libvpopmail_a-client.o libvpopmail_a-conf.o libvpopmail_a-ippp.o cdb/*.o
ranlib libvpopmail.a
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vadddomain vadddomain.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o clearopensmtp clearopensmtp.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vdelivermail vdelivermail.o maildirquota.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vdeldomain vdeldomain.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vdeluser vdeluser.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vadduser vadduser.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vpasswd vpasswd.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vaddaliasdomain vaddaliasdomain.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vdeloldusers vdeloldusers.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vpopbull vpopbull.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vsetuserquota vsetuserquota.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vmoduser vmoduser.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vuserinfo vuserinfo.o maildirquota.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o valias valias.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
20 warnings generated.
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vmkpasswd vmkpasswd.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vipmap vipmap.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vconvert vconvert.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vkill vkill.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vdominfo vdominfo.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vmoddomlimits vmoddomlimits.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o dotqmail2valias dotqmail2valias.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vchangepw vchangepw.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vpopmaild vpopmaild.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o authvchkpw authvchkpw.o hmac_md5.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vlist vlist.o vlistlib.o vutil.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
cc -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing -fstack-protector -o vusagec vusagec.o client.o conf.o ippp.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
===> Staging for vpopmail-5.4.33_2
===> vpopmail-5.4.33_2 depends on file: /usr/local/bin/tcprules - found
===> vpopmail-5.4.33_2 depends on file: /var/qmail/bin/qmail-send - found
===> Generating temporary packing list
===> Creating groups.
===> Creating users
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake INSTALL_PROGRAM="/usr/bin/install -c -o nobody -m 711 -g nobody -s" \
install_sh_PROGRAM="/usr/bin/install -c -o nobody -m 711 -g nobody -s" INSTALL_STRIP_FLAG=-s \
`test -z '' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
Making install in cdb
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/cdb'
gmake[4]: Nothing to be done for 'install'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/cdb'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
for d in bin doc etc include lib ; do \
if test ! -d /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/$d; then \
/usr/bin/install -c -d -g nobody -m 0755 -o nobody \
/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/$d ; \
fi ; \
done
/usr/bin/install -c -d -g nobody -m 0700 -o nobody \
/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/domains
echo "-I/usr/local/vpopmail/include" > \
/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/inc_deps
echo "-L/usr/local/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt " > \
/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/lib_deps
if test ! -r /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vusagec.conf-dist; then \
/usr/bin/install -c -o nobody -m 0644 -g nobody \
vusagec.conf /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vusagec.conf-dist; \
fi
if test ! -r /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vlimits.default-dist; then \
/usr/bin/install -c -o nobody -m 0644 -g nobody \
vlimits.default /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vlimits.default-dist; \
fi
if test "1" = "1"; then \
if test ! -r /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; then \
echo "# MYSQL CONNECTION SETTINGS FOR VPOPMAIL" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "#" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# Line 1 defines the connection to use for database reads," >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# Line 2 defines the connection to use for database updates/writes." >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "#" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# If you omit line 2, then the same settings will be" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# used for both read and write." >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "#" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# settings for each line:" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# host|port|user|password|database" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "#" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "localhost|0|root|secret|vpopmail" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "#" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# Note:" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# The value of host may be either a hostname or an IP address." >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# If host is 'localhost', then sockets (Unix) or named pipes (Windows)" >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
echo "# will be used instead of TCP/IP to connect to the server." >> /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist; \
fi ; \
chown nobody /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist ; \
chgrp nobody /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist ; \
chmod 0640 /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/vpopmail.mysql-dist ; \
fi
/usr/bin/install -c -o root -m 0644 \
libvpopmail.a /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/lib/libvpopmail.a
/usr/bin/install -c -o root -m 0444 \
config.h /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/include/vpopmail_config.h
for include in vpopmail.h config.h vauth.h vlimits.h storage.h client.h conf.h ippp.h ; do \
/usr/bin/install -c -o root -m 0444 $include \
/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/include/ ; \
done
/usr/bin/install -c -d /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/doc/man_html
/usr/bin/install -c -d /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/doc/doc_html
/usr/bin/install -c -o nobody -m 0444 -g nobody \
doc/man_html/*.* /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/doc/man_html/
/usr/bin/install -c -o nobody -m 0444 -g nobody \
doc/doc_html/*.* /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/doc/doc_html/
test -z "/usr/local/vpopmail/bin" || /bin/mkdir -p "/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/bin"
/usr/bin/install -c -o nobody -m 711 -g nobody -s vchkpw vdelivermail clearopensmtp vadddomain vdeldomain vpasswd vadduser vdeluser vaddaliasdomain vsetuserquota vpopbull vdeloldusers vmoduser valias vuserinfo vmkpasswd vipmap vdominfo vconvert vkill vmoddomlimits vchangepw dotqmail2valias vpopmaild vlist authvchkpw vusagec '/tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/bin'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
****************************************************
If you plan to use the vpopmail usage daemon
run the following commands:
cd vusaged && ./configure && make
Then follow the INSTALL file to install
****************************************************
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33'
/bin/mkdir -p /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc
if [ -e "/tmp/portbuild/usr/ports/mail/vpopmail/work/vcfg/tcp.smtp" ]; then install -m 0644 /tmp/portbuild/usr/ports/mail/vpopmail/work/vcfg/tcp.smtp /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/tcp.smtp-dist; else /usr/bin/touch /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/etc/tcp.smtp-dist; fi;
install -m 0644 /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.activedirectory /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.filelocking /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.ipaliasdomains /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.ldap /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.maildrop /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.mysql /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.onchange /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.oracle /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.pgsql /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.qmail-default /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.quotas /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.roamingusers /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.spamassassin /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.sybase /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.vdelivermail /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.vlimits /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.vpopmaild /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.vpopmaild /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/README.vqmaillocal /tmp/portbuild/usr/ports/mail/vpopmail/work/vpopmail-5.4.33/doc/UPGRADE /tmp/portbuild/usr/ports/mail/vpopmail/work/stage/usr/local/vpopmail/doc/
====> Compressing man pages (compress-man)
===> Installing for vpopmail-5.4.33_2
===> Checking if vpopmail already installed
===> Registering installation for vpopmail-5.4.33_2
[sqwebmail] Installing vpopmail-5.4.33_2...
===> Creating groups.
Creating group 'vchkpw' with gid '89'.
===> Creating users
Creating user 'vpopmail' with uid '89'.
===> NOTICE:
The vpopmail port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
===> Cleaning for vpopmail-5.4.33_2
*** mounting shared vpopmail fs ***
zroot/data/vpopmail filesystem exists
/data/vpopmail on /jails/stage/usr/local/vpopmail (nullfs, local)
/jails/stage/usr/local/vpopmail already mounted!
*** linking to shared qmail control dirs ***
jexec stage rm -rf /var/qmail/users
jexec stage ln -s /usr/local/vpopmail/qmail-users /var/qmail/users
jexec stage rm -rf /var/qmail/control
jexec stage ln -s /usr/local/vpopmail/qmail-control /var/qmail/control
*** installing sqwebmail ***
pkg -j stage install -y sqwebmail courier-authlib lighttpd
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
The following 11 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
sqwebmail: 5.8.3_1
courier-authlib: 0.66.3
lighttpd: 1.4.42_1
gamin: 0.1.10_8
glib: 2.46.2_3
python27: 2.7.12
libffi: 3.2.1
libiconv: 1.14_9
perl5: 5.20.3_15
courier-authlib-base: 0.66.3_2
libltdl: 2.4.6
Number of packages to be installed: 11
The process will require 139 MiB more space.
[sqwebmail] [1/11] Installing libffi-3.2.1...
[sqwebmail] [1/11] Extracting libffi-3.2.1: 100%
[sqwebmail] [2/11] Installing python27-2.7.12...
[sqwebmail] [2/11] Extracting python27-2.7.12: 100%
[sqwebmail] [3/11] Installing libiconv-1.14_9...
[sqwebmail] [3/11] Extracting libiconv-1.14_9: 100%
[sqwebmail] [4/11] Installing perl5-5.20.3_15...
[sqwebmail] [4/11] Extracting perl5-5.20.3_15: 100%
[sqwebmail] [5/11] Installing glib-2.46.2_3...
[sqwebmail] [5/11] Extracting glib-2.46.2_3: 100%
No schema files found: doing nothing.
[sqwebmail] [6/11] Installing libltdl-2.4.6...
[sqwebmail] [6/11] Extracting libltdl-2.4.6: 100%
[sqwebmail] [7/11] Installing gamin-0.1.10_8...
[sqwebmail] [7/11] Extracting gamin-0.1.10_8: 100%
[sqwebmail] [8/11] Installing courier-authlib-base-0.66.3_2...
===> Creating groups.
Creating group 'courier' with gid '465'.
===> Creating users
Creating user 'courier' with uid '465'.
[sqwebmail] [8/11] Extracting courier-authlib-base-0.66.3_2: 100%
[sqwebmail] [9/11] Installing sqwebmail-5.8.3_1...
[sqwebmail] [9/11] Extracting sqwebmail-5.8.3_1: 100%
[sqwebmail] [10/11] Installing courier-authlib-0.66.3...
[sqwebmail] [11/11] Installing lighttpd-1.4.42_1...
[sqwebmail] [11/11] Extracting lighttpd-1.4.42_1: 100%
Message from python27-2.7.12:
===========================================================================
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
===========================================================================
Message from perl5-5.20.3_15:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from gamin-0.1.10_8:
===============================================================================
Gamin will only provide realtime notification of changes for at most n files,
where n is the minimum value between (kern.maxfiles * 0.7) and
(kern.maxfilesperproc - 200). Beyond that limit, files will be polled.
If you often open several large folders with Nautilus, you might want to
increase the kern.maxfiles tunable (you do not need to set
kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).
For a typical desktop, add the following line to /boot/loader.conf, then
reboot the system:
kern.maxfiles="25000"
The behavior of gamin can be controlled via the various gaminrc files.
See http://www.gnome.org/~veillard/gamin/config.html on how to create
these files. In particular, if you find gam_server is taking up too much
CPU time polling for changes, something like the following may help
in one of the gaminrc files:
# reduce polling frequency to once per 10 seconds
# for UFS file systems in order to lower CPU load
fsset ufs poll 10
===============================================================================
===> NOTICE:
The gamin port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
*** building courier-authlib with vpopmail support ***
*** setting security_courier-authlib make.conf options ***
security_courier-authlib_SET=AUTH_VCHKPW
jexec stage make -C /usr/ports/security/courier-authlib deinstall install clean
===> Deinstalling for courier-authlib
===> Deinstalling courier-authlib-0.66.3
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
courier-authlib-0.66.3
Number of packages to be removed: 1
[sqwebmail] [1/1] Deinstalling courier-authlib-0.66.3...
===> courier-authlib-0.66.3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by courier-authlib-0.66.3 for building
===> Extracting for courier-authlib-0.66.3
===> Patching for courier-authlib-0.66.3
===> courier-authlib-0.66.3 depends on file: /usr/local/lib/courier-authlib/libauthvchkpw.so - not found
===> courier-authlib-vchkpw-0.66.3_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by courier-authlib-vchkpw-0.66.3_2 for building
===> Extracting for courier-authlib-vchkpw-0.66.3_2
===> courier-authlib-vchkpw-0.66.3_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by courier-authlib-vchkpw-0.66.3_2 for building
=> SHA256 Checksum OK for courier-authlib-0.66.3.tar.bz2.
===> Patching for courier-authlib-vchkpw-0.66.3_2
===> Applying FreeBSD patches for courier-authlib-vchkpw-0.66.3_2
===> courier-authlib-vchkpw-0.66.3_2 depends on file: /usr/local/vpopmail/lib/libvpopmail.a - found
===> courier-authlib-vchkpw-0.66.3_2 depends on package: libiconv>=1.14_9 - found
===> courier-authlib-vchkpw-0.66.3_2 depends on executable: gmake - found
===> courier-authlib-vchkpw-0.66.3_2 depends on package: perl5>=5.20<5.21 - found
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libltdl.so - found (/usr/local/lib/libltdl.so)
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libcourier-unicode.so - found (/usr/local/lib/libcourier-unicode.so)
===> Configuring for courier-authlib-vchkpw-0.66.3_2
configure: loading site script /usr/ports/Templates/config.site
configure: creating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking whether ln -s works... yes
checking for perl5... /usr/local/bin/perl5
checking for sysconftool...... ././sysconftool
checking build system type... amd64-portbld-freebsd10.3
checking host system type... amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... (cached) no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... (cached) no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... (cached) no
checking for argz_stringify... (cached) no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers...
checking where to find libltdl library... -lltdl
checking for unistd.h... (cached) yes
checking for dl.h... (cached) no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... (cached) yes
checking for closedir... (cached) yes
checking for opendir... (cached) yes
checking for readdir... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for perl5... (cached) /usr/local/bin/perl
checking for courier-config... no
checking for ltdl.h... (cached) yes
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 whether -lm is needed for floor... 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 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
checking for stdio.h... (cached) yes
checking for security/pam_appl.h... (cached) yes
checking Pam/pam_appl.h usability... no
checking Pam/pam_appl.h presence... no
checking for Pam/pam_appl.h... no
checking lber.h usability... no
checking lber.h presence... no
checking for lber.h... no
checking ldap.h usability... no
checking ldap.h presence... no
checking for ldap.h... no
checking for netinet/in.h... (cached) yes
checking for endpwent... yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking for getspent in -lshadow... no
checking for endspent... no
checking for getspent... no
----------------------------------------------------
NOTE
All questions regarding ANY vpopmail-related problems,
such as compiling/building failures, or login errors
should be referred to the vpopmail mailing list.
Vpopmail questions sent to the Courier mailing lists
will be IGNORED.
----------------------------------------------------
checking for open_smtp_relay... no
checking for vset_lastauth... yes
checking for pg_config... no
checking for mysql_config... /usr/local/bin/mysql_config
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 sys/select.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for setsid... (cached) yes
checking for setlogin... (cached) yes
checking for crypt in -lcrypt... (cached) yes
checking for crypt... yes
checking for crypt() prototype... 0
checking for mail userid... courier (from previous courierauthconfig)
checking for mail group id... courier (from previous courierauthconfig)
checking for socklen_t... yes
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating authdaemond
config.status: creating authdaemonrc
config.status: creating authsystem.passwd
config.status: creating README.authdebug.html
config.status: creating dbobj.config
config.status: creating dbobj.h
config.status: creating authmigrate
config.status: creating courier-authlib.spec
config.status: creating courier-authlib.lpspec
config.status: creating courier-authlib.sysvinit
config.status: creating courier-authlib.service
config.status: WARNING: 'courier-authlib.service.in' seems to ignore the --datarootdir setting
config.status: creating userdb-test-cram-md5.pl
config.status: creating courier_auth_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/bdbobj (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for gawk... (cached) /usr/bin/awk
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for library containing strerror... none required
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
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... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking if the C++ compiler needs -fhandle-exceptions... no
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/gdbmobj (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for library containing strerror... (cached) none required
checking for gawk... (cached) /usr/bin/awk
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ld used by c++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... (cached) -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... (cached) yes
checking if c++ static flag -static works... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for gdbm_open in -lgdbm... no
checking for gdbm_open... no
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking if the C++ compiler needs -fhandle-exceptions... (cached) no
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/md5 (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/sha1 (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for ANSI C header files... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/libhmac (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/numlib (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for int64_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for setgroups... (cached) yes
checking for initgroups... yes
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/ (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/)
configure: WARNING: no configuration information is in libs/
=== configuring in libs/rfc822 (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for an ANSI C-conforming 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 special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for pkg-config... no
checking for LIBIDN... no
configure: WARNING: Libidn not found
checking if Libidn should be used... no
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for setlocale... (cached) yes
checking how to calculate alternate timezone... unknown
configure: WARNING: Cannot figure out how to calculate the alternate timezone, will use GMT
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/random128 (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-unicode' '--disable-static' '--without-authcustom' '--without-authshadow' '--without-authpwd' '--with-mailuser=courier' '--with-mailgroup=courier' '--localstatedir=/var' '--with-authdaemonvar=/var/run/authdaemond' '--without-authsqlite' '--without-base' '--without-authpam' '--without-authpipe' '--with-db=db' '--without-authuserdb' '--without-authldap' '--without-authmysql' '--without-authpgsql' '--with-authvchkpw' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CPP=cpp' '--with-makedatprog=/usr/local/libexec/courier-authlib/makedatprog' '--with-userdb=/usr/local/etc/authlib/userdb' --cache-file=/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for ps... /bin/ps
checking for w... /usr/bin/w
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
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 pid_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for random source... /dev/urandom
checking for some good options for ps... -Afl
configure: updating cache /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/ (/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/)
configure: WARNING: no configuration information is in libs/
===> Building for courier-authlib-vchkpw-0.66.3_2
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
/bin/sh ./config.status --file=authlib.html
echo "#define AUTHLDAPRC \"\"" >authldaprc.h
echo "#define AUTHMYSQLRC \"/usr/local/etc/authlib/authmysqlrc\"" >authmysqlrc.h
echo "#define AUTHPGSQLRC \"/usr/local/etc/authlib/authpgsqlrc\"" >authpgsqlrc.h
echo "#define PIPE_PROGRAM \"/usr/local/etc/authlib/authProg\"" >authpiperc.h
echo "#define AUTHDAEMONRC \"/usr/local/etc/authlib/authdaemonrc\"" >authdaemonrc.h
echo '#define PKGVERSION "0.66.3"' >packageversion.h
echo '#define AUTHCHANGEPWDIR "/usr/local/libexec/courier-authlib"' >authchangepwdir.h
echo '#define SBINDIR "/usr/local/sbin"' >sbindir.h
echo '#define PKGLIBDIR "/usr/local/lib/courier-authlib"' >pkglibdir.h
echo "#define AUTHDAEMONVAR \"/var/run/authdaemond\"" >>authdaemonrc.h
echo '#define PKGINCLUDEDIR "/usr/local/include"' >pkgincludedir.h
echo '#define MAILUSER "courier"' >mailusergroup.h
/bin/sh ./config.status --file=README_authlib.html
echo '#define MAILGROUP "courier"' >>mailusergroup.h
echo "#define AUTHDAEMONPID AUTHDAEMONVAR \"/pid\"" >>authdaemonrc.h
echo "#define AUTHDAEMONSOCK AUTHDAEMONVAR \"/socket\"" >>authdaemonrc.h
echo "#define AUTHDAEMONLOCK AUTHDAEMONVAR \"/lock\"" >>authdaemonrc.h
config.status: creating authlib.html
config.status: creating README_authlib.html
gmake all-recursive
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
Making all in libs/gdbmobj
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
Making all in libs/bdbobj
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c -o bdbobj.lo bdbobj.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c -o bdbobj2.lo bdbobj2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c -o bdbobj3.lo bdbobj3.c
c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -MT testbdb.o -MD -MP -MF .deps/testbdb.Tpo -c -o testbdb.o testbdb.C
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c bdbobj.c -fPIC -DPIC -o .libs/bdbobj.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c bdbobj3.c -fPIC -DPIC -o .libs/bdbobj3.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c bdbobj2.c -fPIC -DPIC -o .libs/bdbobj2.o
mv -f .deps/bdbobj3.Tpo .deps/bdbobj3.Plo
mv -f .deps/bdbobj2.Tpo .deps/bdbobj2.Plo
mv -f .deps/bdbobj.Tpo .deps/bdbobj.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o libbdbobj.la bdbobj.lo bdbobj2.lo bdbobj3.lo -L/usr/local/lib
libtool: link: ar cru .libs/libbdbobj.a .libs/bdbobj.o .libs/bdbobj2.o .libs/bdbobj3.o
libtool: link: ranlib .libs/libbdbobj.a
libtool: link: ( cd ".libs" && rm -f "libbdbobj.la" && ln -s "../libbdbobj.la" "libbdbobj.la" )
mv -f .deps/testbdb.Tpo .deps/testbdb.Po
/bin/sh ./libtool --tag=CXX --mode=link c++ -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -static -fstack-protector -o testbdb testbdb.o libbdbobj.la -L/usr/local/lib
libtool: link: c++ -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -fstack-protector -o testbdb testbdb.o ./.libs/libbdbobj.a -L/usr/local/lib
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
Making all in libs/md5
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c -o md5_hash.lo md5_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c -o redhat-crypt-md5.lo redhat-crypt-md5.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5test.o -MD -MP -MF .deps/md5test.Tpo -c -o md5test.o md5test.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c md5_hash.c -fPIC -DPIC -o .libs/md5_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c redhat-crypt-md5.c -fPIC -DPIC -o .libs/redhat-crypt-md5.o
mv -f .deps/md5test.Tpo .deps/md5test.Po
mv -f .deps/hmac.Tpo .deps/hmac.Plo
mv -f .deps/md5_hash.Tpo .deps/md5_hash.Plo
mv -f .deps/redhat-crypt-md5.Tpo .deps/redhat-crypt-md5.Plo
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o libmd5.la md5.lo md5_hash.lo redhat-crypt-md5.lo hmac.lo -L/usr/local/lib
libtool: link: ar cru .libs/libmd5.a .libs/md5.o .libs/md5_hash.o .libs/redhat-crypt-md5.o .libs/hmac.o
libtool: link: ranlib .libs/libmd5.a
libtool: link: ( cd ".libs" && rm -f "libmd5.la" && ln -s "../libmd5.la" "libmd5.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -static -fstack-protector -o md5test md5test.o libmd5.la -L/usr/local/lib
libtool: link: cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o md5test md5test.o ./.libs/libmd5.a -L/usr/local/lib
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
Making all in libs/sha1
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c -o sha1_hash.lo sha1_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c -o sha256_hash.lo sha256_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c -o sha512_hash.lo sha512_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -fPIC -DPIC -o .libs/sha256.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -fPIC -DPIC -o .libs/sha512.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c sha256_hash.c -fPIC -DPIC -o .libs/sha256_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c sha512_hash.c -fPIC -DPIC -o .libs/sha512_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c sha1_hash.c -fPIC -DPIC -o .libs/sha1_hash.o
mv -f .deps/hmac.Tpo .deps/hmac.Plo
mv -f .deps/sha512_hash.Tpo .deps/sha512_hash.Plo
mv -f .deps/testsuite.Tpo .deps/testsuite.Po
mv -f .deps/sha256_hash.Tpo .deps/sha256_hash.Plo
mv -f .deps/sha1_hash.Tpo .deps/sha1_hash.Plo
mv -f .deps/sha1.Tpo .deps/sha1.Plo
mv -f .deps/sha256.Tpo .deps/sha256.Plo
mv -f .deps/sha512.Tpo .deps/sha512.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o libsha1.la sha1.lo sha1_hash.lo sha256.lo sha256_hash.lo sha512.lo sha512_hash.lo hmac.lo -L/usr/local/lib
libtool: link: ar cru .libs/libsha1.a .libs/sha1.o .libs/sha1_hash.o .libs/sha256.o .libs/sha256_hash.o .libs/sha512.o .libs/sha512_hash.o .libs/hmac.o
libtool: link: ranlib .libs/libsha1.a
libtool: link: ( cd ".libs" && rm -f "libsha1.la" && ln -s "../libsha1.la" "libsha1.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -static -fstack-protector -o testsuite testsuite.o libsha1.la -L/usr/local/lib
libtool: link: cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o testsuite testsuite.o ./.libs/libsha1.a -L/usr/local/lib
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
Making all in libs/libhmac
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I./.. -I.. -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I./.. -I.. -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT md5hmactest.o -MD -MP -MF .deps/md5hmactest.Tpo -c -o md5hmactest.o md5hmactest.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I./.. -I.. -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT sha1hmactest.o -MD -MP -MF .deps/sha1hmactest.Tpo -c -o sha1hmactest.o sha1hmactest.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I./.. -I.. -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
mv -f .deps/md5hmactest.Tpo .deps/md5hmactest.Po
mv -f .deps/sha1hmactest.Tpo .deps/sha1hmactest.Po
mv -f .deps/hmac.Tpo .deps/hmac.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o libhmac.la hmac.lo -L/usr/local/lib
libtool: link: ar cru .libs/libhmac.a .libs/hmac.o
libtool: link: ranlib .libs/libhmac.a
libtool: link: ( cd ".libs" && rm -f "libhmac.la" && ln -s "../libhmac.la" "libhmac.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o md5hmactest md5hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la -L/usr/local/lib
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o sha1hmactest sha1hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la -L/usr/local/lib
libtool: link: cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o md5hmactest md5hmactest.o ./.libs/libhmac.a -L/usr/local/lib ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a
libtool: link: cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o sha1hmactest sha1hmactest.o ./.libs/libhmac.a -L/usr/local/lib ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
Making all in libs/numlib
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c -o atotimet.lo atotimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c -o atouidt.lo atouidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c -o changeuidgid.lo changeuidgid.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c -o strdevt.lo strdevt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c -o strgidt.lo strgidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c -o strhdevt.lo strhdevt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c -o strhinot.lo strhinot.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c -o strhpidt.lo strhpidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c -o strhtimet.lo strhtimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c -o strinot.lo strinot.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c -o strofft.lo strofft.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c -o strpidt.lo strpidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c -o strsize.lo strsize.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c -o strsizet.lo strsizet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c -o strtimet.lo strtimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c -o struidt.lo struidt.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -fPIC -DPIC -o .libs/changeuidgid.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -fPIC -DPIC -o .libs/atouidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -fPIC -DPIC -o .libs/strhinot.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -fPIC -DPIC -o .libs/strhpidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -fPIC -DPIC -o .libs/atotimet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -fPIC -DPIC -o .libs/strhdevt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -fPIC -DPIC -o .libs/strgidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -fPIC -DPIC -o .libs/strsize.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -fPIC -DPIC -o .libs/strdevt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -fPIC -DPIC -o .libs/strpidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -fPIC -DPIC -o .libs/strhtimet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -fPIC -DPIC -o .libs/strinot.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -fPIC -DPIC -o .libs/strofft.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -fPIC -DPIC -o .libs/strtimet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -fPIC -DPIC -o .libs/strsizet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -fPIC -DPIC -o .libs/struidt.o
mv -f .deps/strhinot.Tpo .deps/strhinot.Plo
mv -f .deps/strhdevt.Tpo .deps/strhdevt.Plo
mv -f .deps/changeuidgid.Tpo .deps/changeuidgid.Plo
mv -f .deps/struidt.Tpo .deps/struidt.Plo
mv -f .deps/strdevt.Tpo .deps/strdevt.Plo
mv -f .deps/strpidt.Tpo .deps/strpidt.Plo
mv -f .deps/strinot.Tpo .deps/strinot.Plo
mv -f .deps/strtimet.Tpo .deps/strtimet.Plo
mv -f .deps/strhpidt.Tpo .deps/strhpidt.Plo
mv -f .deps/strgidt.Tpo .deps/strgidt.Plo
mv -f .deps/strsizet.Tpo .deps/strsizet.Plo
mv -f .deps/atotimet.Tpo .deps/atotimet.Plo
mv -f .deps/strhtimet.Tpo .deps/strhtimet.Plo
mv -f .deps/atouidt.Tpo .deps/atouidt.Plo
mv -f .deps/strofft.Tpo .deps/strofft.Plo
mv -f .deps/strsize.Tpo .deps/strsize.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o libnumlib.la atotimet.lo atouidt.lo changeuidgid.lo strdevt.lo strgidt.lo strhdevt.lo strhinot.lo strhpidt.lo strhtimet.lo strinot.lo strofft.lo strpidt.lo strsize.lo strsizet.lo strtimet.lo struidt.lo -L/usr/local/lib
libtool: link: ar cru .libs/libnumlib.a .libs/atotimet.o .libs/atouidt.o .libs/changeuidgid.o .libs/strdevt.o .libs/strgidt.o .libs/strhdevt.o .libs/strhinot.o .libs/strhpidt.o .libs/strhtimet.o .libs/strinot.o .libs/strofft.o .libs/strpidt.o .libs/strsize.o .libs/strsizet.o .libs/strtimet.o .libs/struidt.o
libtool: link: ranlib .libs/libnumlib.a
libtool: link: ( cd ".libs" && rm -f "libnumlib.la" && ln -s "../libnumlib.la" "libnumlib.la" )
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
Making all in libs/rfc822
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c -o rfc822.lo rfc822.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c -o rfc822hdr.lo rfc822hdr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c -o rfc822_getaddr.lo rfc822_getaddr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c -o rfc822_getaddrs.lo rfc822_getaddrs.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c -o rfc822_mkdate.lo rfc822_mkdate.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c -o rfc822_parsedt.lo rfc822_parsedt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c -o rfc2047u.lo rfc2047u.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c -o rfc2047.lo rfc2047.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c -o imapsubj.lo imapsubj.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c -o imaprefs.lo imaprefs.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c -o encodeautodetect.lo encodeautodetect.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT reftest.o -MD -MP -MF .deps/reftest.Tpo -c -o reftest.o reftest.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -fPIC -DPIC -o .libs/encode.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -fPIC -DPIC -o .libs/rfc822.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -fPIC -DPIC -o .libs/rfc822hdr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -fPIC -DPIC -o .libs/rfc822_getaddr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -fPIC -DPIC -o .libs/rfc822_getaddrs.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -fPIC -DPIC -o .libs/rfc2047.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -fPIC -DPIC -o .libs/rfc822_mkdate.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -fPIC -DPIC -o .libs/rfc822_parsedt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -fPIC -DPIC -o .libs/rfc2047u.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -fPIC -DPIC -o .libs/imapsubj.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -fPIC -DPIC -o .libs/imaprefs.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -fPIC -DPIC -o .libs/encodeautodetect.o
testsuite.c:14:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
p=p;
~^~
testsuite.c:20:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
p=p;
~^~
rfc822_getaddrs.c:13:3: warning: explicitly assigning a variable of type 'char' to itself [-Wself-assign]
c=c;
~^~
2 warnings generated.
mv -f .deps/testsuite.Tpo .deps/testsuite.Po
mv -f .deps/rfc822_getaddr.Tpo .deps/rfc822_getaddr.Plo
rfc2047u.c:325:7: warning: unused variable 'err' [-Wunused-variable]
int err=0;
^
mv -f .deps/rfc822_mkdate.Tpo .deps/rfc822_mkdate.Plo
1 warning generated.
mv -f .deps/rfc822_getaddrs.Tpo .deps/rfc822_getaddrs.Plo
mv -f .deps/reftest.Tpo .deps/reftest.Po
mv -f .deps/encodeautodetect.Tpo .deps/encodeautodetect.Plo
mv -f .deps/rfc822hdr.Tpo .deps/rfc822hdr.Plo
mv -f .deps/imapsubj.Tpo .deps/imapsubj.Plo
mv -f .deps/rfc822_parsedt.Tpo .deps/rfc822_parsedt.Plo
mv -f .deps/encode.Tpo .deps/encode.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o libencode.la encode.lo -L/usr/local/lib
libtool: link: ar cru .libs/libencode.a .libs/encode.o
libtool: link: ranlib .libs/libencode.a
libtool: link: ( cd ".libs" && rm -f "libencode.la" && ln -s "../libencode.la" "libencode.la" )
mv -f .deps/rfc2047.Tpo .deps/rfc2047.Plo
1 warning generated.
mv -f .deps/rfc2047u.Tpo .deps/rfc2047u.Plo
mv -f .deps/imaprefs.Tpo .deps/imaprefs.Plo
mv -f .deps/rfc822.Tpo .deps/rfc822.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o librfc822.la rfc822.lo rfc822hdr.lo rfc822_getaddr.lo rfc822_getaddrs.lo rfc822_mkdate.lo rfc822_parsedt.lo rfc2047u.lo rfc2047.lo imapsubj.lo imaprefs.lo encodeautodetect.lo -L/usr/local/lib
libtool: link: ar cru .libs/librfc822.a .libs/rfc822.o .libs/rfc822hdr.o .libs/rfc822_getaddr.o .libs/rfc822_getaddrs.o .libs/rfc822_mkdate.o .libs/rfc822_parsedt.o .libs/rfc2047u.o .libs/rfc2047.o .libs/imapsubj.o .libs/imaprefs.o .libs/encodeautodetect.o
libtool: link: ranlib .libs/librfc822.a
libtool: link: ( cd ".libs" && rm -f "librfc822.la" && ln -s "../librfc822.la" "librfc822.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o testsuite testsuite.o librfc822.la -lcourier-unicode -L/usr/local/lib
/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o reftest reftest.o librfc822.la -lcourier-unicode -L/usr/local/lib
libtool: link: cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o reftest reftest.o ./.libs/librfc822.a -L/usr/local/lib -lcourier-unicode
libtool: link: cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o testsuite testsuite.o ./.libs/librfc822.a -L/usr/local/lib -lcourier-unicode
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
Making all in libs/random128
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake all-am
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c -o random128.lo random128.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c -o random128alpha.lo random128alpha.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c -o random128binary.lo random128binary.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c random128.c -fPIC -DPIC -o .libs/random128.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c random128alpha.c -fPIC -DPIC -o .libs/random128alpha.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DLIBICONV_PLUG -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c random128binary.c -fPIC -DPIC -o .libs/random128binary.o
mv -f .deps/random128alpha.Tpo .deps/random128alpha.Plo
mv -f .deps/random128binary.Tpo .deps/random128binary.Plo
mv -f .deps/random128.Tpo .deps/random128.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o librandom128.la random128.lo random128alpha.lo random128binary.lo -L/usr/local/lib
libtool: link: ar cru .libs/librandom128.a .libs/random128.o .libs/random128alpha.o .libs/random128binary.o
libtool: link: ranlib .libs/librandom128.a
libtool: link: ( cd ".libs" && rm -f "librandom128.la" && ln -s "../librandom128.la" "librandom128.la" )
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
echo '#include "/usr/local/vpopmail/include/config.h"' >vpopmail_config.h
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authvchkpwlib.lo -MD -MP -MF .deps/authvchkpwlib.Tpo -c -o authvchkpwlib.lo authvchkpwlib.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authgetconfig.lo -MD -MP -MF .deps/authgetconfig.Tpo -c -o authgetconfig.lo authgetconfig.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authpwdenumerate.lo -MD -MP -MF .deps/authpwdenumerate.Tpo -c -o authpwdenumerate.lo authpwdenumerate.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsaslfrombase64.lo -MD -MP -MF .deps/authsaslfrombase64.Tpo -c -o authsaslfrombase64.lo authsaslfrombase64.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsasltobase64.lo -MD -MP -MF .deps/authsasltobase64.Tpo -c -o authsasltobase64.lo authsasltobase64.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsyschangepwd.lo -MD -MP -MF .deps/authsyschangepwd.Tpo -c -o authsyschangepwd.lo authsyschangepwd.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsyscommon.lo -MD -MP -MF .deps/authsyscommon.Tpo -c -o authsyscommon.lo authsyscommon.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authldapescape.lo -MD -MP -MF .deps/authldapescape.Tpo -c -o authldapescape.lo authldapescape.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT cramlib.lo -MD -MP -MF .deps/cramlib.Tpo -c -o cramlib.lo cramlib.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpassword.lo -MD -MP -MF .deps/checkpassword.Tpo -c -o checkpassword.lo checkpassword.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT cryptpassword.lo -MD -MP -MF .deps/cryptpassword.Tpo -c -o cryptpassword.lo cryptpassword.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpasswordmd5.lo -MD -MP -MF .deps/checkpasswordmd5.Tpo -c -o checkpasswordmd5.lo checkpasswordmd5.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpasswordsha1.lo -MD -MP -MF .deps/checkpasswordsha1.Tpo -c -o checkpasswordsha1.lo checkpasswordsha1.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authdaemon.lo -MD -MP -MF .deps/authdaemon.Tpo -c -o authdaemon.lo authdaemon.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authdaemonlib.lo -MD -MP -MF .deps/authdaemonlib.Tpo -c -o authdaemonlib.lo authdaemonlib.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT preauthdaemon.lo -MD -MP -MF .deps/preauthdaemon.Tpo -c -o preauthdaemon.lo preauthdaemon.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authvchkpwlib.lo -MD -MP -MF .deps/authvchkpwlib.Tpo -c authvchkpwlib.c -fPIC -DPIC -o .libs/authvchkpwlib.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authgetconfig.lo -MD -MP -MF .deps/authgetconfig.Tpo -c authgetconfig.c -fPIC -DPIC -o .libs/authgetconfig.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsaslfrombase64.lo -MD -MP -MF .deps/authsaslfrombase64.Tpo -c authsaslfrombase64.c -fPIC -DPIC -o .libs/authsaslfrombase64.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authpwdenumerate.lo -MD -MP -MF .deps/authpwdenumerate.Tpo -c authpwdenumerate.c -fPIC -DPIC -o .libs/authpwdenumerate.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authldapescape.lo -MD -MP -MF .deps/authldapescape.Tpo -c authldapescape.c -fPIC -DPIC -o .libs/authldapescape.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpassword.lo -MD -MP -MF .deps/checkpassword.Tpo -c checkpassword.c -fPIC -DPIC -o .libs/checkpassword.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsasltobase64.lo -MD -MP -MF .deps/authsasltobase64.Tpo -c authsasltobase64.c -fPIC -DPIC -o .libs/authsasltobase64.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsyschangepwd.lo -MD -MP -MF .deps/authsyschangepwd.Tpo -c authsyschangepwd.c -fPIC -DPIC -o .libs/authsyschangepwd.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpasswordmd5.lo -MD -MP -MF .deps/checkpasswordmd5.Tpo -c checkpasswordmd5.c -fPIC -DPIC -o .libs/checkpasswordmd5.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT cryptpassword.lo -MD -MP -MF .deps/cryptpassword.Tpo -c cryptpassword.c -fPIC -DPIC -o .libs/cryptpassword.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authsyscommon.lo -MD -MP -MF .deps/authsyscommon.Tpo -c authsyscommon.c -fPIC -DPIC -o .libs/authsyscommon.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT checkpasswordsha1.lo -MD -MP -MF .deps/checkpasswordsha1.Tpo -c checkpasswordsha1.c -fPIC -DPIC -o .libs/checkpasswordsha1.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT cramlib.lo -MD -MP -MF .deps/cramlib.Tpo -c cramlib.c -fPIC -DPIC -o .libs/cramlib.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authdaemon.lo -MD -MP -MF .deps/authdaemon.Tpo -c authdaemon.c -fPIC -DPIC -o .libs/authdaemon.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authdaemonlib.lo -MD -MP -MF .deps/authdaemonlib.Tpo -c authdaemonlib.c -fPIC -DPIC -o .libs/authdaemonlib.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT preauthdaemon.lo -MD -MP -MF .deps/preauthdaemon.Tpo -c preauthdaemon.c -fPIC -DPIC -o .libs/preauthdaemon.o
authvchkpwlib.c:21:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[]="$Id: authvchkpwlib.c,v 1.8 2004/10/21 00:10:49 mrsam Exp $";
^
1 warning generated.
mv -f .deps/authvchkpwlib.Tpo .deps/authvchkpwlib.Plo
mv -f .deps/authsaslfrombase64.Tpo .deps/authsaslfrombase64.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authmoduser2.lo -MD -MP -MF .deps/authmoduser2.Tpo -c -o authmoduser2.lo authmoduser2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authmoduser3.lo -MD -MP -MF .deps/authmoduser3.Tpo -c -o authmoduser3.lo authmoduser3.c
authgetconfig.c:mv -f .deps/authsasltobase64.Tpo .deps/authsasltobase64.Plo
167:26: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (!p || !vp || length < 0)
~~~~~~ ^ ~
authgetconfig.c:libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authmoduser2.lo -MD -MP -MF .deps/authmoduser2.Tpo -c authmoduser2.c -fPIC -DPIC -o .libs/authmoduser2.o
184:26: warning: comparison of unsignedmv -f .deps/preauthdaemon.Tpo .deps/preauthdaemon.Plo
expression < 0 is always false [-Wtautological-compare]
if (!p || !vp || length < 0)
~~~~~~ ^ ~
mv -f .deps/checkpasswordsha1.Tpo .deps/checkpasswordsha1.Plo
mv -f .deps/checkpasswordmd5.Tpo .deps/checkpasswordmd5.Plo
mv -f .deps/authsyscommon.Tpo .deps/authsyscommon.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
mv -f .deps/authpwdenumerate.Tpo .deps/authpwdenumerate.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authoption.lo -MD -MP -MF .deps/authoption.Tpo -c -o authoption.lo authoption.c
mv -f .deps/checkpassword.Tpo .deps/checkpassword.Plo
mv -f .deps/authldapescape.Tpo .deps/authldapescape.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authvchkpw.lo -MD -MP -MF .deps/authvchkpw.Tpo -c -o authvchkpw.lo authvchkpw.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT preauthvchkpw.lo -MD -MP -MF .deps/preauthvchkpw.Tpo -c -o preauthvchkpw.lo preauthvchkpw.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authmoduser3.lo -MD -MP -MF .deps/authmoduser3.Tpo -c authmoduser3.c -fPIC -DPIC -o .libs/authmoduser3.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fPIC -DPIC -o .libs/debug.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authoption.lo -MD -MP -MF .deps/authoption.Tpo -c authoption.c -fPIC -DPIC -o .libs/authoption.o
mv -f .deps/cryptpassword.Tpo .deps/cryptpassword.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT authvchkpw.lo -MD -MP -MF .deps/authvchkpw.Tpo -c authvchkpw.c -fPIC -DPIC -o .libs/authvchkpw.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I liblock -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -MT preauthvchkpw.lo -MD -MP -MF .deps/preauthvchkpw.Tpo -c preauthvchkpw.c -fPIC -DPIC -o .libs/preauthvchkpw.o
mv -f .deps/authsyschangepwd.Tpo .deps/authsyschangepwd.Plo
mv -f .deps/cramlib.Tpo .deps/cramlib.Plo
mv -f .deps/authmoduser2.Tpo .deps/authmoduser2.Plo
authvchkpw.c:189:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
if ( parse_email(username, User, Domain, 256) != 0) {
^~~~~~~~
/usr/local/vpopmail/include/vpopmail.h:266:24: note: passing argument to parameter here
int parse_email( char *, char *, char *, int);
^
authvchkpw.c:24:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[]="$Id: authvchkpw.c,v 1.29 2007/10/07 02:50:45 mrsam Exp $";
^
2 warnings generated.
mv -f .deps/authmoduser3.Tpo .deps/authmoduser3.Plo
mv -f .deps/authdaemon.Tpo .deps/authdaemon.Plo
mv -f .deps/authoption.Tpo .deps/authoption.Plo
preauthvchkpw.c:67:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
if ( parse_email(userid, User, Domain, 256) != 0) {
^~~~~~
/usr/local/vpopmail/include/vpopmail.h:266:24: note: passing argument to parameter here
int parse_email( char *, char *, char *, int);
^
preauthvchkpw.c:141:37: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
vset_lastauth(User, Domain, service);
^~~~~~~
/usr/local/vpopmail/include/vauth.h:71:52: note: passing argument to parameter 'remoteip' here
int vset_lastauth( char *user, char *domain, char *remoteip);
^
preauthvchkpw.c:30:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[]="$Id: preauthvchkpw.c,v 1.26 2007/04/22 18:53:30 mrsam Exp $";
^
mv -f .deps/authgetconfig.Tpo .deps/authgetconfig.Plo
2 warnings generated.
mv -f .deps/debug.Tpo .deps/debug.Plo
mv -f .deps/authvchkpw.Tpo .deps/authvchkpw.Plo
3 warnings generated.
mv -f .deps/preauthvchkpw.Tpo .deps/preauthvchkpw.Plo
mv -f .deps/authdaemonlib.Tpo .deps/authdaemonlib.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -avoid-version -fstack-protector -o libcourierauth.la -rpath /usr/local/lib/courier-authlib authdaemon.lo authdaemonlib.lo preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo authoption.lo libs/libhmac/libhmac.la libs/md5/libmd5.la libs/sha1/libsha1.la libs/numlib/libnumlib.la libs/random128/librandom128.la libs/rfc822/libencode.la -L/usr/local/lib
libtool: link: cc -shared -fPIC -DPIC .libs/authdaemon.o .libs/authdaemonlib.o .libs/preauthdaemon.o .libs/authmoduser2.o .libs/authmoduser3.o .libs/debug.o .libs/authoption.o -Wl,--whole-archive libs/libhmac/.libs/libhmac.a libs/md5/.libs/libmd5.a libs/sha1/.libs/libsha1.a libs/numlib/.libs/libnumlib.a libs/random128/.libs/librandom128.a libs/rfc822/.libs/libencode.a -Wl,--no-whole-archive -L/usr/local/lib -O2 -fstack-protector -fstack-protector -Wl,-soname -Wl,libcourierauth.so -o .libs/libcourierauth.so
libtool: link: ( cd ".libs" && rm -f "libcourierauth.la" && ln -s "../libcourierauth.la" "libcourierauth.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -Wl,-lcrypt -avoid-version -fstack-protector -o libcourierauthcommon.la -rpath /usr/local/lib/courier-authlib authgetconfig.lo authpwdenumerate.lo authsaslfrombase64.lo authsasltobase64.lo authsyschangepwd.lo authsyscommon.lo authldapescape.lo cramlib.lo checkpassword.lo cryptpassword.lo checkpasswordmd5.lo checkpasswordsha1.lo libcourierauth.la -L/usr/local/lib
libtool: link: cc -shared -fPIC -DPIC .libs/authgetconfig.o .libs/authpwdenumerate.o .libs/authsaslfrombase64.o .libs/authsasltobase64.o .libs/authsyschangepwd.o .libs/authsyscommon.o .libs/authldapescape.o .libs/cramlib.o .libs/checkpassword.o .libs/cryptpassword.o .libs/checkpasswordmd5.o .libs/checkpasswordsha1.o -Wl,-rpath -Wl,/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/.libs -Wl,-rpath -Wl,/usr/local/lib/courier-authlib ./.libs/libcourierauth.so -L/usr/local/lib -O2 -fstack-protector -Wl,-lcrypt -fstack-protector -Wl,-soname -Wl,libcourierauthcommon.so -o .libs/libcourierauthcommon.so
libtool: link: ( cd ".libs" && rm -f "libcourierauthcommon.la" && ln -s "../libcourierauthcommon.la" "libcourierauthcommon.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -module -rpath /usr/local/lib/courier-authlib -export-symbols-regex 'courier_auth.*_init' -avoid-version -L/usr/local/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt -lm -fstack-protector -o libauthvchkpw.la authvchkpw.lo authvchkpwlib.lo preauthvchkpw.lo libcourierauthcommon.la -L/usr/local/lib
libtool: link: /usr/bin/nm -B .libs/authvchkpw.o .libs/authvchkpwlib.o .libs/preauthvchkpw.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libauthvchkpw.exp
libtool: link: /usr/bin/egrep -e "courier_auth.*_init" ".libs/libauthvchkpw.exp" > ".libs/libauthvchkpw.expT"
libtool: link: mv -f ".libs/libauthvchkpw.expT" ".libs/libauthvchkpw.exp"
libtool: link: echo "{ global:" > .libs/libauthvchkpw.so-ver
libtool: link: sed -e "s|$|;|" < .libs/libauthvchkpw.exp >> .libs/libauthvchkpw.so-ver
libtool: link: echo "local: *; };" >> .libs/libauthvchkpw.so-ver
libtool: link: cc -shared -fPIC -DPIC .libs/authvchkpw.o .libs/authvchkpwlib.o .libs/preauthvchkpw.o -Wl,-rpath -Wl,/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/.libs -Wl,-rpath -Wl,/usr/local/lib/courier-authlib -L/usr/local/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm ./.libs/libcourierauthcommon.so /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/.libs/libcourierauth.so -L/usr/local/lib -O2 -fstack-protector -fstack-protector -Wl,-soname -Wl,libauthvchkpw.so -Wl,-version-script -Wl,.libs/libauthvchkpw.so-ver -o .libs/libauthvchkpw.so
libtool: link: ( cd ".libs" && rm -f "libauthvchkpw.la" && ln -s "../libauthvchkpw.la" "libauthvchkpw.la" )
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
===> Staging for courier-authlib-vchkpw-0.66.3_2
===> courier-authlib-vchkpw-0.66.3_2 depends on executable: courierauthconfig - found
===> courier-authlib-vchkpw-0.66.3_2 depends on package: perl5>=5.20<5.21 - found
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libltdl.so - found (/usr/local/lib/libltdl.so)
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libcourier-unicode.so - found (/usr/local/lib/libcourier-unicode.so)
===> Generating temporary packing list
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
if test -z 'strip'; then \
gmake INSTALL_PROGRAM="install -s -m 555 -s" \
install_sh_PROGRAM="install -s -m 555 -s" INSTALL_STRIP_FLAG=-s \
install; \
else \
gmake INSTALL_PROGRAM="install -s -m 555 -s" \
install_sh_PROGRAM="install -s -m 555 -s" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \
fi
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake install-recursive
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
Making install in libs/gdbmobj
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/gdbmobj'
Making install in libs/bdbobj
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/bdbobj'
Making install in libs/md5
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/md5'
Making install in libs/sha1
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/sha1'
Making install in libs/libhmac
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/libhmac'
Making install in libs/numlib
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/numlib'
Making install in libs/rfc822
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake install-am
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake[8]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
gmake[8]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/rfc822'
Making install in libs/random128
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libs/random128'
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/lib/courier-authlib'
/bin/sh ./libtool --mode=install /usr/bin/install -c -s libauthvchkpw.la '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/lib/courier-authlib'
libtool: install: warning: relinking `libauthvchkpw.la'
libtool: install: (cd /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3; /bin/sh /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/libtool --tag CC --mode=relink cc -I/usr/local/vpopmail/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Ilibs -I./libs -module -rpath /usr/local/lib/courier-authlib -export-symbols-regex "courier_auth.*_init" -avoid-version -L/usr/local/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt -lm -fstack-protector -o libauthvchkpw.la authvchkpw.lo authvchkpwlib.lo preauthvchkpw.lo libcourierauthcommon.la -L/usr/local/lib -inst-prefix-dir /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage)
libtool: relink: /usr/bin/nm -B .libs/authvchkpw.o .libs/authvchkpwlib.o .libs/preauthvchkpw.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libauthvchkpw.exp
libtool: relink: /usr/bin/egrep -e "courier_auth.*_init" ".libs/libauthvchkpw.exp" > ".libs/libauthvchkpw.expT"
libtool: relink: mv -f ".libs/libauthvchkpw.expT" ".libs/libauthvchkpw.exp"
libtool: relink: echo "{ global:" > .libs/libauthvchkpw.so-ver
libtool: relink: sed -e "s|$|;|" < .libs/libauthvchkpw.exp >> .libs/libauthvchkpw.so-ver
libtool: relink: echo "local: *; };" >> .libs/libauthvchkpw.so-ver
libtool: relink: cc -shared -fPIC -DPIC .libs/authvchkpw.o .libs/authvchkpwlib.o .libs/preauthvchkpw.o -Wl,-rpath -Wl,/usr/local/lib/courier-authlib -L/usr/local/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm ./.libs/libcourierauthcommon.so /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3/.libs/libcourierauth.so -L/usr/local/lib -O2 -fstack-protector -fstack-protector -Wl,-soname -Wl,libauthvchkpw.so -Wl,-version-script -Wl,.libs/libauthvchkpw.so-ver -o .libs/libauthvchkpw.so
libtool: install: /usr/bin/install -c .libs/libauthvchkpw.soT /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/lib/courier-authlib/libauthvchkpw.so
libtool: install: strip --strip-unneeded /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/lib/courier-authlib/libauthvchkpw.so
libtool: install: /usr/bin/install -c .libs/libauthvchkpw.lai /tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/lib/courier-authlib/libauthvchkpw.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/courier-authlib'
gmake install-exec-hook
gmake[8]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
test "" = "" && exit 0 ;\
STRIPPROG='strip' install -s -m 555 -s libs/makedat/makedatprog \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/libexec/courier-authlib/makedatprog ; \
install -m 555 userdb/vchkpw2userdb \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/vchkpw2userdb ; \
install -m 555 userdb/pw2userdb \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/pw2userdb ; \
install -m 555 userdb/makeuserdb \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/makeuserdb ; \
install -m 555 userdb/userdb.pl \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/userdb ; \
STRIPPROG='strip' install -s -m 555 -s userdb/userdbpw \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/userdbpw ; \
install -m 555 userdb-test-cram-md5.pl \
/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/stage/usr/local/sbin/userdb-test-cram-md5
gmake[8]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake install-data-hook
gmake[8]: Entering directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
:
gmake[8]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/courier-authlib-vchkpw/work/courier-authlib-0.66.3'
====> Compressing man pages (compress-man)
===> Installing for courier-authlib-vchkpw-0.66.3_2
===> courier-authlib-vchkpw-0.66.3_2 depends on executable: courierauthconfig - found
===> courier-authlib-vchkpw-0.66.3_2 depends on package: perl5>=5.20<5.21 - found
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libltdl.so - found (/usr/local/lib/libltdl.so)
===> courier-authlib-vchkpw-0.66.3_2 depends on shared library: libcourier-unicode.so - found (/usr/local/lib/libcourier-unicode.so)
===> Checking if courier-authlib-vchkpw already installed
===> Registering installation for courier-authlib-vchkpw-0.66.3_2 as automatic
[sqwebmail] Installing courier-authlib-vchkpw-0.66.3_2...
===> courier-authlib-0.66.3 depends on file: /usr/local/lib/courier-authlib/libauthvchkpw.so - found
===> Returning to build of courier-authlib-0.66.3
===> Configuring for courier-authlib-0.66.3
===> Staging for courier-authlib-0.66.3
===> courier-authlib-0.66.3 depends on executable: courierauthconfig - found
===> Generating temporary packing list
====> Compressing man pages (compress-man)
===> Installing for courier-authlib-0.66.3
===> Checking if courier-authlib already installed
===> Registering installation for courier-authlib-0.66.3
[sqwebmail] Installing courier-authlib-0.66.3...
===> Cleaning for courier-authlib-vchkpw-0.66.3_2
===> Cleaning for courier-authlib-0.66.3
*** setting mail_sqwebmail make.conf options ***
mail_sqwebmail_SET=AUTH_VCHKPW
mail_sqwebmail_UNSET=SENTRENAME
jexec stage make -C /usr/ports/mail/sqwebmail deinstall install clean
===> Deinstalling for sqwebmail
===> Deinstalling sqwebmail-5.8.3_1
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
sqwebmail-5.8.3_1
Number of packages to be removed: 1
The operation will free 1 MiB.
[sqwebmail] [1/1] Deinstalling sqwebmail-5.8.3_1...
[sqwebmail] [1/1] Deleting files for sqwebmail-5.8.3_1: 100%
===> sqwebmail-5.8.3_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by sqwebmail-5.8.3_1 for building
===> Extracting for sqwebmail-5.8.3_1
=> SHA256 Checksum OK for sqwebmail-5.8.3.tar.bz2.
===> Patching for sqwebmail-5.8.3_1
===> Applying FreeBSD patches for sqwebmail-5.8.3_1
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/README /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/README.logindomainlist.html /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/README.pam /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/ChangeLog /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir/README.maildirquota.txt /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
install -m 0644 /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir/README.sharedfolders.txt /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/doc/sqwebmail
Add the following line to your /etc/crontab to make sure the
sqwebmail cache directory gets cleaned up.
0 * * * * bin /usr/local/share/sqwebmail/cleancache.pl
===> sqwebmail-5.8.3_1 depends on executable: courierauthconfig - found
===> sqwebmail-5.8.3_1 depends on executable: msgfmt - found
===> sqwebmail-5.8.3_1 depends on executable: gmake - found
===> sqwebmail-5.8.3_1 depends on package: libiconv>=1.14_9 - found
===> sqwebmail-5.8.3_1 depends on file: /usr/local/lib/courier-authlib/libauthvchkpw.so - found
===> sqwebmail-5.8.3_1 depends on package: perl5>=5.20<5.21 - found
===> sqwebmail-5.8.3_1 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so)
===> sqwebmail-5.8.3_1 depends on shared library: libcourier-unicode.so - found (/usr/local/lib/libcourier-unicode.so)
===> sqwebmail-5.8.3_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> sqwebmail-5.8.3_1 depends on shared library: libfam.so.0 - found (/usr/local/lib/libfam.so.0)
===> Configuring for sqwebmail-5.8.3_1
===> FreeBSD 10 autotools fix applied to /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/config.rpath
configure: loading site script /usr/ports/Templates/config.site
configure: creating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether gmake sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for perl5... /usr/local/bin/perl5
checking for sysconftool...... ././sysconftool
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking build system type... amd64-portbld-freebsd10.3
checking host system type... amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for env... /usr/bin/env
checking for courierauthconfig... /usr/local/bin/courierauthconfig
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
checking pcre.h usability... yes
checking pcre.h presence... no
configure: WARNING: pcre.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pcre.h: proceeding with the compiler's result
checking for pcre.h... yes
checking where to install sqwebmail cgi binary... /usr/local/www/cgi-bin-dist/sqwebmail
checking where to install images... /usr/local/www/data-dist/sqwebmail
checking for gpg... no
checking for gpg2... no
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dbobj.h
config.status: creating dbobj.config
config.status: creating sqwebmail.spec
config.status: creating sqwebmail.lpspec
config.status: creating sqwebmaild.rc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/numlib (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for int64_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for setgroups... (cached) yes
checking for initgroups... yes
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/bdbobj (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for gawk... (cached) /usr/bin/awk
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for library containing strerror... none required
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
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... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking if the C++ compiler needs -fhandle-exceptions... no
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/gdbmobj (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for library containing strerror... (cached) none required
checking for gawk... (cached) /usr/bin/awk
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ld used by c++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... (cached) -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... (cached) yes
checking if c++ static flag -static works... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for gdbm_open in -lgdbm... no
checking for gdbm_open... no
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking if the C++ compiler needs -fhandle-exceptions... (cached) no
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/md5 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/sha1 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for sys/types.h... (cached) yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for ANSI C header files... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/random128 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for ps... /bin/ps
checking for w... /usr/bin/w
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
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 pid_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for random source... /dev/urandom
checking for some good options for ps... -Afl
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/libhmac (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/liblock (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for errno.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... void
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for off64_t... no
checking for flock_t... no
checking for getdtablesize... (cached) yes
checking for setpgrp... yes
checking for sysconf... (cached) 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
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/rfc822 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for an ANSI C-conforming 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 special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for pkg-config... no
checking for LIBIDN... no
configure: WARNING: Libidn not found
checking if Libidn should be used... no
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for setlocale... (cached) yes
checking how to calculate alternate timezone... unknown
configure: WARNING: Cannot figure out how to calculate the alternate timezone, will use GMT
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/rfc2045 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ld used by c++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... (cached) -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... (cached) yes
checking if c++ static flag -static works... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for strings.h... (cached) yes
checking for locale.h... (cached) yes
checking for missing gethostname prototype... no
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for setlocale... (cached) yes
checking for strncasecmp... (cached) yes
checking for strcasecmp... (cached) yes
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rfc2045charset.h
config.status: creating rfc2045_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/maildir (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking target system type... amd64-portbld-freebsd10.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ld used by c++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... (cached) -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... (cached) yes
checking if c++ static flag -static works... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for perl5... (cached) /usr/local/bin/perl
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sysexits.h... (cached) yes
checking for utime.h... (cached) yes
checking for pcre.h... (cached) yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking for pcre.h... (cached) yes
checking for pcre/pcre.h... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking vector.h usability... no
checking vector.h presence... no
checking for vector.h... no
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking fam.h usability... yes
checking fam.h presence... no
configure: WARNING: fam.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fam.h: proceeding with the compiler's result
checking for fam.h... yes
checking for symlink... (cached) yes
checking for readlink... (cached) yes
checking for strcasecmp... (cached) yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for FAMOpen in -lfam... yes
checking for fam.h... (cached) yes
checking for missing gethostname prototype... no
checking for mailbot... /usr/local/bin/mailbot
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sharedindexinstall
config.status: creating sharedindexsplit
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/soxwrap (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for ranlib... (cached) ranlib
checking whether ln -s works... yes
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking for the Courier Socks library... no
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... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for sys/stat.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for structs in6_addr, sockaddr_in6, and sockaddr_storage... yes
checking for socklen_t... yes
checking for inet_pton... yes
checking for poll... (cached) yes
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating soxwrap_config.h
config.status: executing depfiles commands
=== configuring in libs/http11 (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating http11.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/cgi (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for gawk... (cached) /usr/bin/awk
checking whether ln -s works... yes
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/select.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for socklen_t... yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking how to pass file descriptors... msg_control
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cgi_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/ldapaddressbook (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for stdio.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking lber.h usability... no
checking lber.h presence... no
checking for lber.h... no
checking for ldap.h... no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/gpglib (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking for style of include used by gmake... GNU
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for gpg... no
checking for gpg2... no
checking for perl5... (cached) /usr/local/bin/perl
checking for gpg charset... iso-8859-1
./configure: /usr/bin/gpg: not found
configure: WARNING: Unable to determine gpg version
./configure: /usr/bin/gpg: not found
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking return type of signal handlers... (cached) void
checking for gettimeofday... (cached) yes
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating webgpg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libs/pcp (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe /bin/mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for gawk... (cached) /usr/bin/awk
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for perl5... (cached) /usr/local/bin/perl
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... no
checking for ranlib... (cached) ranlib
checking whether the -Werror option is usable... no
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... (cached) yes
checking for stdint.h... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking whether integer division by zero raises SIGFPE... (cached) yes
checking for inttypes.h... (cached) yes
checking for unsigned long long int... (cached) yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for argz.h... (cached) no
checking for inttypes.h... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) yes
checking for getuid... (cached) yes
checking for mempcpy... no
checking for munmap... (cached) yes
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for uselocale... yes
checking for argz_count... (cached) no
checking for argz_stringify... (cached) no
checking for argz_next... (cached) no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... no
checking for bison... no
checking for long long int... (cached) yes
checking for wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking for intmax_t... (cached) yes
checking whether printf() supports POSIX/XSI format strings... (cached) yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for stdint.h... (cached) yes
checking for symlink... (cached) yes
checking for working fcntl.h... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... (cached) yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... (cached) yes
checking for fwprintf... (cached) yes
checking for newlocale... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for snprintf... (cached) yes
checking for strnlen... (cached) yes
checking for wcslen... (cached) yes
checking for wcsnlen... (cached) yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
checking for courierauthconfig... (cached) /usr/local/bin/courierauthconfig
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 ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for socklen_t... yes
checking for gethostname... (cached) yes
checking for strdup... (cached) yes
checking for tcgetattr... yes
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libs/sqwebmail (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking whether gmake sets $(MAKE)... (cached) yes
checking for style of include used by gmake... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking build system type... (cached) amd64-portbld-freebsd10.3
checking host system type... (cached) amd64-portbld-freebsd10.3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... (cached) func_convert_file_noop
checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if cc supports -fno-rtti -fno-exceptions... (cached) yes
checking for cc option to produce PIC... (cached) -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... (cached) yes
checking if cc static flag -static works... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... freebsd10.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for env... (cached) /usr/bin/env
checking for perl5... (cached) /usr/local/bin/perl
checking for gzip... (cached) /usr/bin/gzip
checking for courierauthconfig... (cached) /usr/local/bin/courierauthconfig
checking for sendmail... /usr/sbin/sendmail
checking for getpwnam in -lsun... no
checking for crypt in -lcrypt... (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
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for utime.h... (cached) yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for wchar.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
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 special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for strftime... (cached) yes
checking for crypt... yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for setreuid... (cached) yes
checking for setlocale... (cached) yes
checking for strdup... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for crypt() prototype... 0
checking whether libcharset is used... no
checking for nl_langinfo and CODESET... (cached) yes
checking URL to access images... /sqwebmail
configure: updating cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sendit.sh
config.status: creating cleancache.pl
config.status: creating sqwebmaild.dist
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in images (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' '--with-defaultlang=en' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking whether ln -s works... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
=== configuring in html (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' '--with-defaultlang=en' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking whether gmake sets $(MAKE)... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating README_LANG.html
=== configuring in en-us (/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-cgibindir=/usr/local/www/cgi-bin-dist/sqwebmail' '--enable-imagedir=/usr/local/www/data-dist/sqwebmail' '--localstatedir=/var/sqwebmail' '--sysconfdir=/usr/local/etc/sqwebmail' '--enable-imageurl=/sqwebmail' '--with-locking-method=fcntl' '--with-libintl-prefix=/usr/local' '--with-mailuser=courier' '--with-mailgroup=courier' '--with-cachedir=/var/sqwebmail/cache' '--with-cacheowner=bin' '--disable-autorenamesent' '--without-ispell' '--disable-mimetypes' '--with-db=db' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.3' 'build_alias=amd64-portbld-freebsd10.3' 'CC=cc' 'CFLAGS=-I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=-DLIBICONV_PLUG' 'CPP=cpp' '--with-formdata' '--with-package=sqwebmail' '--with-version=5.8.3' '--without-socks' '--with-defaultlang=en' --cache-file=/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
configure: loading cache /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... (cached) yes
checking whether gmake supports nested variables... (cached) yes
checking for sed... (cached) /usr/bin/sed
checking whether gmake sets $(MAKE)... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
mksoftlinks . en-us
rm -f ./en
ln -s en-us ./en
===> Building for sqwebmail-5.8.3_1
gmake[1]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake all-recursive
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake all-gmake-check FOO=BAR
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
Making all in libs/numlib
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c -o atotimet.lo atotimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c -o atouidt.lo atouidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c -o changeuidgid.lo changeuidgid.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c -o strdevt.lo strdevt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c -o strgidt.lo strgidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c -o strhdevt.lo strhdevt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c -o strhinot.lo strhinot.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c -o strhpidt.lo strhpidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c -o strhtimet.lo strhtimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c -o strinot.lo strinot.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c -o strofft.lo strofft.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c -o strpidt.lo strpidt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c -o strsize.lo strsize.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c -o strsizet.lo strsizet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c -o strtimet.lo strtimet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c -o struidt.lo struidt.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -fPIC -DPIC -o .libs/atouidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -fPIC -DPIC -o .libs/changeuidgid.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -fPIC -DPIC -o .libs/atotimet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -fPIC -DPIC -o .libs/strhdevt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -fPIC -DPIC -o .libs/strdevt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -fPIC -DPIC -o .libs/strofft.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -fPIC -DPIC -o .libs/strpidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -fPIC -DPIC -o .libs/strgidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -fPIC -DPIC -o .libs/strhinot.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -fPIC -DPIC -o .libs/strinot.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -fPIC -DPIC -o .libs/strsizet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -fPIC -DPIC -o .libs/strsize.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -fPIC -DPIC -o .libs/strhtimet.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -fPIC -DPIC -o .libs/strhpidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -fPIC -DPIC -o .libs/struidt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -fPIC -DPIC -o .libs/strtimet.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: ccwarning: argument unused during compilation: '-L/usr/local/lib'
: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: ccargument unused during compilation: '-L/usr/local/lib': ccwarning: : warningargument unused during compilation: '-L/usr/local/lib':
argument unused during compilation: '-L/usr/local/lib'
cc: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
cc
: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -o strhdevt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -o atouidt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -o strinot.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -o strtimet.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -o strdevt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -o atotimet.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -o struidt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -o strhpidt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -o strsizet.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -o strhinot.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -o strgidt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -o strpidt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -o strhtimet.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -o strofft.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -o strsize.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -o changeuidgid.o >/dev/null 2>&1
mv -f .deps/strhdevt.Tpo .deps/strhdevt.Plo
mv -f .deps/atouidt.Tpo .deps/atouidt.Plo
mv -f .deps/strhpidt.Tpo .deps/strhpidt.Plo
mv -f .deps/strhinot.Tpo .deps/strhinot.Plo
mv -f .deps/strdevt.Tpo .deps/strdevt.Plo
mv -f .deps/struidt.Tpo .deps/struidt.Plo
mv -f .deps/strinot.Tpo .deps/strinot.Plo
mv -f .deps/strgidt.Tpo .deps/strgidt.Plo
mv -f .deps/strsizet.Tpo .deps/strsizet.Plo
mv -f .deps/strtimet.Tpo .deps/strtimet.Plo
mv -f .deps/strpidt.Tpo .deps/strpidt.Plo
mv -f .deps/atotimet.Tpo .deps/atotimet.Plo
mv -f .deps/strhtimet.Tpo .deps/strhtimet.Plo
mv -f .deps/strofft.Tpo .deps/strofft.Plo
mv -f .deps/strsize.Tpo .deps/strsize.Plo
mv -f .deps/changeuidgid.Tpo .deps/changeuidgid.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o libnumlib.la atotimet.lo atouidt.lo changeuidgid.lo strdevt.lo strgidt.lo strhdevt.lo strhinot.lo strhpidt.lo strhtimet.lo strinot.lo strofft.lo strpidt.lo strsize.lo strsizet.lo strtimet.lo struidt.lo
libtool: link: ar cru .libs/libnumlib.a .libs/atotimet.o .libs/atouidt.o .libs/changeuidgid.o .libs/strdevt.o .libs/strgidt.o .libs/strhdevt.o .libs/strhinot.o .libs/strhpidt.o .libs/strhtimet.o .libs/strinot.o .libs/strofft.o .libs/strpidt.o .libs/strsize.o .libs/strsizet.o .libs/strtimet.o .libs/struidt.o
libtool: link: ranlib .libs/libnumlib.a
libtool: link: ( cd ".libs" && rm -f "libnumlib.la" && ln -s "../libnumlib.la" "libnumlib.la" )
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
Making all in libs/gdbmobj
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
Making all in libs/bdbobj
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c -o bdbobj.lo bdbobj.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c -o bdbobj2.lo bdbobj2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c -o bdbobj3.lo bdbobj3.c
c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -MT testbdb.o -MD -MP -MF .deps/testbdb.Tpo -c -o testbdb.o testbdb.C
c++: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c bdbobj.c -fPIC -DPIC -o .libs/bdbobj.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c bdbobj2.c -fPIC -DPIC -o .libs/bdbobj2.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c bdbobj3.c -fPIC -DPIC -o .libs/bdbobj3.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c bdbobj3.c -o bdbobj3.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c bdbobj2.c -o bdbobj2.o >/dev/null 2>&1
mv -f .deps/bdbobj3.Tpo .deps/bdbobj3.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c bdbobj.c -o bdbobj.o >/dev/null 2>&1
mv -f .deps/bdbobj2.Tpo .deps/bdbobj2.Plo
mv -f .deps/bdbobj.Tpo .deps/bdbobj.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o libbdbobj.la bdbobj.lo bdbobj2.lo bdbobj3.lo
libtool: link: ar cru .libs/libbdbobj.a .libs/bdbobj.o .libs/bdbobj2.o .libs/bdbobj3.o
libtool: link: ranlib .libs/libbdbobj.a
libtool: link: ( cd ".libs" && rm -f "libbdbobj.la" && ln -s "../libbdbobj.la" "libbdbobj.la" )
mv -f .deps/testbdb.Tpo .deps/testbdb.Po
/bin/sh ./libtool --tag=CXX --mode=link c++ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -static -fstack-protector -o testbdb testbdb.o libbdbobj.la
libtool: link: c++ -I/usr/local/include -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -o testbdb testbdb.o -L/usr/local/lib ./.libs/libbdbobj.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
Making all in libs/md5
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c -o md5_hash.lo md5_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c -o redhat-crypt-md5.lo redhat-crypt-md5.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5test.o -MD -MP -MF .deps/md5test.Tpo -c -o md5test.o md5test.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c md5_hash.c -fPIC -DPIC -o .libs/md5_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c redhat-crypt-md5.c -fPIC -DPIC -o .libs/redhat-crypt-md5.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: : warningwarning: : argument unused during compilation: '-L/usr/local/lib'argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/md5test.Tpo .deps/md5test.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c md5_hash.c -o md5_hash.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c redhat-crypt-md5.c -o redhat-crypt-md5.o >/dev/null 2>&1
mv -f .deps/hmac.Tpo .deps/hmac.Plo
mv -f .deps/md5_hash.Tpo .deps/md5_hash.Plo
mv -f .deps/redhat-crypt-md5.Tpo .deps/redhat-crypt-md5.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o libmd5.la md5.lo md5_hash.lo redhat-crypt-md5.lo hmac.lo
libtool: link: ar cru .libs/libmd5.a .libs/md5.o .libs/md5_hash.o .libs/redhat-crypt-md5.o .libs/hmac.o
libtool: link: ranlib .libs/libmd5.a
libtool: link: ( cd ".libs" && rm -f "libmd5.la" && ln -s "../libmd5.la" "libmd5.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -static -fstack-protector -o md5test md5test.o libmd5.la
libtool: link: cc -Wall -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o md5test md5test.o -L/usr/local/lib ./.libs/libmd5.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
Making all in libs/sha1
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c -o sha1_hash.lo sha1_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c -o sha256_hash.lo sha256_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c -o sha512_hash.lo sha512_hash.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c sha1_hash.c -fPIC -DPIC -o .libs/sha1_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -fPIC -DPIC -o .libs/sha256.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c sha256_hash.c -fPIC -DPIC -o .libs/sha256_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c sha512_hash.c -fPIC -DPIC -o .libs/sha512_hash.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -fPIC -DPIC -o .libs/sha512.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: ccwarning: : argument unused during compilation: '-L/usr/local/lib'warning
: cc: argument unused during compilation: '-L/usr/local/lib'warning:
argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c sha512_hash.c -o sha512_hash.o >/dev/null 2>&1
mv -f .deps/testsuite.Tpo .deps/testsuite.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c sha256_hash.c -o sha256_hash.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c sha1_hash.c -o sha1_hash.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -o sha256.o >/dev/null 2>&1
mv -f .deps/sha512_hash.Tpo .deps/sha512_hash.Plo
mv -f .deps/hmac.Tpo .deps/hmac.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -o sha512.o >/dev/null 2>&1
mv -f .deps/sha256_hash.Tpo .deps/sha256_hash.Plo
mv -f .deps/sha1_hash.Tpo .deps/sha1_hash.Plo
mv -f .deps/sha1.Tpo .deps/sha1.Plo
mv -f .deps/sha256.Tpo .deps/sha256.Plo
mv -f .deps/sha512.Tpo .deps/sha512.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o libsha1.la sha1.lo sha1_hash.lo sha256.lo sha256_hash.lo sha512.lo sha512_hash.lo hmac.lo
libtool: link: ar cru .libs/libsha1.a .libs/sha1.o .libs/sha1_hash.o .libs/sha256.o .libs/sha256_hash.o .libs/sha512.o .libs/sha512_hash.o .libs/hmac.o
libtool: link: ranlib .libs/libsha1.a
libtool: link: ( cd ".libs" && rm -f "libsha1.la" && ln -s "../libsha1.la" "libsha1.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -static -fstack-protector -o testsuite testsuite.o libsha1.la
libtool: link: cc -Wall -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I./.. -I.. -fstack-protector -o testsuite testsuite.o -L/usr/local/lib ./.libs/libsha1.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
Making all in libs/random128
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c -o random128.lo random128.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c -o random128alpha.lo random128alpha.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c -o random128binary.lo random128binary.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c random128.c -fPIC -DPIC -o .libs/random128.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c random128alpha.c -fPIC -DPIC -o .libs/random128alpha.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c random128binary.c -fPIC -DPIC -o .libs/random128binary.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c random128alpha.c -o random128alpha.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c random128binary.c -o random128binary.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c random128.c -o random128.o >/dev/null 2>&1
mv -f .deps/random128alpha.Tpo .deps/random128alpha.Plo
mv -f .deps/random128binary.Tpo .deps/random128binary.Plo
mv -f .deps/random128.Tpo .deps/random128.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o librandom128.la random128.lo random128alpha.lo random128binary.lo
libtool: link: ar cru .libs/librandom128.a .libs/random128.o .libs/random128alpha.o .libs/random128binary.o
libtool: link: ranlib .libs/librandom128.a
libtool: link: ( cd ".libs" && rm -f "librandom128.la" && ln -s "../librandom128.la" "librandom128.la" )
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
Making all in libs/libhmac
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I./.. -I.. -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I./.. -I.. -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT md5hmactest.o -MD -MP -MF .deps/md5hmactest.Tpo -c -o md5hmactest.o md5hmactest.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I./.. -I.. -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT sha1hmactest.o -MD -MP -MF .deps/sha1hmactest.Tpo -c -o sha1hmactest.o sha1hmactest.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I./.. -I.. -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/md5hmactest.Tpo .deps/md5hmactest.Po
mv -f .deps/sha1hmactest.Tpo .deps/sha1hmactest.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I./.. -I.. -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1
mv -f .deps/hmac.Tpo .deps/hmac.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o libhmac.la hmac.lo
libtool: link: ar cru .libs/libhmac.a .libs/hmac.o
libtool: link: ranlib .libs/libhmac.a
libtool: link: ( cd ".libs" && rm -f "libhmac.la" && ln -s "../libhmac.la" "libhmac.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o md5hmactest md5hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o sha1hmactest sha1hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la
libtool: link: cc -Wall -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o md5hmactest md5hmactest.o -L/usr/local/lib ./.libs/libhmac.a ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a
libtool: link: cc -Wall -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o sha1hmactest sha1hmactest.o -L/usr/local/lib ./.libs/libhmac.a ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
Making all in libs/rfc822
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c -o rfc822.lo rfc822.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c -o rfc822hdr.lo rfc822hdr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c -o rfc822_getaddr.lo rfc822_getaddr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c -o rfc822_getaddrs.lo rfc822_getaddrs.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c -o rfc822_mkdate.lo rfc822_mkdate.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c -o rfc822_parsedt.lo rfc822_parsedt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c -o rfc2047u.lo rfc2047u.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c -o rfc2047.lo rfc2047.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c -o imapsubj.lo imapsubj.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c -o imaprefs.lo imaprefs.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c -o encodeautodetect.lo encodeautodetect.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT reftest.o -MD -MP -MF .deps/reftest.Tpo -c -o reftest.o reftest.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -fPIC -DPIC -o .libs/encode.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -fPIC -DPIC -o .libs/rfc822hdr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -fPIC -DPIC -o .libs/rfc822.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -fPIC -DPIC -o .libs/rfc822_getaddr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -fPIC -DPIC -o .libs/rfc822_mkdate.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -fPIC -DPIC -o .libs/rfc822_getaddrs.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -fPIC -DPIC -o .libs/rfc2047.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -fPIC -DPIC -o .libs/rfc2047u.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -fPIC -DPIC -o .libs/imapsubj.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -fPIC -DPIC -o .libs/rfc822_parsedt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -fPIC -DPIC -o .libs/encodeautodetect.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -fPIC -DPIC -o .libs/imaprefs.o
testsuite.c:14:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
p=p;
~^~
testsuite.c:20:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
p=p;
~^~
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: : warningwarning: : argument unused during compilation: '-L/usr/local/lib'argument unused during compilation: '-L/usr/local/lib'cc:
warning: argument unused during compilation: '-L/usr/local/lib'
rfc822_getaddrs.c:13:3: warning: explicitly assigning a variable of type 'char' to itself [-Wself-assign]
c=c;
~^~
2 warnings generated.
mv -f .deps/testsuite.Tpo .deps/testsuite.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -o rfc822_getaddr.o >/dev/null 2>&1
1 warning generated.
rfc2047u.c:325:7: warning: unused variable 'err' [-Wunused-variable]
int err=0;
^
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -o rfc822_mkdate.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -o rfc822_getaddrs.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -o encodeautodetect.o >/dev/null 2>&1
mv -f .deps/rfc822_getaddr.Tpo .deps/rfc822_getaddr.Plo
mv -f .deps/reftest.Tpo .deps/reftest.Po
mv -f .deps/rfc822_mkdate.Tpo .deps/rfc822_mkdate.Plo
mv -f .deps/encodeautodetect.Tpo .deps/encodeautodetect.Plo
mv -f .deps/rfc822_getaddrs.Tpo .deps/rfc822_getaddrs.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -o rfc822hdr.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -o imapsubj.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -o rfc822_parsedt.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -o rfc2047.o >/dev/null 2>&1
mv -f .deps/rfc822hdr.Tpo .deps/rfc822hdr.Plo
1 warning generated.
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -o rfc2047u.o >/dev/null 2>&1
mv -f .deps/rfc822_parsedt.Tpo .deps/rfc822_parsedt.Plo
mv -f .deps/encode.Tpo .deps/encode.Plo
mv -f .deps/imapsubj.Tpo .deps/imapsubj.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o libencode.la encode.lo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -o rfc822.o >/dev/null 2>&1
libtool: link: ar cru .libs/libencode.a .libs/encode.o
libtool: link: ranlib .libs/libencode.a
libtool: link: ( cd ".libs" && rm -f "libencode.la" && ln -s "../libencode.la" "libencode.la" )
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -o imaprefs.o >/dev/null 2>&1
mv -f .deps/rfc2047.Tpo .deps/rfc2047.Plo
mv -f .deps/rfc2047u.Tpo .deps/rfc2047u.Plo
mv -f .deps/imaprefs.Tpo .deps/imaprefs.Plo
mv -f .deps/rfc822.Tpo .deps/rfc822.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o librfc822.la rfc822.lo rfc822hdr.lo rfc822_getaddr.lo rfc822_getaddrs.lo rfc822_mkdate.lo rfc822_parsedt.lo rfc2047u.lo rfc2047.lo imapsubj.lo imaprefs.lo encodeautodetect.lo
libtool: link: ar cru .libs/librfc822.a .libs/rfc822.o .libs/rfc822hdr.o .libs/rfc822_getaddr.o .libs/rfc822_getaddrs.o .libs/rfc822_mkdate.o .libs/rfc822_parsedt.o .libs/rfc2047u.o .libs/rfc2047.o .libs/imapsubj.o .libs/imaprefs.o .libs/encodeautodetect.o
libtool: link: ranlib .libs/librfc822.a
libtool: link: ( cd ".libs" && rm -f "librfc822.la" && ln -s "../librfc822.la" "librfc822.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o testsuite testsuite.o librfc822.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o reftest reftest.o librfc822.la -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o reftest reftest.o -L/usr/local/lib ./.libs/librfc822.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o testsuite testsuite.o -L/usr/local/lib ./.libs/librfc822.a -lcourier-unicode
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
Making all in libs/rfc2045
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c -o rfc2045.lo rfc2045.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c -o rfc2045acchk.lo rfc2045acchk.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c -o rfc2045acprep.lo rfc2045acprep.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c -o rfc2045appendurl.lo rfc2045appendurl.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c -o rfc2045cdecode.lo rfc2045cdecode.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c -o rfc2045decode.lo rfc2045decode.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c -o rfc2045enomem.lo rfc2045enomem.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c -o rfc2045_fromfd.lo rfc2045_fromfd.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c -o rfc2045find.lo rfc2045find.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c -o rfc2045mkboundary.lo rfc2045mkboundary.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c -o rfc2045rewrite.lo rfc2045rewrite.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c -o rfc2045tryboundary.lo rfc2045tryboundary.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c -o rfc2045xdump.lo rfc2045xdump.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c -o rfc2045searchcontenttype.lo rfc2045searchcontenttype.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c -o rfc2045decodemimesection.lo rfc2045decodemimesection.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c -o rfc2045decodemimesectionu.lo rfc2045decodemimesectionu.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -fPIC -DPIC -o .libs/rfc2045acchk.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -fPIC -DPIC -o .libs/rfc2045.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -fPIC -DPIC -o .libs/rfc2045cdecode.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -fPIC -DPIC -o .libs/rfc2045decode.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -fPIC -DPIC -o .libs/rfc2045find.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -fPIC -DPIC -o .libs/rfc2045enomem.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -fPIC -DPIC -o .libs/rfc2045appendurl.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -fPIC -DPIC -o .libs/rfc2045rewrite.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -fPIC -DPIC -o .libs/rfc2045searchcontenttype.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -fPIC -DPIC -o .libs/rfc2045mkboundary.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -fPIC -DPIC -o .libs/rfc2045_fromfd.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -fPIC -DPIC -o .libs/rfc2045acprep.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -fPIC -DPIC -o .libs/rfc2045tryboundary.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -fPIC -DPIC -o .libs/rfc2045xdump.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -fPIC -DPIC -o .libs/rfc2045decodemimesection.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -fPIC -DPIC -o .libs/rfc2045decodemimesectionu.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warningcc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -o rfc2045enomem.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -o rfc2045searchcontenttype.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -o rfc2045decode.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -o rfc2045decodemimesection.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -o rfc2045find.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -o rfc2045_fromfd.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -o rfc2045mkboundary.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -o rfc2045decodemimesectionu.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -o rfc2045tryboundary.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -o rfc2045acprep.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -o rfc2045appendurl.o >/dev/null 2>&1
mv -f .deps/rfc2045enomem.Tpo .deps/rfc2045enomem.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c -o rfc2045header.lo rfc2045header.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -o rfc2045acchk.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -o rfc2045xdump.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -fPIC -DPIC -o .libs/rfc2045header.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/rfc2045searchcontenttype.Tpo .deps/rfc2045searchcontenttype.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c -o rfc2045reply.lo rfc2045reply.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -o rfc2045cdecode.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -fPIC -DPIC -o .libs/rfc2045reply.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/rfc2045find.Tpo .deps/rfc2045find.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c -o rfc2045decodemsgtoutf8.lo rfc2045decodemsgtoutf8.c
mv -f .deps/rfc2045decode.Tpo .deps/rfc2045decode.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c -o rfc2231.lo rfc2231.c
mv -f .deps/rfc2045decodemimesection.Tpo .deps/rfc2045decodemimesection.Plo
mv -f .deps/rfc2045_fromfd.Tpo .deps/rfc2045_fromfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c -o rfc2231encode.lo rfc2231encode.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c -o rfc3676parser.lo rfc3676parser.c
mv -f .deps/rfc2045mkboundary.Tpo .deps/rfc2045mkboundary.Plo
/bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c -o rfc3676parsercpp.lo rfc3676parsercpp.C
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -fPIC -DPIC -o .libs/rfc2045decodemsgtoutf8.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -fPIC -DPIC -o .libs/rfc2231.o
cc: libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -fPIC -DPIC -o .libs/rfc2231encode.o
warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/rfc2045decodemimesectionu.Tpo .deps/rfc2045decodemimesectionu.Plo
mv -f .deps/rfc2045xdump.Tpo .deps/rfc2045xdump.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -fPIC -DPIC -o .libs/rfc3676parser.o
mv -f .deps/rfc2045tryboundary.Tpo .deps/rfc2045tryboundary.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT reformime.o -MD -MP -MF .deps/reformime.Tpo -c -o reformime.o reformime.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT makemime.o -MD -MP -MF .deps/makemime.Tpo -c -o makemime.o makemime.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/rfc2045acprep.Tpo .deps/rfc2045acprep.Plo
mv -f .deps/rfc2045appendurl.Tpo .deps/rfc2045appendurl.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT headercheck.o -MD -MP -MF .deps/headercheck.Tpo -c -o headercheck.o headercheck.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -fPIC -DPIC -o .libs/rfc3676parsercpp.o
mv -f .deps/rfc2045acchk.Tpo .deps/rfc2045acchk.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT testrfc3676parser.o -MD -MP -MF .deps/testrfc3676parser.Tpo -c -o testrfc3676parser.o testrfc3676parser.c
cc: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
c++: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/rfc2045cdecode.Tpo .deps/rfc2045cdecode.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -o rfc2045header.o >/dev/null 2>&1
mv -f .deps/headercheck.Tpo .deps/headercheck.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -o rfc2045decodemsgtoutf8.o >/dev/null 2>&1
mv -f .deps/testrfc3676parser.Tpo .deps/testrfc3676parser.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -o rfc2231encode.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -o rfc2231.o >/dev/null 2>&1
mv -f .deps/base64.Tpo .deps/base64.Plo
mv -f .deps/rfc2231encode.Tpo .deps/rfc2231encode.Plo
mv -f .deps/rfc2045decodemsgtoutf8.Tpo .deps/rfc2045decodemsgtoutf8.Plo
mv -f .deps/rfc2045header.Tpo .deps/rfc2045header.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -o rfc3676parser.o >/dev/null 2>&1
mv -f .deps/rfc2231.Tpo .deps/rfc2231.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -o rfc2045.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -o rfc2045rewrite.o >/dev/null 2>&1
mv -f .deps/rfc3676parser.Tpo .deps/rfc3676parser.Plo
mv -f .deps/makemime.Tpo .deps/makemime.Po
mv -f .deps/reformime.Tpo .deps/reformime.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -o rfc2045reply.o >/dev/null 2>&1
mv -f .deps/rfc2045.Tpo .deps/rfc2045.Plo
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -o rfc3676parsercpp.o >/dev/null 2>&1
mv -f .deps/rfc2045rewrite.Tpo .deps/rfc2045rewrite.Plo
mv -f .deps/rfc2045reply.Tpo .deps/rfc2045reply.Plo
mv -f .deps/rfc3676parsercpp.Tpo .deps/rfc3676parsercpp.Plo
/bin/sh ./libtool --tag=CXX --mode=link c++ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I.. -I./.. -fstack-protector -o librfc2045.la rfc2045.lo rfc2045acchk.lo rfc2045acprep.lo rfc2045appendurl.lo rfc2045cdecode.lo rfc2045decode.lo rfc2045enomem.lo rfc2045_fromfd.lo rfc2045find.lo rfc2045mkboundary.lo rfc2045rewrite.lo rfc2045tryboundary.lo rfc2045xdump.lo rfc2045searchcontenttype.lo rfc2045decodemimesection.lo rfc2045decodemimesectionu.lo rfc2045header.lo rfc2045reply.lo rfc2045decodemsgtoutf8.lo rfc2231.lo rfc2231encode.lo rfc3676parser.lo rfc3676parsercpp.lo base64.lo
libtool: link: ar cru .libs/librfc2045.a .libs/rfc2045.o .libs/rfc2045acchk.o .libs/rfc2045acprep.o .libs/rfc2045appendurl.o .libs/rfc2045cdecode.o .libs/rfc2045decode.o .libs/rfc2045enomem.o .libs/rfc2045_fromfd.o .libs/rfc2045find.o .libs/rfc2045mkboundary.o .libs/rfc2045rewrite.o .libs/rfc2045tryboundary.o .libs/rfc2045xdump.o .libs/rfc2045searchcontenttype.o .libs/rfc2045decodemimesection.o .libs/rfc2045decodemimesectionu.o .libs/rfc2045header.o .libs/rfc2045reply.o .libs/rfc2045decodemsgtoutf8.o .libs/rfc2231.o .libs/rfc2231encode.o .libs/rfc3676parser.o .libs/rfc3676parsercpp.o .libs/base64.o
libtool: link: ranlib .libs/librfc2045.a
libtool: link: ( cd ".libs" && rm -f "librfc2045.la" && ln -s "../librfc2045.la" "librfc2045.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o reformime reformime.o librfc2045.la ../rfc822/libencode.la ../rfc822/librfc822.la ../numlib/libnumlib.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o makemime makemime.o ../rfc822/libencode.la ../rfc822/librfc822.la librfc2045.la ../numlib/libnumlib.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -static -fstack-protector -o headercheck headercheck.o librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o testrfc3676parser testrfc3676parser.o librfc2045.la -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o testrfc3676parser testrfc3676parser.o -L/usr/local/lib ./.libs/librfc2045.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o headercheck headercheck.o -L/usr/local/lib ./.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o reformime reformime.o -L/usr/local/lib ./.libs/librfc2045.a ../rfc822/.libs/libencode.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o makemime makemime.o -L/usr/local/lib ../rfc822/.libs/libencode.a ../rfc822/.libs/librfc822.a ./.libs/librfc2045.a ../numlib/.libs/libnumlib.a -lcourier-unicode
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
Making all in libs/liblock
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c -o lockfcntl.lo lockfcntl.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c -o lockdaemon.lo lockdaemon.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c -o mail.lo mail.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockmail.o -MD -MP -MF .deps/lockmail.Tpo -c -o lockmail.o lockmail.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -fPIC -DPIC -o .libs/lockfcntl.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -fPIC -DPIC -o .libs/mail.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -fPIC -DPIC -o .libs/lockdaemon.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: : warningwarning: : argument unused during compilation: '-L/usr/local/lib'argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -o lockfcntl.o >/dev/null 2>&1
mv -f .deps/lockfcntl.Tpo .deps/lockfcntl.Plo
mv -f .deps/lockmail.Tpo .deps/lockmail.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -o lockdaemon.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -o mail.o >/dev/null 2>&1
mv -f .deps/lockdaemon.Tpo .deps/lockdaemon.Plo
mv -f .deps/mail.Tpo .deps/mail.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o liblock.la lockfcntl.lo lockdaemon.lo mail.lo
libtool: link: ar cru .libs/liblock.a .libs/lockfcntl.o .libs/lockdaemon.o .libs/mail.o
libtool: link: ranlib .libs/liblock.a
libtool: link: ( cd ".libs" && rm -f "liblock.la" && ln -s "../liblock.la" "liblock.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o lockmail lockmail.o liblock.la ../numlib/libnumlib.la
libtool: link: cc -I.. -I./.. -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o lockmail lockmail.o -L/usr/local/lib ./.libs/liblock.a ../numlib/.libs/libnumlib.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
Making all in libs/maildir
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
echo '#define MAILDIRSHAREDRC "/usr/local/etc/sqwebmail/maildirshared"' >maildirsharedrc.h
echo '#define MAILDIRFILTERCONFIG "/usr/local/etc/sqwebmail/maildirfilterconfig"' >maildirfilterconfig.h
echo '#define QUOTAWARNMSG "/usr/local/etc/sqwebmail/quotawarnmsg"' >quotawarnmsg.h
echo '#define MAILBOT "/usr/local/bin/mailbot"' >mailbot.h
echo '#define AUTORESPONSEQUOTA "/usr/local/etc/sqwebmail/autoresponsesquota"' >autoresponsequota.h
./config.status --file=deliverquota.html
./config.status --file=maildirmake.html
./config.status --file=deliverquota.8
./config.status --file=maildirmake.1
./config.status --file=maildiracl.html
./config.status --file=maildiracl.1
echo -lfam >maildir.libdeps
config.status: creating deliverquota.html
config.status: creating maildirmake.1
config.status: creating deliverquota.8
config.status: creating maildiracl.html
config.status: creating maildirmake.html
config.status: creating maildiracl.1
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c -o autoresponse.lo autoresponse.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c -o maildiraclt.lo maildiraclt.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c -o maildircache.lo maildircache.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c -o maildircreate.lo maildircreate.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c -o maildirfilename.lo maildirfilename.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c -o maildirgetnew.lo maildirgetnew.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c -o maildirfilter.lo maildirfilter.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c -o maildirfilter2.lo maildirfilter2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c -o maildirflags.lo maildirflags.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c -o maildirmkdir.lo maildirmkdir.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c -o maildirgetquota.lo maildirgetquota.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c -o maildirinfo.lo maildirinfo.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c -o maildirkeywords.lo maildirkeywords.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c -o maildirkeywords2.lo maildirkeywords2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c -o maildirkeywords3.lo maildirkeywords3.c
/bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c -o maildirkeywords4.lo maildirkeywords4.cpp
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -fPIC -DPIC -o .libs/autoresponse.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -fPIC -DPIC -o .libs/maildircreate.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -fPIC -DPIC -o .libs/maildiraclt.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -fPIC -DPIC -o .libs/maildirfilename.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -fPIC -DPIC -o .libs/maildircache.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -fPIC -DPIC -o .libs/maildirinfo.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -fPIC -DPIC -o .libs/maildirfilter.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -fPIC -DPIC -o .libs/maildirgetquota.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -fPIC -DPIC -o .libs/maildirgetnew.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -fPIC -DPIC -o .libs/maildirflags.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -fPIC -DPIC -o .libs/maildirfilter2.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -fPIC -DPIC -o .libs/maildirkeywords2.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -fPIC -DPIC -o .libs/maildirkeywords.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -fPIC -DPIC -o .libs/maildirkeywords3.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -fPIC -DPIC -o .libs/maildirmkdir.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -fPIC -DPIC -o .libs/maildirkeywords4.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: warning: argument unused during compilation: '-L/usr/local/lib'cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
c++: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -o maildirflags.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -o maildirmkdir.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -o maildirgetquota.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -o maildirfilename.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -o maildircreate.o >/dev/null 2>&1
mv -f .deps/maildirflags.Tpo .deps/maildirflags.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c -o maildirlist.lo maildirlist.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -o maildirgetnew.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -o maildirfilter2.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -o autoresponse.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -fPIC -DPIC -o .libs/maildirlist.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -o maildirkeywords.o >/dev/null 2>&1
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildirgetquota.Tpo .deps/maildirgetquota.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c -o maildirlock.lo maildirlock.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -o maildirkeywords3.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -fPIC -DPIC -o .libs/maildirlock.o
mv -f .deps/maildirmkdir.Tpo .deps/maildirmkdir.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c -o maildirmake2.lo maildirmake2.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -fPIC -DPIC -o .libs/maildirmake2.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -o maildirlist.o >/dev/null 2>&1
mv -f .deps/maildirgetnew.Tpo .deps/maildirgetnew.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -o maildircache.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c -o maildirnewshared.lo maildirnewshared.c
mv -f .deps/maildirfilename.Tpo .deps/maildirfilename.Plo
mv -f .deps/maildircreate.Tpo .deps/maildircreate.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c -o maildirnewshared2.lo maildirnewshared2.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c -o maildiropen.lo maildiropen.c
mv -f .deps/maildirfilter2.Tpo .deps/maildirfilter2.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c -o maildirparsequota.lo maildirparsequota.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -fPIC -DPIC -o .libs/maildirnewshared.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -fPIC -DPIC -o .libs/maildirnewshared2.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -fPIC -DPIC -o .libs/maildiropen.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -fPIC -DPIC -o .libs/maildirparsequota.o
cccc: : libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -o maildirinfo.o >/dev/null 2>&1
warningwarning: : argument unused during compilation: '-L/usr/local/lib'
argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -o maildirlock.o >/dev/null 2>&1
mv -f .deps/maildirlist.Tpo .deps/maildirlist.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c -o maildirpath.lo maildirpath.c
mv -f .deps/maildirkeywords3.Tpo .deps/maildirkeywords3.Plo
mv -f .deps/maildirkeywords.Tpo .deps/maildirkeywords.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c -o maildirpurgetmp.lo maildirpurgetmp.c
mv -f .deps/autoresponse.Tpo .deps/autoresponse.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c -o maildirrename.lo maildirrename.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -o maildirmake2.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c -o maildirsearch.lo maildirsearch.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -fPIC -DPIC -o .libs/maildirpath.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -o maildiraclt.o >/dev/null 2>&1
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -fPIC -DPIC -o .libs/maildirrename.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -fPIC -DPIC -o .libs/maildirpurgetmp.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -o maildirkeywords2.o >/dev/null 2>&1
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -fPIC -DPIC -o .libs/maildirsearch.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -o maildirparsequota.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -o maildirnewshared.o >/dev/null 2>&1
mv -f .deps/maildirlock.Tpo .deps/maildirlock.Plo
/bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c -o maildirsearchC.lo maildirsearchC.cpp
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -o maildiropen.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -o maildirfilter.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -o maildirnewshared2.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -o maildirpath.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -o maildirpurgetmp.o >/dev/null 2>&1
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -fPIC -DPIC -o .libs/maildirsearchC.o
c++: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildirparsequota.Tpo .deps/maildirparsequota.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c -o maildirshared.lo maildirshared.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -o maildirsearch.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -fPIC -DPIC -o .libs/maildirshared.o
mv -f .deps/maildirmake2.Tpo .deps/maildirmake2.Plo
mv -f .deps/maildirnewshared.Tpo .deps/maildirnewshared.Plo
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildircache.Tpo .deps/maildircache.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c -o maildirshared2.lo maildirshared2.c
mv -f .deps/maildiropen.Tpo .deps/maildiropen.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c -o maildirdelfolder.lo maildirdelfolder.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c -o maildirquota.lo maildirquota.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c -o maildirrequota.lo maildirrequota.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -fPIC -DPIC -o .libs/maildirshared2.o
cclibtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -fPIC -DPIC -o .libs/maildirdelfolder.o
: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -fPIC -DPIC -o .libs/maildirquota.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -fPIC -DPIC -o .libs/maildirrequota.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildirnewshared2.Tpo .deps/maildirnewshared2.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c -o maildirwatch.lo maildirwatch.c
mv -f .deps/maildirpurgetmp.Tpo .deps/maildirpurgetmp.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c -o loginexec.lo loginexec.c
mv -f .deps/maildirpath.Tpo .deps/maildirpath.Plo
mv -f .deps/maildirsearch.Tpo .deps/maildirsearch.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT deliverquota.o -MD -MP -MF .deps/deliverquota.Tpo -c -o deliverquota.o deliverquota.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -o maildirrename.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -fPIC -DPIC -o .libs/maildirwatch.o
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake.o -MD -MP -MF .deps/maildirmake.Tpo -c -o maildirmake.o maildirmake.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -fPIC -DPIC -o .libs/loginexec.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -o maildirrequota.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -o maildirdelfolder.o >/dev/null 2>&1
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildirinfo.Tpo .deps/maildirinfo.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -o maildirshared2.o >/dev/null 2>&1
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildirfilter.o -MD -MP -MF .deps/testmaildirfilter.Tpo -c -o testmaildirfilter.o testmaildirfilter.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -o loginexec.o >/dev/null 2>&1
mv -f .deps/maildirrequota.Tpo .deps/maildirrequota.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkwtest.o -MD -MP -MF .deps/maildirkwtest.Tpo -c -o maildirkwtest.o maildirkwtest.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/deliverquota.Tpo .deps/deliverquota.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkw.o -MD -MP -MF .deps/maildirkw.Tpo -c -o maildirkw.o maildirkw.c
mv -f .deps/maildirdelfolder.Tpo .deps/maildirdelfolder.Plo
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiracl.o -MD -MP -MF .deps/maildiracl.Tpo -c -o maildiracl.o maildiracl.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/testmaildirfilter.Tpo .deps/testmaildirfilter.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildiraclt.o -MD -MP -MF .deps/testmaildiraclt.Tpo -c -o testmaildiraclt.o testmaildiraclt.c
mv -f .deps/maildirshared2.Tpo .deps/maildirshared2.Plo
mv -f .deps/maildirkeywords2.Tpo .deps/maildirkeywords2.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildirsearch.o -MD -MP -MF .deps/testmaildirsearch.Tpo -c -o testmaildirsearch.o testmaildirsearch.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/maildiraclt.Tpo .deps/maildiraclt.Plo
mv -f .deps/loginexec.Tpo .deps/loginexec.Plo
mv -f .deps/maildirkwtest.Tpo .deps/maildirkwtest.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -o maildirshared.o >/dev/null 2>&1
mv -f .deps/maildirmake.Tpo .deps/maildirmake.Po
mv -f .deps/maildirfilter.Tpo .deps/maildirfilter.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -o maildirwatch.o >/dev/null 2>&1
mv -f .deps/maildirrename.Tpo .deps/maildirrename.Plo
mv -f .deps/testmaildirsearch.Tpo .deps/testmaildirsearch.Po
mv -f .deps/maildiracl.Tpo .deps/maildiracl.Po
mv -f .deps/testmaildiraclt.Tpo .deps/testmaildiraclt.Po
mv -f .deps/maildirkw.Tpo .deps/maildirkw.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -o maildirquota.o >/dev/null 2>&1
mv -f .deps/maildirwatch.Tpo .deps/maildirwatch.Plo
mv -f .deps/maildirshared.Tpo .deps/maildirshared.Plo
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -o maildirsearchC.o >/dev/null 2>&1
mv -f .deps/maildirquota.Tpo .deps/maildirquota.Plo
libtool: compile: c++ -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -o maildirkeywords4.o >/dev/null 2>&1
mv -f .deps/maildirsearchC.Tpo .deps/maildirsearchC.Plo
mv -f .deps/maildirkeywords4.Tpo .deps/maildirkeywords4.Plo
/bin/sh ./libtool --tag=CXX --mode=link c++ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o libmaildir.la autoresponse.lo maildiraclt.lo maildircache.lo maildircreate.lo maildirfilename.lo maildirgetnew.lo maildirfilter.lo maildirfilter2.lo maildirflags.lo maildirmkdir.lo maildirgetquota.lo maildirinfo.lo maildirkeywords.lo maildirkeywords2.lo maildirkeywords3.lo maildirkeywords4.lo maildirlist.lo maildirlock.lo maildirmake2.lo maildirnewshared.lo maildirnewshared2.lo maildiropen.lo maildirparsequota.lo maildirpath.lo maildirpurgetmp.lo maildirrename.lo maildirsearch.lo maildirsearchC.lo maildirshared.lo maildirshared2.lo maildirdelfolder.lo maildirquota.lo maildirrequota.lo maildirwatch.lo loginexec.lo
libtool: link: ar cru .libs/libmaildir.a .libs/autoresponse.o .libs/maildiraclt.o .libs/maildircache.o .libs/maildircreate.o .libs/maildirfilename.o .libs/maildirgetnew.o .libs/maildirfilter.o .libs/maildirfilter2.o .libs/maildirflags.o .libs/maildirmkdir.o .libs/maildirgetquota.o .libs/maildirinfo.o .libs/maildirkeywords.o .libs/maildirkeywords2.o .libs/maildirkeywords3.o .libs/maildirkeywords4.o .libs/maildirlist.o .libs/maildirlock.o .libs/maildirmake2.o .libs/maildirnewshared.o .libs/maildirnewshared2.o .libs/maildiropen.o .libs/maildirparsequota.o .libs/maildirpath.o .libs/maildirpurgetmp.o .libs/maildirrename.o .libs/maildirsearch.o .libs/maildirsearchC.o .libs/maildirshared.o .libs/maildirshared2.o .libs/maildirdelfolder.o .libs/maildirquota.o .libs/maildirrequota.o .libs/maildirwatch.o .libs/loginexec.o
libtool: link: ranlib .libs/libmaildir.a
libtool: link: ( cd ".libs" && rm -f "libmaildir.la" && ln -s "../libmaildir.la" "libmaildir.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o deliverquota deliverquota.o libmaildir.la ../rfc822/librfc822.la ../numlib/libnumlib.la
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o maildirmake maildirmake.o libmaildir.la ../numlib/libnumlib.la ../rfc822/librfc822.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o testmaildirfilter testmaildirfilter.o libmaildir.la ../numlib/libnumlib.la -lcourier-unicode -L/usr/local/lib -lpcre -L/usr/local/lib -lpcre
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o maildirkwtest maildirkwtest.o libmaildir.la
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o maildirkw maildirkw.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps`
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o maildiracl maildiracl.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps`
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -static -fstack-protector -o maildiraclttest testmaildiraclt.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps`
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o testmaildirsearch testmaildirsearch.o libmaildir.la -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o maildirkwtest maildirkwtest.o -L/usr/local/lib ./.libs/libmaildir.a
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o testmaildirsearch testmaildirsearch.o -L/usr/local/lib ./.libs/libmaildir.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o testmaildirfilter testmaildirfilter.o -L/usr/local/lib ./.libs/libmaildir.a ../numlib/.libs/libnumlib.a -lcourier-unicode -lpcre
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o maildirmake maildirmake.o -L/usr/local/lib ./.libs/libmaildir.a ../numlib/.libs/libnumlib.a ../rfc822/.libs/librfc822.a -lcourier-unicode
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o deliverquota deliverquota.o -L/usr/local/lib ./.libs/libmaildir.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o maildirkw maildirkw.o -L/usr/local/lib ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a -lfam
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o maildiracl maildiracl.o -L/usr/local/lib ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a -lfam
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I./.. -I.. -I./../.. -I../.. -fstack-protector -o maildiraclttest testmaildiraclt.o -L/usr/local/lib ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a -lfam
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
Making all in libs/soxwrap
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
cc -DHAVE_CONFIG_H -I. -I.. -I./.. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT sconnect.o -MD -MP -MF .deps/sconnect.Tpo -c -o sconnect.o sconnect.c
cc -DHAVE_CONFIG_H -I. -I.. -I./.. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT mksocket.o -MD -MP -MF .deps/mksocket.Tpo -c -o mksocket.o mksocket.c
cc -DHAVE_CONFIG_H -I. -I.. -I./.. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT testprog.o -MD -MP -MF .deps/testprog.Tpo -c -o testprog.o testprog.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mksocket.c:295:13: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
if (flags && MKS_ERROK)
^ ~~~~~~~~~
mksocket.c:295:13: note: use '&' for a bitwise operation
if (flags && MKS_ERROK)
^~
&
mksocket.c:295:13: note: remove constant to silence this warning
if (flags && MKS_ERROK)
~^~~~~~~~~~~~
mv -f .deps/testprog.Tpo .deps/testprog.Po
mv -f .deps/sconnect.Tpo .deps/sconnect.Po
rm -f libsoxwrap.a
ar cru libsoxwrap.a sconnect.o
ranlib libsoxwrap.a
cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o testprog testprog.o libsoxwrap.a
1 warning generated.
mv -f .deps/mksocket.Tpo .deps/mksocket.Po
rm -f libmksocket.a
ar cru libmksocket.a mksocket.o
ranlib libmksocket.a
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
Making all in libs/cgi
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgi.lo -MD -MP -MF .deps/cgi.Tpo -c -o cgi.lo cgi.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiextrapath.lo -MD -MP -MF .deps/cgiextrapath.Tpo -c -o cgiextrapath.lo cgiextrapath.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiselect.lo -MD -MP -MF .deps/cgiselect.Tpo -c -o cgiselect.lo cgiselect.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicheckbox.lo -MD -MP -MF .deps/cgicheckbox.Tpo -c -o cgicheckbox.lo cgicheckbox.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiinput.lo -MD -MP -MF .deps/cgiinput.Tpo -c -o cgiinput.lo cgiinput.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpscriptptr.lo -MD -MP -MF .deps/cgihttpscriptptr.Tpo -c -o cgihttpscriptptr.lo cgihttpscriptptr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpsscriptptr.lo -MD -MP -MF .deps/cgihttpsscriptptr.Tpo -c -o cgihttpsscriptptr.lo cgihttpsscriptptr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgirelscriptptr.lo -MD -MP -MF .deps/cgirelscriptptr.Tpo -c -o cgirelscriptptr.lo cgirelscriptptr.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cginocache.lo -MD -MP -MF .deps/cginocache.Tpo -c -o cginocache.lo cginocache.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiredirect.lo -MD -MP -MF .deps/cgiredirect.Tpo -c -o cgiredirect.lo cgiredirect.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgitextarea.lo -MD -MP -MF .deps/cgitextarea.Tpo -c -o cgitextarea.lo cgitextarea.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiversion.lo -MD -MP -MF .deps/cgiversion.Tpo -c -o cgiversion.lo cgiversion.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihasversion.lo -MD -MP -MF .deps/cgihasversion.Tpo -c -o cgihasversion.lo cgihasversion.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicookie.lo -MD -MP -MF .deps/cgicookie.Tpo -c -o cgicookie.lo cgicookie.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiuseragent.lo -MD -MP -MF .deps/cgiuseragent.Tpo -c -o cgiuseragent.lo cgiuseragent.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemon.lo -MD -MP -MF .deps/cgidaemon.Tpo -c -o cgidaemon.lo cgidaemon.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgi.lo -MD -MP -MF .deps/cgi.Tpo -c cgi.c -fPIC -DPIC -o .libs/cgi.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiselect.lo -MD -MP -MF .deps/cgiselect.Tpo -c cgiselect.c -fPIC -DPIC -o .libs/cgiselect.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiextrapath.lo -MD -MP -MF .deps/cgiextrapath.Tpo -c cgiextrapath.c -fPIC -DPIC -o .libs/cgiextrapath.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiinput.lo -MD -MP -MF .deps/cgiinput.Tpo -c cgiinput.c -fPIC -DPIC -o .libs/cgiinput.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiredirect.lo -MD -MP -MF .deps/cgiredirect.Tpo -c cgiredirect.c -fPIC -DPIC -o .libs/cgiredirect.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiversion.lo -MD -MP -MF .deps/cgiversion.Tpo -c cgiversion.c -fPIC -DPIC -o .libs/cgiversion.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicheckbox.lo -MD -MP -MF .deps/cgicheckbox.Tpo -c cgicheckbox.c -fPIC -DPIC -o .libs/cgicheckbox.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgitextarea.lo -MD -MP -MF .deps/cgitextarea.Tpo -c cgitextarea.c -fPIC -DPIC -o .libs/cgitextarea.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicookie.lo -MD -MP -MF .deps/cgicookie.Tpo -c cgicookie.c -fPIC -DPIC -o .libs/cgicookie.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihasversion.lo -MD -MP -MF .deps/cgihasversion.Tpo -c cgihasversion.c -fPIC -DPIC -o .libs/cgihasversion.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpscriptptr.lo -MD -MP -MF .deps/cgihttpscriptptr.Tpo -c cgihttpscriptptr.c -fPIC -DPIC -o .libs/cgihttpscriptptr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cginocache.lo -MD -MP -MF .deps/cginocache.Tpo -c cginocache.c -fPIC -DPIC -o .libs/cginocache.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiuseragent.lo -MD -MP -MF .deps/cgiuseragent.Tpo -c cgiuseragent.c -fPIC -DPIC -o .libs/cgiuseragent.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgirelscriptptr.lo -MD -MP -MF .deps/cgirelscriptptr.Tpo -c cgirelscriptptr.c -fPIC -DPIC -o .libs/cgirelscriptptr.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpsscriptptr.lo -MD -MP -MF .deps/cgihttpsscriptptr.Tpo -c cgihttpsscriptptr.c -fPIC -DPIC -o .libs/cgihttpsscriptptr.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemon.lo -MD -MP -MF .deps/cgidaemon.Tpo -c cgidaemon.c -fPIC -DPIC -o .libs/cgidaemon.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: ccwarning: : warningargument unused during compilation: '-L/usr/local/lib': argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warning: cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
argument unused during compilation: '-L/usr/local/lib'
cc: warningcc: warning: : argument unused during compilation: '-L/usr/local/lib'argument unused during compilation: '-L/usr/local/lib'
cgi.c:419:3: warning: explicitly assigning a variable of type 'struct rfc2045id *' to itself [-Wself-assign]
a=a;
~^~
cgi.c:420:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
b=b;
~^~
cgi.c:583:3: warning: explicitly assigning a variable of type 'struct rfc2045id *' to itself [-Wself-assign]
a=a;
~^~
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiredirect.lo -MD -MP -MF .deps/cgiredirect.Tpo -c cgiredirect.c -o cgiredirect.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cginocache.lo -MD -MP -MF .deps/cginocache.Tpo -c cginocache.c -o cginocache.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgirelscriptptr.lo -MD -MP -MF .deps/cgirelscriptptr.Tpo -c cgirelscriptptr.c -o cgirelscriptptr.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihasversion.lo -MD -MP -MF .deps/cgihasversion.Tpo -c cgihasversion.c -o cgihasversion.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpsscriptptr.lo -MD -MP -MF .deps/cgihttpsscriptptr.Tpo -c cgihttpsscriptptr.c -o cgihttpsscriptptr.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiextrapath.lo -MD -MP -MF .deps/cgiextrapath.Tpo -c cgiextrapath.c -o cgiextrapath.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicheckbox.lo -MD -MP -MF .deps/cgicheckbox.Tpo -c cgicheckbox.c -o cgicheckbox.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgihttpscriptptr.lo -MD -MP -MF .deps/cgihttpscriptptr.Tpo -c cgihttpscriptptr.c -o cgihttpscriptptr.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiuseragent.lo -MD -MP -MF .deps/cgiuseragent.Tpo -c cgiuseragent.c -o cgiuseragent.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiversion.lo -MD -MP -MF .deps/cgiversion.Tpo -c cgiversion.c -o cgiversion.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgicookie.lo -MD -MP -MF .deps/cgicookie.Tpo -c cgicookie.c -o cgicookie.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgitextarea.lo -MD -MP -MF .deps/cgitextarea.Tpo -c cgitextarea.c -o cgitextarea.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiselect.lo -MD -MP -MF .deps/cgiselect.Tpo -c cgiselect.c -o cgiselect.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgiinput.lo -MD -MP -MF .deps/cgiinput.Tpo -c cgiinput.c -o cgiinput.o >/dev/null 2>&1
mv -f .deps/cgiredirect.Tpo .deps/cgiredirect.Plo
mv -f .deps/cginocache.Tpo .deps/cginocache.Plo
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemond.lo -MD -MP -MF .deps/cgidaemond.Tpo -c -o cgidaemond.lo cgidaemond.c
mv -f .deps/cgirelscriptptr.Tpo .deps/cgirelscriptptr.Plo
mv -f .deps/cgihasversion.Tpo .deps/cgihasversion.Plo
mv -f .deps/cgiextrapath.Tpo .deps/cgiextrapath.Plo
mv -f .deps/cgihttpsscriptptr.Tpo .deps/cgihttpsscriptptr.Plo
mv -f .deps/cgihttpscriptptr.Tpo .deps/cgihttpscriptptr.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemond.lo -MD -MP -MF .deps/cgidaemond.Tpo -c cgidaemond.c -fPIC -DPIC -o .libs/cgidaemond.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/cgicheckbox.Tpo .deps/cgicheckbox.Plo
mv -f .deps/cgiuseragent.Tpo .deps/cgiuseragent.Plo
mv -f .deps/cgiversion.Tpo .deps/cgiversion.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemon.lo -MD -MP -MF .deps/cgidaemon.Tpo -c cgidaemon.c -o cgidaemon.o >/dev/null 2>&1
mv -f .deps/cgicookie.Tpo .deps/cgicookie.Plo
mv -f .deps/cgitextarea.Tpo .deps/cgitextarea.Plo
mv -f .deps/cgiselect.Tpo .deps/cgiselect.Plo
mv -f .deps/cgiinput.Tpo .deps/cgiinput.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgidaemond.lo -MD -MP -MF .deps/cgidaemond.Tpo -c cgidaemond.c -o cgidaemond.o >/dev/null 2>&1
3 warnings generated.
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -MT cgi.lo -MD -MP -MF .deps/cgi.Tpo -c cgi.c -o cgi.o >/dev/null 2>&1
mv -f .deps/cgidaemon.Tpo .deps/cgidaemon.Plo
mv -f .deps/cgidaemond.Tpo .deps/cgidaemond.Plo
mv -f .deps/cgi.Tpo .deps/cgi.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -fstack-protector -o libcgi.la cgi.lo cgiextrapath.lo cgiselect.lo cgicheckbox.lo cgiinput.lo cgihttpscriptptr.lo cgihttpsscriptptr.lo cgirelscriptptr.lo cginocache.lo cgiredirect.lo cgitextarea.lo cgiversion.lo cgihasversion.lo cgicookie.lo cgiuseragent.lo cgidaemon.lo cgidaemond.lo
libtool: link: ar cru .libs/libcgi.a .libs/cgi.o .libs/cgiextrapath.o .libs/cgiselect.o .libs/cgicheckbox.o .libs/cgiinput.o .libs/cgihttpscriptptr.o .libs/cgihttpsscriptptr.o .libs/cgirelscriptptr.o .libs/cginocache.o .libs/cgiredirect.o .libs/cgitextarea.o .libs/cgiversion.o .libs/cgihasversion.o .libs/cgicookie.o .libs/cgiuseragent.o .libs/cgidaemon.o .libs/cgidaemond.o
libtool: link: ranlib .libs/libcgi.a
libtool: link: ( cd ".libs" && rm -f "libcgi.la" && ln -s "../libcgi.la" "libcgi.la" )
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
Making all in libs/http11
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
/bin/sh ./libtool --tag=CC --mode=compile cc -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT contentlanguage.lo -MD -MP -MF .deps/contentlanguage.Tpo -c -o contentlanguage.lo contentlanguage.c
libtool: compile: cc -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT contentlanguage.lo -MD -MP -MF .deps/contentlanguage.Tpo -c contentlanguage.c -fPIC -DPIC -o .libs/contentlanguage.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT contentlanguage.lo -MD -MP -MF .deps/contentlanguage.Tpo -c contentlanguage.c -o contentlanguage.o >/dev/null 2>&1
mv -f .deps/contentlanguage.Tpo .deps/contentlanguage.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o libhttp11.la contentlanguage.lo
libtool: link: ar cru .libs/libhttp11.a .libs/contentlanguage.o
libtool: link: ranlib .libs/libhttp11.a
libtool: link: ( cd ".libs" && rm -f "libhttp11.la" && ln -s "../libhttp11.la" "libhttp11.la" )
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
Making all in libs/ldapaddressbook
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookadd.lo -MD -MP -MF .deps/abookadd.Tpo -c -o abookadd.lo abookadd.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookdel.lo -MD -MP -MF .deps/abookdel.Tpo -c -o abookdel.lo abookdel.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookfind.lo -MD -MP -MF .deps/abookfind.Tpo -c -o abookfind.lo abookfind.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookread.lo -MD -MP -MF .deps/abookread.Tpo -c -o abookread.lo abookread.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abooksearch.lo -MD -MP -MF .deps/abooksearch.Tpo -c -o abooksearch.lo abooksearch.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT noldapsearch.o -MD -MP -MF .deps/noldapsearch.Tpo -c -o noldapsearch.o noldapsearch.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookadd.lo -MD -MP -MF .deps/abookadd.Tpo -c abookadd.c -fPIC -DPIC -o .libs/abookadd.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookdel.lo -MD -MP -MF .deps/abookdel.Tpo -c abookdel.c -fPIC -DPIC -o .libs/abookdel.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookfind.lo -MD -MP -MF .deps/abookfind.Tpo -c abookfind.c -fPIC -DPIC -o .libs/abookfind.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookread.lo -MD -MP -MF .deps/abookread.Tpo -c abookread.c -fPIC -DPIC -o .libs/abookread.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abooksearch.lo -MD -MP -MF .deps/abooksearch.Tpo -c abooksearch.c -fPIC -DPIC -o .libs/abooksearch.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: : warningwarning: : argument unused during compilation: '-L/usr/local/lib'
argument unused during compilation: '-L/usr/local/lib'
cc: ccwarning: : argument unused during compilation: '-L/usr/local/lib'
warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/noldapsearch.Tpo .deps/noldapsearch.Po
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o ldapsearch noldapsearch.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookfind.lo -MD -MP -MF .deps/abookfind.Tpo -c abookfind.c -o abookfind.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookadd.lo -MD -MP -MF .deps/abookadd.Tpo -c abookadd.c -o abookadd.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookdel.lo -MD -MP -MF .deps/abookdel.Tpo -c abookdel.c -o abookdel.o >/dev/null 2>&1
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o ldapsearch noldapsearch.o -L/usr/local/lib
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abooksearch.lo -MD -MP -MF .deps/abooksearch.Tpo -c abooksearch.c -o abooksearch.o >/dev/null 2>&1
mv -f .deps/abookadd.Tpo .deps/abookadd.Plo
mv -f .deps/abookfind.Tpo .deps/abookfind.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT abookread.lo -MD -MP -MF .deps/abookread.Tpo -c abookread.c -o abookread.o >/dev/null 2>&1
mv -f .deps/abookdel.Tpo .deps/abookdel.Plo
mv -f .deps/abooksearch.Tpo .deps/abooksearch.Plo
mv -f .deps/abookread.Tpo .deps/abookread.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o libaddressbook.la abookadd.lo abookdel.lo abookfind.lo abookread.lo abooksearch.lo
libtool: link: ar cru .libs/libaddressbook.a .libs/abookadd.o .libs/abookdel.o .libs/abookfind.o .libs/abookread.o .libs/abooksearch.o
libtool: link: ranlib .libs/libaddressbook.a
libtool: link: ( cd ".libs" && rm -f "libaddressbook.la" && ln -s "../libaddressbook.la" "libaddressbook.la" )
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
Making all in libs/gpglib
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
echo '#define GPG "/usr/bin/gpg"' >gpg.h
gmake all-am
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c -o checksign.lo checksign.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c -o delete.lo delete.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c -o export.lo export.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo fork.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c -o genkey.lo genkey.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c -o gpg.lo gpg.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c -o import.lo import.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c -o libgpg.lo libgpg.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c -o mimegpgfork.lo mimegpgfork.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c -o mimegpgheader.lo mimegpgheader.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c -o mimegpgstack.lo mimegpgstack.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c -o rfc2045.lo rfc2045.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c -o sign.lo sign.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c -o tempname.lo tempname.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c checksign.c -fPIC -DPIC -o .libs/checksign.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -fPIC -DPIC -o .libs/fork.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c delete.c -fPIC -DPIC -o .libs/delete.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c genkey.c -fPIC -DPIC -o .libs/genkey.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c gpg.c -fPIC -DPIC -o .libs/gpg.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -fPIC -DPIC -o .libs/import.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -fPIC -DPIC -o .libs/export.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -fPIC -DPIC -o .libs/options.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c libgpg.c -fPIC -DPIC -o .libs/libgpg.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c mimegpgstack.c -fPIC -DPIC -o .libs/mimegpgstack.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c mimegpgheader.c -fPIC -DPIC -o .libs/mimegpgheader.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -fPIC -DPIC -o .libs/list.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c mimegpgfork.c -fPIC -DPIC -o .libs/mimegpgfork.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -fPIC -DPIC -o .libs/sign.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -fPIC -DPIC -o .libs/rfc2045.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -fPIC -DPIC -o .libs/tempname.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'cc
: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: cc: warning: argument unused during compilation: '-L/usr/local/lib'
warningcc: warning: argument unused during compilation: '-L/usr/local/lib'
: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warningcc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c checksign.c -o checksign.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -o options.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c mimegpgstack.c -o mimegpgstack.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -o tempname.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -o sign.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c libgpg.c -o libgpg.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c delete.c -o delete.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -o export.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -o import.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -o rfc2045.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c genkey.c -o genkey.o >/dev/null 2>&1
mv -f .deps/options.Tpo .deps/options.Plo
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT testgpg.o -MD -MP -MF .deps/testgpg.Tpo -c -o testgpg.o testgpg.c
mv -f .deps/checksign.Tpo .deps/checksign.Plo
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpg.o -MD -MP -MF .deps/mimegpg.Tpo -c -o mimegpg.o mimegpg.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -o fork.o >/dev/null 2>&1
mv -f .deps/tempname.Tpo .deps/tempname.Plo
mv -f .deps/mimegpgstack.Tpo .deps/mimegpgstack.Plo
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c mimegpgheader.c -o mimegpgheader.o >/dev/null 2>&1
mv -f .deps/sign.Tpo .deps/sign.Plo
mv -f .deps/libgpg.Tpo .deps/libgpg.Plo
mv -f .deps/export.Tpo .deps/export.Plo
mv -f .deps/import.Tpo .deps/import.Plo
mv -f .deps/delete.Tpo .deps/delete.Plo
testgpg.c:41:23: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
"Dummy ISO-8859 T<EB><EB>st key",
^~~~~~~~
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c mimegpgfork.c -o mimegpgfork.o >/dev/null 2>&1
mv -f .deps/genkey.Tpo .deps/genkey.Plo
mv -f .deps/rfc2045.Tpo .deps/rfc2045.Plo
mv -f .deps/mimegpg.Tpo .deps/mimegpg.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -o list.o >/dev/null 2>&1
1 warning generated.
mv -f .deps/testgpg.Tpo .deps/testgpg.Po
mv -f .deps/fork.Tpo .deps/fork.Plo
mv -f .deps/mimegpgheader.Tpo .deps/mimegpgheader.Plo
mv -f .deps/mimegpgfork.Tpo .deps/mimegpgfork.Plo
mv -f .deps/list.Tpo .deps/list.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c gpg.c -o gpg.o >/dev/null 2>&1
mv -f .deps/gpg.Tpo .deps/gpg.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o libgpg.la checksign.lo delete.lo export.lo fork.lo genkey.lo gpg.lo import.lo libgpg.lo list.lo mimegpgfork.lo mimegpgheader.lo mimegpgstack.lo options.lo rfc2045.lo sign.lo tempname.lo
libtool: link: ar cru .libs/libgpg.a .libs/checksign.o .libs/delete.o .libs/export.o .libs/fork.o .libs/genkey.o .libs/gpg.o .libs/import.o .libs/libgpg.o .libs/list.o .libs/mimegpgfork.o .libs/mimegpgheader.o .libs/mimegpgstack.o .libs/options.o .libs/rfc2045.o .libs/sign.o .libs/tempname.o
libtool: link: ranlib .libs/libgpg.a
libtool: link: ( cd ".libs" && rm -f "libgpg.la" && ln -s "../libgpg.la" "libgpg.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -static -fstack-protector -o testgpg testgpg.o libgpg.la ../numlib/libnumlib.la -lcourier-unicode
/bin/sh ./libtool --tag=CC --mode=link cc -I.. -I./.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o mimegpg mimegpg.o libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../rfc822/libencode.la ../numlib/libnumlib.la -lcourier-unicode
libtool: link: cc -I.. -I./.. -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o testgpg testgpg.o -L/usr/local/lib ./.libs/libgpg.a ../numlib/.libs/libnumlib.a -lcourier-unicode
libtool: link: cc -I.. -I./.. -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o mimegpg mimegpg.o -L/usr/local/lib ./.libs/libgpg.a ../rfc2045/.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../rfc822/.libs/libencode.a ../numlib/.libs/libnumlib.a -lcourier-unicode
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
Making all in libs/pcp
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
echo '#define CALENDARDIR "/var/sqwebmail/calendar"' >calendardir.h
echo '#define SYSCONFDIR "/usr/local/etc/sqwebmail"' >sysconfdir.h
echo '#define uid "bin"' >uids.h
echo '#define LOCKFILE CALENDARDIR "/50pcpdlocal.lock"' >>calendardir.h
echo '#define gid "courier"' >>uids.h
echo '#define PIDFILE CALENDARDIR "/50pcpdlocal.pid"' >>calendardir.h
echo '#define RANDTOKENFILE CALENDARDIR "/50pcpdlocal.tokens"' >>calendardir.h
echo '#define PUBDIR CALENDARDIR "/public"' >>calendardir.h
echo '#define PRIVDIR CALENDARDIR "/private"' >>calendardir.h
echo '#define CACHEDIR "/var/sqwebmail/calendar/localcache"' >>calendardir.h
echo '#define TIMEOUT 1800' >>calendardir.h
echo '#define SENDIT "/usr/local/share/sqwebmail/sendit.sh"' >>calendardir.h
if test ! -d ./../courier ; then echo '#define HOSTNAMEFILE SYSCONFDIR "/hostname"' >>calendardir.h ; echo '#define HOSTNAMEFILE2 "/etc/HOSTNAME"' >>calendardir.h ; else echo '#define HOSTNAMEFILE SYSCONFDIR "/defaultdomain"' >>calendardir.h ; echo '#define HOSTNAMEFILE2 SYSCONFDIR "/me"' >>calendardir.h ; fi
gmake all-recursive
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
Making all in po
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp/po'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp/po'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpacl.lo -MD -MP -MF .deps/pcpacl.Tpo -c -o pcpacl.lo pcpacl.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdir.lo -MD -MP -MF .deps/pcpdir.Tpo -c -o pcpdir.lo pcpdir.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpgmtime.lo -MD -MP -MF .deps/pcpgmtime.Tpo -c -o pcpgmtime.lo pcpgmtime.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcplocale.lo -MD -MP -MF .deps/pcplocale.Tpo -c -o pcplocale.lo pcplocale.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpaddcommon.lo -MD -MP -MF .deps/pcpaddcommon.Tpo -c -o pcpaddcommon.lo pcpaddcommon.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpparseymd.lo -MD -MP -MF .deps/pcpparseymd.Tpo -c -o pcpparseymd.lo pcpparseymd.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpmksocket.lo -MD -MP -MF .deps/pcpmksocket.Tpo -c -o pcpmksocket.lo pcpmksocket.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpnet.lo -MD -MP -MF .deps/pcpnet.Tpo -c -o pcpnet.lo pcpnet.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT uids.lo -MD -MP -MF .deps/uids.Tpo -c -o uids.lo uids.c
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcp.o -MD -MP -MF .deps/pcp.Tpo -c -o pcp.o pcp.c
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpd.o -MD -MP -MF .deps/pcpd.Tpo -c -o pcpd.o pcpd.c
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdauth.o -MD -MP -MF .deps/pcpdauth.Tpo -c -o pcpdauth.o pcpdauth.c
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdauthme.o -MD -MP -MF .deps/pcpdauthme.Tpo -c -o pcpdauthme.o pcpdauthme.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdauthtoken.o -MD -MP -MF .deps/pcpdauthtoken.Tpo -c -o pcpdauthtoken.o pcpdauthtoken.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpacl.lo -MD -MP -MF .deps/pcpacl.Tpo -c pcpacl.c -fPIC -DPIC -o .libs/pcpacl.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdtimer.o -MD -MP -MF .deps/pcpdtimer.Tpo -c -o pcpdtimer.o pcpdtimer.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdir.lo -MD -MP -MF .deps/pcpdir.Tpo -c pcpdir.c -fPIC -DPIC -o .libs/pcpdir.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcplocale.lo -MD -MP -MF .deps/pcplocale.Tpo -c pcplocale.c -fPIC -DPIC -o .libs/pcplocale.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpgmtime.lo -MD -MP -MF .deps/pcpgmtime.Tpo -c pcpgmtime.c -fPIC -DPIC -o .libs/pcpgmtime.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpnet.lo -MD -MP -MF .deps/pcpnet.Tpo -c pcpnet.c -fPIC -DPIC -o .libs/pcpnet.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpmksocket.lo -MD -MP -MF .deps/pcpmksocket.Tpo -c pcpmksocket.c -fPIC -DPIC -o .libs/pcpmksocket.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT uids.lo -MD -MP -MF .deps/uids.Tpo -c uids.c -fPIC -DPIC -o .libs/uids.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpparseymd.lo -MD -MP -MF .deps/pcpparseymd.Tpo -c pcpparseymd.c -fPIC -DPIC -o .libs/pcpparseymd.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpaddcommon.lo -MD -MP -MF .deps/pcpaddcommon.Tpo -c pcpaddcommon.c -fPIC -DPIC -o .libs/pcpaddcommon.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cccc: cc: : warningwarning: : argument unused during compilation: '-L/usr/local/lib'argument unused during compilation: '-L/usr/local/lib'warning
: argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT uids.lo -MD -MP -MF .deps/uids.Tpo -c uids.c -o uids.o >/dev/null 2>&1
mv -f .deps/pcpdtimer.Tpo .deps/pcpdtimer.Po
mv -f .deps/pcpdauthme.Tpo .deps/pcpdauthme.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpacl.lo -MD -MP -MF .deps/pcpacl.Tpo -c pcpacl.c -o pcpacl.o >/dev/null 2>&1
mv -f .deps/pcpdauth.Tpo .deps/pcpdauth.Po
pcplocale.c:931:27: warning: data argument not used by format string [-Wformat-extra-args]
? "%s-%s":"%s", date1, date2);
~~~~ ^
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpparseymd.lo -MD -MP -MF .deps/pcpparseymd.Tpo -c pcpparseymd.c -o pcpparseymd.o >/dev/null 2>&1
mv -f .deps/uids.Tpo .deps/uids.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpmksocket.lo -MD -MP -MF .deps/pcpmksocket.Tpo -c pcpmksocket.c -o pcpmksocket.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpgmtime.lo -MD -MP -MF .deps/pcpgmtime.Tpo -c pcpgmtime.c -o pcpgmtime.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpaddcommon.lo -MD -MP -MF .deps/pcpaddcommon.Tpo -c pcpaddcommon.c -o pcpaddcommon.o >/dev/null 2>&1
mv -f .deps/pcpacl.Tpo .deps/pcpacl.Plo
mv -f .deps/pcpdauthtoken.Tpo .deps/pcpdauthtoken.Po
mv -f .deps/pcpparseymd.Tpo .deps/pcpparseymd.Plo
mv -f .deps/pcpmksocket.Tpo .deps/pcpmksocket.Plo
mv -f .deps/pcpaddcommon.Tpo .deps/pcpaddcommon.Plo
mv -f .deps/pcpgmtime.Tpo .deps/pcpgmtime.Plo
1 warning generated.
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcplocale.lo -MD -MP -MF .deps/pcplocale.Tpo -c pcplocale.c -o pcplocale.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpnet.lo -MD -MP -MF .deps/pcpnet.Tpo -c pcpnet.c -o pcpnet.o >/dev/null 2>&1
mv -f .deps/pcp.Tpo .deps/pcp.Po
mv -f .deps/pcplocale.Tpo .deps/pcplocale.Plo
mv -f .deps/pcpd.Tpo .deps/pcpd.Po
libtool: compile: cc -DHAVE_CONFIG_H -I. -Iintl/ -I./intl -DLIBICONV_PLUG -D_THREAD_SAFE -I/usr/local/include -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT pcpdir.lo -MD -MP -MF .deps/pcpdir.Tpo -c pcpdir.c -o pcpdir.o >/dev/null 2>&1
mv -f .deps/pcpnet.Tpo .deps/pcpnet.Plo
mv -f .deps/pcpdir.Tpo .deps/pcpdir.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -static -fstack-protector -o libpcp.la pcpacl.lo pcpdir.lo pcpgmtime.lo pcplocale.lo pcpaddcommon.lo pcpparseymd.lo pcpmksocket.lo pcpnet.lo uids.lo
libtool: link: ar cru .libs/libpcp.a pcpacl.o pcpdir.o pcpgmtime.o pcplocale.o pcpaddcommon.o pcpparseymd.o pcpmksocket.o pcpnet.o uids.o
libtool: link: ranlib .libs/libpcp.a
libtool: link: ( cd ".libs" && rm -f "libpcp.la" && ln -s "../libpcp.la" "libpcp.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o pcp pcp.o libpcp.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la -lcourier-unicode /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
/bin/sh ./libtool --tag=CC --mode=link cc -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o pcpd pcpd.o pcpdauth.o pcpdauthme.o pcpdauthtoken.o pcpdtimer.o libpcp.la ../maildir/libmaildir.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la ../random128/librandom128.la ../libhmac/libhmac.la ../md5/libmd5.la ../sha1/libsha1.la ../liblock/liblock.la -L/usr/local/lib/courier-authlib -lcourier-unicode -lcourierauth /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
libtool: link: cc -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o pcp pcp.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib ./.libs/libpcp.a ../rfc2045/.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a -lcourier-unicode
libtool: link: cc -Wall -I.. -I./.. -I./../.. -I../.. -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -fstack-protector -o pcpd pcpd.o pcpdauth.o pcpdauthme.o pcpdauthtoken.o pcpdtimer.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib ./.libs/libpcp.a ../maildir/.libs/libmaildir.a ../rfc2045/.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a ../random128/.libs/librandom128.a ../libhmac/.libs/libhmac.a ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a ../liblock/.libs/liblock.a -L/usr/local/lib/courier-authlib -lcourier-unicode -lcourierauth
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
Making all in libs/sqwebmail
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
echo '#define HTMLLIBDIR "/usr/local/share/sqwebmail/html"' >htmllibdir.h
echo '#define SENDITSH "/usr/local/share/sqwebmail/sendit.sh"' >>htmllibdir.h
echo '#define CALENDARMODE "/usr/local/etc/sqwebmail/calendarmode"' >>htmllibdir.h
echo '#define LOGINDOMAINLIST "/usr/local/etc/sqwebmail/logindomainlist"' >>htmllibdir.h
echo '#define MAXMSGSIZE 2097152' >>htmllibdir.h
echo '#define IMGPATH "/sqwebmail"' >>htmllibdir.h
echo '#define SOCKDIR "/var/sqwebmail"' >>htmllibdir.h
echo '#define SHAREDINDEXFILE "/usr/local/etc/sqwebmail/shared/index"' >>htmllibdir.h
echo '#define SQWEBPASSWD "/usr/local/libexec/sqwebmail/sqwebpasswd"' >>htmllibdir.h
if test -d ./../../courier \
; then \
echo '#define HOSTNAMEFILE "/usr/local/etc/sqwebmail/defaultdomain"' >>htmllibdir.h \
; echo '#define MAKEMIME "/usr/local/bin/makemime"' >>htmllibdir.h \
; else \
echo '#define HOSTNAMEFILE "/usr/local/etc/sqwebmail/hostname"' >>htmllibdir.h \
; echo '#define MAKEMIME "/usr/local/libexec/sqwebmail/makemime"' >>htmllibdir.h \
; fi
echo '#define LDAPADDRESSBOOK "/usr/local/etc/sqwebmail/ldapaddressbook"' >>htmllibdir.h
echo '#define LDAPSEARCH "/usr/local/share/sqwebmail/ldapsearch"' >>htmllibdir.h
echo '#define AUTHCHARSET "/usr/local/etc/sqwebmail/authcharset"' >>htmllibdir.h
gmake all-recursive
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
Making all in images
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
echo bg.png bluebottomleft.png bluebottomright.png bluetopleft.png bluetopright.png calendar.png cancel.png eventadd.png eventedit.png first.png folder2.png folder.png folders.png forwardatt.png forward.png fullheaders.png graybottomleft.png graybottomright.png graytopleft.png graytopright.png key.png last.png left2.png left.png logo.png print.png replyall.png replylist.png reply.png right2.png right.png save.png sep.png sm-frowney2.png sm-frowney.png sm-notsmiley2.png sm-notsmiley.png sm-ohno.png sm-smiley2.png sm-smiley.png sm-wink2.png sm-wink.png signin.png trash2.png uncancel.png sqwebmail.css wikifmt.html >filelist
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
Making all in html
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
Making all in en-us
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[6]: Nothing to be done for 'all-am'.
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c -o filter.lo filter.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT msg2html.lo -MD -MP -MF .deps/msg2html.Tpo -c -o msg2html.lo msg2html.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT html.lo -MD -MP -MF .deps/html.Tpo -c -o html.lo html.c
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT buf.lo -MD -MP -MF .deps/buf.Tpo -c -o buf.lo buf.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT sqwebmaild.o -MD -MP -MF .deps/sqwebmaild.Tpo -c -o sqwebmaild.o sqwebmaild.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT acl.o -MD -MP -MF .deps/acl.Tpo -c -o acl.o acl.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT addressbook.o -MD -MP -MF .deps/addressbook.Tpo -c -o addressbook.o addressbook.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT attachments.o -MD -MP -MF .deps/attachments.Tpo -c -o attachments.o attachments.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c -fPIC -DPIC -o .libs/filter.o
cc: warning: argument unused during compilation: '-L/usr/local/lib'
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT msg2html.lo -MD -MP -MF .deps/msg2html.Tpo -c msg2html.c -fPIC -DPIC -o .libs/msg2html.o
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT autoresponse.o -MD -MP -MF .deps/autoresponse.Tpo -c -o autoresponse.o autoresponse.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT html.lo -MD -MP -MF .deps/html.Tpo -c html.c -fPIC -DPIC -o .libs/html.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT buf.lo -MD -MP -MF .deps/buf.Tpo -c buf.c -fPIC -DPIC -o .libs/buf.o
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT changepw.o -MD -MP -MF .deps/changepw.Tpo -c -o changepw.o changepw.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT folder.o -MD -MP -MF .deps/folder.Tpo -c -o folder.o folder.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT gpg.o -MD -MP -MF .deps/gpg.Tpo -c -o gpg.o gpg.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: ccwarning: : warningargument unused during compilation: '-L/usr/local/lib':
argument unused during compilation: '-L/usr/local/lib'
cccc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT ldaplist.o -MD -MP -MF .deps/ldaplist.Tpo -c -o ldaplist.o ldaplist.c
: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT logindomainlist.o -MD -MP -MF .deps/logindomainlist.Tpo -c -o logindomainlist.o logindomainlist.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/args.Tpo .deps/args.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT maildir.o -MD -MP -MF .deps/maildir.Tpo -c -o maildir.o maildir.c
mv -f .deps/sqwebmaild.Tpo .deps/sqwebmaild.Po
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT mailfilter.o -MD -MP -MF .deps/mailfilter.Tpo -c -o mailfilter.o mailfilter.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
gpg.c:79:16: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if (gpgerrcnt >= 0)
~~~~~~~~~ ^ ~
msg2html.clibtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c -o filter.o >/dev/null 2>&1
:mv -f .deps/changepw.Tpo .deps/changepw.Po
336:3: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
p=p;
~^~
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT buf.lo -MD -MP -MF .deps/buf.Tpo -c buf.c -o buf.o >/dev/null 2>&1
msg2html.c:689:cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT mailinglist.o -MD -MP -MF .deps/mailinglist.Tpo -c -o mailinglist.o mailinglist.c
4: warning: explicitly assigning a variable of type 'struct rfc2045id *' to itself [-Wself-assign]
id=id;
~~^~~
cc: warning: argument unused during compilation: '-L/usr/local/lib'
msg2html.c:1138:4: warning: explicitly assigning a variable of type 'struct rfc2045id *' to itself [-Wself-assign]
id=id;
~~^~~
msg2html.c:1252:4: warning: explicitly assigning a variable of type 'struct rfc2045id *' to itself [-Wself-assign]
id=id;
~~^~~
msg2html.c:1587:4: warning: data argument not used by format string [-Wformat-extra-args]
(int)(info->cur_quote_level % 3));
^
msg2html.c:3104:3: warning: data argument not used mv -f .deps/logindomainlist.Tpo .deps/logindomainlist.Po
by format string [-Wformat-extra-args]
content_name ? content_name:"");
^
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT newmsg.o -MD -MP -MF .deps/newmsg.Tpo -c -o newmsg.o newmsg.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/ldaplist.Tpo .deps/ldaplist.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT newmsg_create.o -MD -MP -MF .deps/newmsg_create.Tpo -c -o newmsg_create.o newmsg_create.c
mv -f .deps/auth.Tpo .deps/auth.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT newmsg_newdraft.o -MD -MP -MF .deps/newmsg_newdraft.Tpo -c -o newmsg_newdraft.o newmsg_newdraft.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/filter.Tpo .deps/filter.Plo
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT pcp.o -MD -MP -MF .deps/pcp.Tpo -c -o pcp.o pcp.c
maildir.c:1524:6: warning: variable 'aisre' is used uninitialized whenever 'if' condition is false
[-Wsometimes-uninitialized]
if (as)
^~
maildir.c:1551:6: note: uninitialized use occurs here
if (aisre)
^~~~~
maildir.c:1524:2: note: remove the 'if' if its condition is always true
if (as)
^~~~~~~
maildir.c:1506:11: note: initialize the variable 'aisre' to silence this warning
int aisre;
^
= 0
maildir.c:1532:6: warning: variable 'bisre' is used uninitialized whenever 'if' condition is false
[-Wsometimes-uninitialized]
if (bs)
^~
maildir.c:1554:6: note: uninitialized use occurs here
if (bisre)
^~~~~
maildir.c:1532:2: note: remove the 'if' if its condition is always true
if (bs)
^~~~~~~
maildir.c:1507:11: note: initialize the variable 'bisre' to silence this warning
int bisre;
^
= 0
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/mailinglist.Tpo .deps/mailinglist.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT pref.o -MD -MP -MF .deps/pref.Tpo -c -o pref.o pref.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/acl.Tpo .deps/acl.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT sqconfig.o -MD -MP -MF .deps/sqconfig.Tpo -c -o sqconfig.o sqconfig.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/autoresponse.Tpo .deps/autoresponse.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT sqwebmail.o -MD -MP -MF .deps/sqwebmail.Tpo -c -o sqwebmail.o sqwebmail.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
newmsg.c:538:14: warning: unused variable 'checkspellingdone' [-Wunused-variable]
const char *checkspellingdone=getarg("SPELLCHECKDONE");
^
newmsg.c:539:14: warning: unused variable 'checkspelling' [-Wunused-variable]
const char *checkspelling=getarg("CHECKSPELLING");
^
1 warning generated.
mv -f .deps/buf.Tpo .deps/buf.Plo
mv -f .deps/gpg.Tpo .deps/gpg.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT token.o -MD -MP -MF .deps/token.Tpo -c -o token.o token.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/newmsg_newdraft.Tpo .deps/newmsg_newdraft.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT showmsg2html.o -MD -MP -MF .deps/showmsg2html.Tpo -c -o showmsg2html.o showmsg2html.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/sqconfig.Tpo .deps/sqconfig.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT testhtml.o -MD -MP -MF .deps/testhtml.Tpo -c -o testhtml.o testhtml.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/attachments.Tpo .deps/attachments.Po
mv -f .deps/mailfilter.Tpo .deps/mailfilter.Po
cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT sqwebpasswd.o -MD -MP -MF .deps/sqwebpasswd.Tpo -c -o sqwebpasswd.o sqwebpasswd.c
cp ../ldapaddressbook/ldapsearch .
cc: warning: argument unused during compilation: '-L/usr/local/lib'
mv -f .deps/showmsg2html.Tpo .deps/showmsg2html.Po
mv -f .deps/token.Tpo .deps/token.Po
cp ../gpglib/webgpg .
rm -f TIMEZONELIST
cp ./../ldapaddressbook/ldapaddressbook.dist .
/usr/local/bin/perl ./sv-make_timezonelist.pl
mv -f .deps/testhtml.Tpo .deps/testhtml.Po
mv -f .deps/addressbook.Tpo .deps/addressbook.Po
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -static -fstack-protector -o sqwebmail sqwebmaild.o ../cgi/libcgi.la -lcrypt
mv -f .deps/strftime.Tpo .deps/strftime.Po
mv -f .deps/sqwebpasswd.Tpo .deps/sqwebpasswd.Po
sqwebmail.c:2007:3: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign]
n=n;
~^~
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o sqwebpasswd sqwebpasswd.o -L/usr/local/lib/courier-authlib -lcourierauth -lcrypt
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o sqwebmail sqwebmaild.o -L/usr/local/lib ../cgi/.libs/libcgi.a -lcrypt
mv -f .deps/pref.Tpo .deps/pref.Po
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o sqwebpasswd sqwebpasswd.o -L/usr/local/lib -L/usr/local/lib/courier-authlib -lcourierauth -lcrypt
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT html.lo -MD -MP -MF .deps/html.Tpo -c html.c -o html.o >/dev/null 2>&1
2 warnings generated.
mv -f .deps/newmsg.Tpo .deps/newmsg.Po
mv -f .deps/newmsg_create.Tpo .deps/newmsg_create.Po
6 warnings generated.
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLIBICONV_PLUG -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -MT msg2html.lo -MD -MP -MF .deps/msg2html.Tpo -c msg2html.c -o msg2html.o >/dev/null 2>&1
mv -f .deps/folder.Tpo .deps/folder.Po
mv -f .deps/html.Tpo .deps/html.Plo
mv -f .deps/pcp.Tpo .deps/pcp.Po
1 warning generated.
2 warnings generated.
mv -f .deps/sqwebmail.Tpo .deps/sqwebmail.Po
mv -f .deps/maildir.Tpo .deps/maildir.Po
mv -f .deps/msg2html.Tpo .deps/msg2html.Plo
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -static -fstack-protector -o libwebmail.la filter.lo msg2html.lo html.lo buf.lo ../pcp/libpcp.la ../maildir/libmaildir.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../rfc822/libencode.la ../liblock/liblock.la ../http11/libhttp11.la ../cgi/libcgi.la ../ldapaddressbook/libaddressbook.la ../gpglib/libgpg.la ../random128/librandom128.la ../md5/libmd5.la ../numlib/libnumlib.la ../../libs/bdbobj/libbdbobj.la `cat ../pcp/pcp.libs` -lcourier-unicode -lcrypt
libtool: link: (cd .libs/libwebmail.lax/libpcp.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../pcp/.libs/libpcp.a")
libtool: link: (cd .libs/libwebmail.lax/libmaildir.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../maildir/.libs/libmaildir.a")
libtool: link: (cd .libs/libwebmail.lax/librfc2045.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../rfc2045/.libs/librfc2045.a")
libtool: link: (cd .libs/libwebmail.lax/librfc822.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../rfc822/.libs/librfc822.a")
libtool: link: (cd .libs/libwebmail.lax/libencode.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../rfc822/.libs/libencode.a")
libtool: link: (cd .libs/libwebmail.lax/liblock.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../liblock/.libs/liblock.a")
libtool: link: (cd .libs/libwebmail.lax/libhttp11.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../http11/.libs/libhttp11.a")
libtool: link: (cd .libs/libwebmail.lax/libcgi.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../cgi/.libs/libcgi.a")
libtool: link: (cd .libs/libwebmail.lax/libaddressbook.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../ldapaddressbook/.libs/libaddressbook.a")
libtool: link: (cd .libs/libwebmail.lax/libgpg.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../gpglib/.libs/libgpg.a")
libtool: link: (cd .libs/libwebmail.lax/librandom128.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../random128/.libs/librandom128.a")
libtool: link: (cd .libs/libwebmail.lax/libmd5.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../md5/.libs/libmd5.a")
libtool: link: (cd .libs/libwebmail.lax/libnumlib.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../numlib/.libs/libnumlib.a")
libtool: link: (cd .libs/libwebmail.lax/libbdbobj.a && ar x "/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/../../libs/bdbobj/.libs/libbdbobj.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libwebmail.lax/libgpg.a/rfc2045.o .libs/libwebmail.lax/lt1-rfc2045.o || cp .libs/libwebmail.lax/libgpg.a/rfc2045.o .libs/libwebmail.lax/lt1-rfc2045.o
libtool: link: ar cru .libs/libwebmail.a filter.o msg2html.o html.o buf.o .libs/libwebmail.lax/libpcp.a/pcpacl.o .libs/libwebmail.lax/libpcp.a/pcpaddcommon.o .libs/libwebmail.lax/libpcp.a/pcpdir.o .libs/libwebmail.lax/libpcp.a/pcpgmtime.o .libs/libwebmail.lax/libpcp.a/pcplocale.o .libs/libwebmail.lax/libpcp.a/pcpmksocket.o .libs/libwebmail.lax/libpcp.a/pcpnet.o .libs/libwebmail.lax/libpcp.a/pcpparseymd.o .libs/libwebmail.lax/libpcp.a/uids.o .libs/libwebmail.lax/libmaildir.a/autoresponse.o .libs/libwebmail.lax/libmaildir.a/loginexec.o .libs/libwebmail.lax/libmaildir.a/maildiraclt.o .libs/libwebmail.lax/libmaildir.a/maildircache.o .libs/libwebmail.lax/libmaildir.a/maildircreate.o .libs/libwebmail.lax/libmaildir.a/maildirdelfolder.o .libs/libwebmail.lax/libmaildir.a/maildirfilename.o .libs/libwebmail.lax/libmaildir.a/maildirfilter.o .libs/libwebmail.lax/libmaildir.a/maildirfilter2.o .libs/libwebmail.lax/libmaildir.a/maildirflags.o .libs/libwebmail.lax/libmaildir.a/maildirgetnew.o .libs/libwebmail.lax/libmaildir.a/maildirgetquota.o .libs/libwebmail.lax/libmaildir.a/maildirinfo.o .libs/libwebmail.lax/libmaildir.a/maildirkeywords.o .libs/libwebmail.lax/libmaildir.a/maildirkeywords2.o .libs/libwebmail.lax/libmaildir.a/maildirkeywords3.o .libs/libwebmail.lax/libmaildir.a/maildirkeywords4.o .libs/libwebmail.lax/libmaildir.a/maildirlist.o .libs/libwebmail.lax/libmaildir.a/maildirlock.o .libs/libwebmail.lax/libmaildir.a/maildirmake2.o .libs/libwebmail.lax/libmaildir.a/maildirmkdir.o .libs/libwebmail.lax/libmaildir.a/maildirnewshared.o .libs/libwebmail.lax/libmaildir.a/maildirnewshared2.o .libs/libwebmail.lax/libmaildir.a/maildiropen.o .libs/libwebmail.lax/libmaildir.a/maildirparsequota.o .libs/libwebmail.lax/libmaildir.a/maildirpath.o .libs/libwebmail.lax/libmaildir.a/maildirpurgetmp.o .libs/libwebmail.lax/libmaildir.a/maildirquota.o .libs/libwebmail.lax/libmaildir.a/maildirrename.o .libs/libwebmail.lax/libmaildir.a/maildirrequota.o .libs/libwebmail.lax/libmaildir.a/maildirsearch.o .libs/libwebmail.lax/libmaildir.a/maildirsearchC.o .libs/libwebmail.lax/libmaildir.a/maildirshared.o .libs/libwebmail.lax/libmaildir.a/maildirshared2.o .libs/libwebmail.lax/libmaildir.a/maildirwatch.o .libs/libwebmail.lax/librfc2045.a/base64.o .libs/libwebmail.lax/librfc2045.a/rfc2045.o .libs/libwebmail.lax/librfc2045.a/rfc2045_fromfd.o .libs/libwebmail.lax/librfc2045.a/rfc2045acchk.o .libs/libwebmail.lax/librfc2045.a/rfc2045acprep.o .libs/libwebmail.lax/librfc2045.a/rfc2045appendurl.o .libs/libwebmail.lax/librfc2045.a/rfc2045cdecode.o .libs/libwebmail.lax/librfc2045.a/rfc2045decode.o .libs/libwebmail.lax/librfc2045.a/rfc2045decodemimesection.o .libs/libwebmail.lax/librfc2045.a/rfc2045decodemimesectionu.o .libs/libwebmail.lax/librfc2045.a/rfc2045decodemsgtoutf8.o .libs/libwebmail.lax/librfc2045.a/rfc2045enomem.o .libs/libwebmail.lax/librfc2045.a/rfc2045find.o .libs/libwebmail.lax/librfc2045.a/rfc2045header.o .libs/libwebmail.lax/librfc2045.a/rfc2045mkboundary.o .libs/libwebmail.lax/librfc2045.a/rfc2045reply.o .libs/libwebmail.lax/librfc2045.a/rfc2045rewrite.o .libs/libwebmail.lax/librfc2045.a/rfc2045searchcontenttype.o .libs/libwebmail.lax/librfc2045.a/rfc2045tryboundary.o .libs/libwebmail.lax/librfc2045.a/rfc2045xdump.o .libs/libwebmail.lax/librfc2045.a/rfc2231.o .libs/libwebmail.lax/librfc2045.a/rfc2231encode.o .libs/libwebmail.lax/librfc2045.a/rfc3676parser.o .libs/libwebmail.lax/librfc2045.a/rfc3676parsercpp.o .libs/libwebmail.lax/librfc822.a/encodeautodetect.o .libs/libwebmail.lax/librfc822.a/imaprefs.o .libs/libwebmail.lax/librfc822.a/imapsubj.o .libs/libwebmail.lax/librfc822.a/rfc2047.o .libs/libwebmail.lax/librfc822.a/rfc2047u.o .libs/libwebmail.lax/librfc822.a/rfc822.o .libs/libwebmail.lax/librfc822.a/rfc822_getaddr.o .libs/libwebmail.lax/librfc822.a/rfc822_getaddrs.o .libs/libwebmail.lax/librfc822.a/rfc822_mkdate.o .libs/libwebmail.lax/librfc822.a/rfc822_parsedt.o .libs/libwebmail.lax/librfc822.a/rfc822hdr.o .libs/libwebmail.lax/libencode.a/encode.o .libs/libwebmail.lax/liblock.a/lockdaemon.o .libs/libwebmail.lax/liblock.a/lockfcntl.o .libs/libwebmail.lax/liblock.a/mail.o .libs/libwebmail.lax/libhttp11.a/contentlanguage.o .libs/libwebmail.lax/libcgi.a/cgi.o .libs/libwebmail.lax/libcgi.a/cgicheckbox.o .libs/libwebmail.lax/libcgi.a/cgicookie.o .libs/libwebmail.lax/libcgi.a/cgidaemon.o .libs/libwebmail.lax/libcgi.a/cgidaemond.o .libs/libwebmail.lax/libcgi.a/cgiextrapath.o .libs/libwebmail.lax/libcgi.a/cgihasversion.o .libs/libwebmail.lax/libcgi.a/cgihttpscriptptr.o .libs/libwebmail.lax/libcgi.a/cgihttpsscriptptr.o .libs/libwebmail.lax/libcgi.a/cgiinput.o .libs/libwebmail.lax/libcgi.a/cginocache.o .libs/libwebmail.lax/libcgi.a/cgiredirect.o .libs/libwebmail.lax/libcgi.a/cgirelscriptptr.o .libs/libwebmail.lax/libcgi.a/cgiselect.o .libs/libwebmail.lax/libcgi.a/cgitextarea.o .libs/libwebmail.lax/libcgi.a/cgiuseragent.o .libs/libwebmail.lax/libcgi.a/cgiversion.o .libs/libwebmail.lax/libaddressbook.a/abookadd.o .libs/libwebmail.lax/libaddressbook.a/abookdel.o .libs/libwebmail.lax/libaddressbook.a/abookfind.o .libs/libwebmail.lax/libaddressbook.a/abookread.o .libs/libwebmail.lax/libaddressbook.a/abooksearch.o .libs/libwebmail.lax/libgpg.a/checksign.o .libs/libwebmail.lax/libgpg.a/delete.o .libs/libwebmail.lax/libgpg.a/export.o .libs/libwebmail.lax/libgpg.a/fork.o .libs/libwebmail.lax/libgpg.a/genkey.o .libs/libwebmail.lax/libgpg.a/gpg.o .libs/libwebmail.lax/libgpg.a/import.o .libs/libwebmail.lax/libgpg.a/libgpg.o .libs/libwebmail.lax/libgpg.a/list.o .libs/libwebmail.lax/libgpg.a/mimegpgfork.o .libs/libwebmail.lax/libgpg.a/mimegpgheader.o .libs/libwebmail.lax/libgpg.a/mimegpgstack.o .libs/libwebmail.lax/libgpg.a/options.o .libs/libwebmail.lax/lt1-rfc2045.o .libs/libwebmail.lax/libgpg.a/sign.o .libs/libwebmail.lax/libgpg.a/tempname.o .libs/libwebmail.lax/librandom128.a/random128.o .libs/libwebmail.lax/librandom128.a/random128alpha.o .libs/libwebmail.lax/librandom128.a/random128binary.o .libs/libwebmail.lax/libmd5.a/hmac.o .libs/libwebmail.lax/libmd5.a/md5.o .libs/libwebmail.lax/libmd5.a/md5_hash.o .libs/libwebmail.lax/libmd5.a/redhat-crypt-md5.o .libs/libwebmail.lax/libnumlib.a/atotimet.o .libs/libwebmail.lax/libnumlib.a/atouidt.o .libs/libwebmail.lax/libnumlib.a/changeuidgid.o .libs/libwebmail.lax/libnumlib.a/strdevt.o .libs/libwebmail.lax/libnumlib.a/strgidt.o .libs/libwebmail.lax/libnumlib.a/strhdevt.o .libs/libwebmail.lax/libnumlib.a/strhinot.o .libs/libwebmail.lax/libnumlib.a/strhpidt.o .libs/libwebmail.lax/libnumlib.a/strhtimet.o .libs/libwebmail.lax/libnumlib.a/strinot.o .libs/libwebmail.lax/libnumlib.a/strofft.o .libs/libwebmail.lax/libnumlib.a/strpidt.o .libs/libwebmail.lax/libnumlib.a/strsize.o .libs/libwebmail.lax/libnumlib.a/strsizet.o .libs/libwebmail.lax/libnumlib.a/strtimet.o .libs/libwebmail.lax/libnumlib.a/struidt.o .libs/libwebmail.lax/libbdbobj.a/bdbobj.o .libs/libwebmail.lax/libbdbobj.a/bdbobj2.o .libs/libwebmail.lax/libbdbobj.a/bdbobj3.o
libtool: link: ranlib .libs/libwebmail.a
libtool: link: rm -fr .libs/libwebmail.lax .libs/libwebmail.lax
libtool: link: ( cd ".libs" && rm -f "libwebmail.la" && ln -s "../libwebmail.la" "libwebmail.la" )
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o sqwebmaild acl.o addressbook.o args.o attachments.o auth.o autoresponse.o changepw.o folder.o gpg.o ldaplist.o logindomainlist.o maildir.o mailfilter.o mailinglist.o newmsg.o newmsg_create.o newmsg_newdraft.o pcp.o pref.o sqconfig.o sqwebmail.o strftime.o token.o libwebmail.la `cat ../maildir/maildir.libdeps` -L/usr/local/lib/courier-authlib -lcourierauth -L/usr/local/lib -lpcre -lcrypt
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -static -fstack-protector -o showmsg2html showmsg2html.o libwebmail.la -lcrypt
/bin/sh ./libtool --tag=CC --mode=link cc -I/usr/local/include -L/usr/local/lib -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o testhtml testhtml.o libwebmail.la -lcrypt
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o showmsg2html showmsg2html.o -L/usr/local/lib ./.libs/libwebmail.a -lcourier-unicode -lcrypt
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o testhtml testhtml.o -L/usr/local/lib ./.libs/libwebmail.a -lcourier-unicode -lcrypt
libtool: link: cc -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -I.. -I./.. -I../.. -I./../.. -fstack-protector -o sqwebmaild acl.o addressbook.o args.o attachments.o auth.o autoresponse.o changepw.o folder.o gpg.o ldaplist.o logindomainlist.o maildir.o mailfilter.o mailinglist.o newmsg.o newmsg_create.o newmsg_newdraft.o pcp.o pref.o sqconfig.o sqwebmail.o strftime.o token.o -L/usr/local/lib ./.libs/libwebmail.a -lcourier-unicode -lfam -L/usr/local/lib/courier-authlib -lcourierauth -lpcre -lcrypt
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
cp libs/maildir/maildirmake .
cp libs/maildir/deliverquota .
cp libs/rfc2045/reformime .
cp libs/rfc2045/makemime .
cp libs/pcp/pcpd .
cp -f libs/maildir/sharedindexinstall ./sharedindexinstall.sqwebmail
cp -f libs/maildir/sharedindexsplit ./sharedindexsplit.sqwebmail
cp libs/maildir/maildirmake.1 .
cp libs/maildir/deliverquota.8 .
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[1]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
===> Staging for sqwebmail-5.8.3_1
===> sqwebmail-5.8.3_1 depends on executable: courierauthconfig - found
===> sqwebmail-5.8.3_1 depends on package: perl5>=5.20<5.21 - found
===> Generating temporary packing list
gmake[1]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
Making install in libs/numlib
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/numlib'
Making install in libs/gdbmobj
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gdbmobj'
Making install in libs/bdbobj
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/bdbobj'
Making install in libs/md5
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/md5'
Making install in libs/sha1
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sha1'
Making install in libs/random128
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/random128'
Making install in libs/libhmac
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/libhmac'
Making install in libs/rfc822
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake install-am
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc822'
Making install in libs/rfc2045
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake install-am
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/rfc2045'
Making install in libs/liblock
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/liblock'
Making install in libs/maildir
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake install-am
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/maildir'
Making install in libs/soxwrap
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/soxwrap'
Making install in libs/cgi
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/cgi'
Making install in libs/http11
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/http11'
Making install in libs/ldapaddressbook
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake install-am
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/ldapaddressbook'
Making install in libs/gpglib
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake install-am
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/gpglib'
Making install in libs/pcp
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake install-recursive
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
Making install in po
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp/po'
if test "pcp" = "gettext-tools"; then \
/bin/mkdir -p /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
install -m 0644 ./$file \
/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp/po'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/public
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/private
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/localcache
chmod 755 /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar
chmod 755 /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/public
chmod 750 /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/private
chmod 700 /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/localcache
chown bin /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar/localcache
chgrp -R courier /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/calendar
echo "localcacheowner=bin" >uids
echo "calendardir=/var/sqwebmail/calendar" >>uids
echo "mailgroup=courier" >>uids
gmake[5]: Nothing to be done for 'install-data-am'.
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/pcp'
Making install in libs/sqwebmail
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake install-recursive
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
Making install in images
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
gmake[5]: Nothing to be done for 'install-exec-am'.
gmake[5]: Nothing to be done for 'install-data-am'.
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/images'
Making install in html
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
Making install in en-us
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[6]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en-us'
install -m 0644 LOCALE LANGUAGE LANGUAGE_PREF ISPELLDICT CHARSET TIMEZONELIST smileys.txt abooklist.html acl.html attachments.html autoresponder.html empty.html eventacl.html eventdaily.html eventdelete.html eventmonthly.html eventshow.html eventweekly.html expired.html folder.html folders.html index.html invalid.html keyimport.html login.html filter.html ldaplist.html ldapsearch.html newevent.html newmsg.html preferences.html printnocookie.html printredirect.html quickadd.html print.html readmsg.html redirect.html refreshfr.html spellchk.html gpg.html '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en-us'
install -m 0644 gpgcreate.html gpgerr.html loginform.inc.html navbar.inc.html navbar2.inc.html navbar3.inc.html calendarlogin.inc.html eventnotifynew.txt eventnotifydelete.txt eventnotifysubject.txt '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en-us'
gmake install-data-hook
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
test -f ../../TIMEZONELIST || exit 0; \
/usr/bin/sed -n '/^\#/p' < ./TIMEZONELIST \
> /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en-us/TIMEZONELIST ; \
cat ../../TIMEZONELIST >>/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en-us/TIMEZONELIST
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html/en-us'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake install-data-hook
gmake[7]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
mksoftlinks /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html en-us
rm -f /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en
ln -s en-us /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail/html/en
gmake[7]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail/html'
gmake[4]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[5]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail'
/bin/sh ./libtool --mode=install install -s -m 555 sqwebpasswd '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail'
libtool: install: install -m 555 -s sqwebpasswd /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebpasswd
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/etc/sqwebmail'
install -m 0644 ldapaddressbook.dist sqwebmaild.dist '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/etc/sqwebmail'
gmake install-exec-hook
gmake[6]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
chown courier /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebpasswd
chgrp courier /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebpasswd
chmod 755 /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebpasswd
chmod g+s /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebpasswd
gmake[6]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/cache
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/run
test -w /etc || exit 0; chown bin /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/var/sqwebmail/cache
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail'
/usr/bin/install -c -m 0755 sendit.sh cleancache.pl ldapsearch webgpg '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/share/sqwebmail'
gmake[5]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[4]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/libs/sqwebmail'
gmake[2]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[3]: Entering directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/www/cgi-bin-dist/sqwebmail
test -w /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/www/cgi-bin-dist/sqwebmail || exit 0; \
install -s -m 555 libs/sqwebmail/sqwebmail \
/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/www/cgi-bin-dist/sqwebmail/sqwebmail
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail
install -s -m 555 libs/sqwebmail/sqwebmaild /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/sqwebmaild
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec'
install -m 555 sqwebmaild.rc '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec'
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail'
/bin/sh ./libtool --mode=install install -s -m 555 maildirmake deliverquota reformime makemime pcpd '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail'
libtool: install: install -m 555 -s maildirmake /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/maildirmake
libtool: install: install -m 555 -s deliverquota /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/deliverquota
libtool: install: install -m 555 -s reformime /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/reformime
libtool: install: install -m 555 -s makemime /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/makemime
libtool: install: install -m 555 -s pcpd /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/libexec/sqwebmail/pcpd
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/www/data-dist/sqwebmail
for f in `cat libs/sqwebmail/images/filelist` ; do \
install -m 0644 ./libs/sqwebmail/images/$f /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/www/data-dist/sqwebmail/$f ;\
done
/bin/sh /tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3/install-sh -d /tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/etc/sqwebmail
-----------------------------------------------------------
You must now add the following command to your system startup script:
/usr/local/libexec/sqwebmaild.rc start
You must now create the following cron job that runs at
regular intervals:
su -c "/usr/local/share/sqwebmail/cleancache.pl" bin
-----------------------------------------------------------
(note - your su command may use slightly different arguments)
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/man/man1'
install -m 0644 maildirmake.1 '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/man/man1'
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/man/man8'
install -m 0644 deliverquota.8 '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/man/man8'
/bin/mkdir -p '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/sbin'
install -m 555 sharedindexinstall.sqwebmail sharedindexsplit.sqwebmail '/tmp/portbuild/usr/ports/mail/sqwebmail/work/stage/usr/local/sbin'
gmake[3]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[2]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
gmake[1]: Leaving directory '/tmp/portbuild/usr/ports/mail/sqwebmail/work/sqwebmail-5.8.3'
====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===> Installing for sqwebmail-5.8.3_1
===> Checking if sqwebmail already installed
===> Registering installation for sqwebmail-5.8.3_1
[sqwebmail] Installing sqwebmail-5.8.3_1...
===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/libexec/sqwebmail/sqwebmaild
/usr/local/libexec/sqwebmail/pcpd
This port has installed the following startup scripts which may cause
these network services to be started at boot time.
/usr/local/etc/rc.d/sqwebmail-sqwebmaild
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
For more information, and contact details about the security
status of this software, see the following webpage:
http://inter7.com/sqwebmail/
===> Cleaning for sqwebmail-5.8.3_1
*** configuring sqwebmail ***
sysrc -R /jails/stage sqwebmaild_enable=YES
sqwebmaild_enable: -> YES
sysrc -R /jails/stage courier_authdaemond_enable=YES
courier_authdaemond_enable: -> YES
*** configuring authdaemond ***
MAILDIRFILTER=../.mailfilter
MAILDIR=./Maildir
sysrc -R /jails/stage lighttpd_enable=YES
lighttpd_enable: -> YES
*** enabling sqwebmail in lighttpd.conf ***
server.modules += ( "mod_cgi", "mod_alias", "mod_extforward" )
alias.url += (
"/cgi-bin" => "/usr/local/www/cgi-bin-dist/sqwebmail/",
"/sqwebmail/" => "/usr/local/www/data-dist/sqwebmail/",
)
$HTTP["url"] =~ "^/cgi-bin" {
cgi.assign = ( "" => "" )
}
extforward.forwarder = (
"172.16.15.12" => "trust",
)
*** starting sqwebmaild ***
jexec stage service sqwebmail-sqwebmaild start
Starting sqwebmaild.
*** starting courier-authdaemond ***
jexec stage service courier-authdaemond start
Starting courier_authdaemond.
*** starting lighttpd ***
jexec stage service lighttpd start
Starting lighttpd.
*** testing sqwebmaild ***
*** testing courier-authdaemond ***
*** testing lighttpd on port 80 ***
checking for port 80 listener in staged jail
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
www lighttpd 5470 4 tcp4 172.16.15.254:80 *:*
it worked
*** promoting jail sqwebmail ***
service jail stop stage
Stopping jails: stage.
jail -r stage
stage: removed
nameserver 172.16.15.3
umount /jails/stage/dev
unmount /jails/stage/usr/ports
unmount /jails/stage/var/cache/pkg
zroot/data/sqwebmail filesystem exists
/data/sqwebmail on /jails/stage/data (nullfs, local)
unmount data fs /jails/stage/data
zfs rename zroot/jails/stage zroot/jails/sqwebmail.ready
service jail stop sqwebmail
Stopping jails: sqwebmail.
jail -r sqwebmail
zroot/data/sqwebmail filesystem exists
zroot/jails/sqwebmail filesystem exists
zfs rename zroot/jails/sqwebmail zroot/jails/sqwebmail.last
zfs rename zroot/jails/sqwebmail.ready zroot/jails/sqwebmail
*** sqwebmail already in /etc/jail.conf ***
*** service jail start sqwebmail ***
Starting jails: sqwebmail.
Success! A new 'sqwebmail' jail is provisioned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment