------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The emil 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> emil-2.1b9_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The emil 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 ===> emil-2.1b9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by emil-2.1b9_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The emil 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 ===> emil-2.1b9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by emil-2.1b9_1 for building => SHA256 Checksum OK for emil-2.1.0-beta9.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The emil 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 ===> emil-2.1b9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by emil-2.1b9_1 for building ===> Extracting for emil-2.1b9_1 => SHA256 Checksum OK for emil-2.1.0-beta9.tar.gz. Extracted Memory Use: 1.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for emil-2.1b9_1 ===> Applying ports patches for emil-2.1b9_1 ===> Cleanly applied ports patch(es) patch-Makefile.in patch-charset_Makefile.in patch-charset_chset.c patch-charset_conv.c patch-charset_dfopen.c patch-charset_gc.c patch-configure patch-emil.cf.man patch-emil.man patch-func.h patch-getoption.y patch-header.c patch-main.c patch-message.c patch-mime.c patch-mimeparse.c patch-out.c patch-rfc822parse.c patch-uuencode.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for emil-2.1b9_1 loading site script /xports/Templates/config.site creating cache ./config.cache checking for bison... byacc checking for flex... flex checking for -lfl... yes checking for gcc... cc checking whether we are using GNU C... yes checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... cpp checking for AIX... no checking for ranlib... ranlib checking whether cc needs -traditional... no checking for -lseq... no checking for -lsun... no checking for -lintl... no checking whether cross-compiling... no checking for dirent.h that defines DIR... yes checking whether closedir returns void... no checking for Xenix... no checking for ANSI C header files... (cached) yes checking for mode_t... (cached) yes checking for a BSD compatible install... /usr/bin/install -c checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for sysexits.h... yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for errno.h... (cached) yes checking for sys/errno.h... yes checking for netinet/in.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for resolv.h... (cached) yes checking for netdb.h... (cached) yes checking for sys/socket.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking whether char is unsigned... no checking for working const... yes checking for -lm... yes checking for -lresolv... no checking for -lsocket... no checking for -lnsl... no checking for getpagesize... (cached) yes checking for gethostname... (cached) yes checking for res_search... yes updating cache ./config.cache creating ./config.status creating Makefile creating charset/Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for emil-2.1b9_1 --- man --- --- finish --- --- CHARSET --- --- 7bit.o --- --- appledouble.o --- --- applefile.o --- --- applesingle.o --- --- base64.o --- --- binary.o --- --- binhex.o --- --- finish --- Now type 'make install' to install the necessery files Try the program "helper" to get support on how to setup conversion on the local mailer of sendmail --- man --- cp emil.man emil.1 cp emil.cf.man emil.cf.1 --- CHARSET --- cd ./charset; /usr/bin/make "CHARFILE=/usr/local/lib/charsets.cpl" "CFLAGS=-pipe -O2 -fno-strict-aliasing" "LDFLAGS=" -j 10 all --- gc.o --- cc -I. -I.. -DXERR -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -c gc.c --- 7bit.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing 7bit.c --- appledouble.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing appledouble.c --- applefile.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing applefile.c --- applesingle.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing applesingle.c --- base64.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing base64.c --- binary.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing binary.c --- buffer.o --- --- binhex.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing binhex.c --- buffer.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing buffer.c --- applefile.o --- applefile.c: In function 'to_applefile': applefile.c:128:11: warning: implicit declaration of function 'get_appledouble_binary'; did you mean 'get_applesingle_binary'? [-Wimplicit-function-declaration] if (get_appledouble_binary(m->child) != OK) ^~~~~~~~~~~~~~~~~~~~~~ get_applesingle_binary --- CHARSET --- gc.c: In function 'fopener': gc.c:252:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ gc.c:252:5: warning: incompatible implicit declaration of built-in function 'exit' gc.c:252:5: note: include '' or provide a declaration of 'exit' gc.c:19:1: +#include gc.c:252:5: exit (1); ^~~~ gc.c: In function 'main': gc.c:277:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ gc.c:277:5: note: include '' or provide a declaration of 'exit' gc.c:536:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ gc.c:536:3: note: include '' or provide a declaration of 'exit' --- convert.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing convert.c --- man --- ed emil.cf.1 ' or provide a declaration of 'strcpy' conv.c:31:1: +#include conv.c:78:9: (void) strcpy(dk, "DK"); ^~~~~~ conv.c:94:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ conv.c:94:3: warning: incompatible implicit declaration of built-in function 'exit' conv.c:94:3: note: include '' or provide a declaration of 'exit' conv.c:31:1: +#include conv.c:94:3: exit(1); ^~~~ conv.c:116:3: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ conv.c:116:3: note: include '' or provide a declaration of 'exit' conv.c:122:3: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ conv.c:122:3: note: include '' or provide a declaration of 'exit' conv.c:134:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] len= strlen(s); ^~~~~~ conv.c:134:7: warning: incompatible implicit declaration of built-in function 'strlen' conv.c:134:7: note: include '' or provide a declaration of 'strlen' conv.c:157:5: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ conv.c:157:5: note: include '' or provide a declaration of 'exit' --- qp.o --- --- CHARSET --- --- strncnv.o --- cc -I. -I.. -DXERR -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -c strncnv.c --- qp.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing qp.c --- rfc1522.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing rfc1522.c --- CHARSET --- strncnv.c: In function 'getchset': strncnv.c:326:27: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] for (t = chartabs; t && strcmp(t->name, s); t = t->next) ^~~~~~ --- rfc822.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing rfc822.c --- rfc822parse.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing rfc822parse.c --- CHARSET --- --- baseqp.o --- cc -I. -I.. -DXERR -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -c baseqp.c --- smtp.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing smtp.c --- structure.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing structure.c --- sunparse.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing sunparse.c --- smtp.o --- smtp.c: In function 'make_connection': smtp.c:97:8: warning: implicit declaration of function 'inet_addr'; did you mean 'h_addr'? [-Wimplicit-function-declaration] i = inet_addr(p); ^~~~~~~~~ h_addr --- uuencode.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing uuencode.c --- CHARSET --- --- chset.o --- cc -I. -I.. -DXERR -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -c chset.c --- chardefs.txt --- cat iso10646.def control.def other.def > chardefs.txt --- gc --- cc -o gc -I. -I.. -DXERR -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" gc.o dfopen.o --- s_attr.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing s_attr.c --- CHARSET --- --- chset.o --- chset.c: In function 'main': chset.c:55:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] (void) strcpy(us, "US"); ^~~~~~ chset.c:55:9: warning: incompatible implicit declaration of built-in function 'strcpy' chset.c:55:9: note: include '' or provide a declaration of 'strcpy' chset.c:23:1: +#include chset.c:55:9: (void) strcpy(us, "US"); ^~~~~~ chset.c:66:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ chset.c:66:3: warning: incompatible implicit declaration of built-in function 'exit' chset.c:66:3: note: include '' or provide a declaration of 'exit' chset.c:23:1: +#include chset.c:66:3: exit (1); ^~~~ chset.c:71:3: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ chset.c:71:3: note: include '' or provide a declaration of 'exit' chset.c:93:2: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ chset.c:93:2: note: include '' or provide a declaration of 'exit' --- conv --- cc -o conv -I. -I.. -DXERR -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" conv.o strncnv.o dfopen.o baseqp.o --- d_attr.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing d_attr.c --- a_attr.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing a_attr.c --- CHARSET --- --- charsets.cpl --- mkdir cm ./gc --- charset.o --- cc -c -I./charset -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -DEMIL -I. -pipe -O2 -fno-strict-aliasing charset.c --- CHARSET --- --- chset --- cc -o chset -I. -I.. -DXERR -DHAVE_CONFIG_H -DCHARFILE=\"/usr/local/lib/charsets.cpl\" chset.o strncnv.o dfopen.o --- lex.yy.c --- flex -i getoption.l --- y.tab.c --- --- CHARSET --- --- charsets.cpl --- 1447 short mnems and 473 long mnems, = 1920 mnems defined 145 charsets and 287 aliases defined --- helper --- --- y.tab.c --- byacc -l -v getoption.y --- helper --- cc -o helper -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -I. -pipe -O2 -fno-strict-aliasing helper.c --- getoption.o --- cc -c -DHAVE_CONFIG_H -DSMTP -DNAMED_BIND -DUSE_MX -DDEBUG -DMAINCF=\"/usr/local/lib/emil.cf\" -DCHARFILE=\"/usr/local/lib/charsets.cpl\" -DSENDMAILPATH=\"\" -DSENDMAILPROG=\"\" -DSENDERFLAG=\"\" -DLOG_FACILITY=LOG_MAIL -DSMTPHOSTNAME=\"host.domain\" -DEMIL_VERSION=\"2.1.0-beta9\" -DEMILPATH=\"/usr/local/bin/emil\" -pipe -O2 -fno-strict-aliasing -o getoption.o y.tab.c --- helper --- helper.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char ** argv) ^~~~ --- getoption.o --- In file included from y.tab.c:399: lex.yy.c:572:12: warning: prototype for 'yywrap' follows non-prototype definition #else ^ --- emilx --- cc -o emil 7bit.o appledouble.o applefile.o applesingle.o base64.o binary.o binhex.o buffer.o convert.o filenames.o forks.o format.o hbase64.o header.o hqp.o hqxbin.o load.o logger.o mailtool.o main.o message.o mime.o mimeparse.o ns.o out.o qp.o rfc1522.o rfc822.o rfc822parse.o smtp.o structure.o sunparse.o uuencode.o s_attr.o d_attr.o a_attr.o charset.o getoption.o ./charset/dfopen.o -lm SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for emil-2.1b9_1 ===> Generating temporary packing list ./mkinstalldirs /construction/mail/emil/stage/usr/local/bin /construction/mail/emil/stage/usr/local/lib /construction/mail/emil/stage/usr/local/man/man1 Installing emil as /usr/local/bin/emil Installing emil.cf as /usr/local/lib/emil.cf Installing charset/charsets.cpl as /usr/local/lib/charsets.cpl Installing emil.1 in /usr/local/man/man1 Installing emil.cf.1 in /usr/local/man/man1 ./mkinstalldirs /construction/mail/emil/stage/usr/local/share/doc/emil mkdir /construction/mail/emil/stage/usr/local/share/doc/emil Installing doc files in /usr/local/share/doc/emil Installation done. ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for emil-2.1b9_1 file sizes/checksums [39]: 0% file sizes/checksums [39]: 100% packing files [39]: 0% packing files [39]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05