>>> Building on exopi-6 under mail/smtpclient DIST = [mail/smtpclient:smtpclient-1.0.0.tar.gz] FULLPKGNAME = smtpclient-1.0.0p2 distfiles size=40033 >>> Running build in mail/smtpclient at 1713561799.91 ===> mail/smtpclient ===> Building from scratch smtpclient-1.0.0p2 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for smtpclient-1.0.0p2 `/exopi-cvs/ports/distfiles/smtpclient-1.0.0.tar.gz' is up to date. >> (SHA256) smtpclient-1.0.0.tar.gz: OK ===> Extracting for smtpclient-1.0.0p2 ===> Patching for smtpclient-1.0.0p2 ===> Applying OpenBSD patch patch-smtpclient_errno_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- smtpclient_errno.c.orig Wed Aug 1 15:09:39 2001 |+++ smtpclient_errno.c Wed Aug 1 15:11:36 2001 -------------------------- Patching file smtpclient_errno.c using Plan A... Hunk #1 succeeded at 91. done ===> Applying OpenBSD patch patch-smtpclient_main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- smtpclient_main.c.orig Wed Aug 1 15:25:22 2001 |+++ smtpclient_main.c Wed Aug 1 15:33:07 2001 -------------------------- Patching file smtpclient_main.c using Plan A... Hunk #1 succeeded at 86. Hunk #2 succeeded at 306. Hunk #3 succeeded at 395. Hunk #4 succeeded at 497. Hmm... Ignoring the trailing garbage. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for smtpclient-1.0.0p2 ===> Configuring for smtpclient-1.0.0p2 Using /exopi-obj/pobj/smtpclient-1.0.0/config.site (generated) Configuring for SMTPclient 1.0.0 (22-10-1997) loading site script /exopi-obj/pobj/smtpclient-1.0.0/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /exopi-obj/pobj/smtpclient-1.0.0/bin/install -c checking for strerror... (cached) yes checking for sys_errlist in -lc... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for smtpclient-1.0.0p2 cc -O2 -pipe -o smtpclient_main.o -c smtpclient_main.c smtpclient_main.c:83:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] void log(char *str, ...) ^ smtpclient_main.c:83:6: note: 'log' is a builtin with type 'double (double)' smtpclient_main.c:316:5: warning: call to undeclared function 'alarm'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] alarm(60); ^ smtpclient_main.c:391:9: warning: call to undeclared function 'gethostname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (gethostname(my_name, sizeof(my_name) - 1) < 0) { ^ smtpclient_main.c:405:29: warning: call to undeclared function 'getuid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((pwd = getpwuid(getuid())) == 0) { ^ smtpclient_main.c:436:14: warning: call to undeclared function 'dup'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((r = dup(s)) < 0) { ^ smtpclient_main.c:472:25: warning: call to undeclared function 'getuid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((pwd = getpwuid(getuid())) == 0) { ^ 6 warnings generated. cc -O2 -pipe -o smtpclient_getopt.o -c smtpclient_getopt.c smtpclient_getopt.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ smtpclient_getopt.c:331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ smtpclient_getopt.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (argc, argv, optstring) ^ smtpclient_getopt.c:429:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ smtpclient_getopt.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ smtpclient_getopt.c:605:30: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^ smtpclient_getopt.c:605:30: note: include the header or explicitly provide a declaration for 'strcmp' smtpclient_getopt.c:681:14: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^ smtpclient_getopt.c:681:14: note: include the header or explicitly provide a declaration for 'strncmp' smtpclient_getopt.c:684:35: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^ smtpclient_getopt.c:684:35: note: include the header or explicitly provide a declaration for 'strlen' smtpclient_getopt.c:732:20: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ smtpclient_getopt.c:995:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from smtpclient_getopt.c:62: ./smtpclient_getopt.h:138:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ smtpclient_getopt.c:1055:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ smtpclient_getopt.c:1071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 13 warnings generated. cc -O2 -pipe -o smtpclient_errno.o -c smtpclient_errno.c cc -O2 -pipe -o smtpclient_vers.o -c smtpclient_vers.c cc -o smtpclient smtpclient_main.o smtpclient_getopt.o smtpclient_errno.o smtpclient_vers.o >>> Running package in mail/smtpclient at 1713561804.32 ===> mail/smtpclient ===> Faking installation for smtpclient-1.0.0p2 ./etc/mkinstalldirs /exopi-obj/pobj/smtpclient-1.0.0/fake-amd64/usr/local/bin ./etc/mkinstalldirs /exopi-obj/pobj/smtpclient-1.0.0/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/smtpclient-1.0.0/bin/install -c -s -m 755 smtpclient /exopi-obj/pobj/smtpclient-1.0.0/fake-amd64/usr/local/bin/smtpclient /exopi-obj/pobj/smtpclient-1.0.0/bin/install -c -m 644 smtpclient.1 /exopi-obj/pobj/smtpclient-1.0.0/fake-amd64/usr/local/man/man1/smtpclient.1 ===> Building package for smtpclient-1.0.0p2 Create /exopi-cvs/ports/packages/amd64/all/smtpclient-1.0.0p2.tgz Creating package smtpclient-1.0.0p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************************ | 75% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/smtpclient-1.0.0p2.tgz >>> Running clean in mail/smtpclient at 1713561806.49 ===> mail/smtpclient ===> Cleaning for smtpclient-1.0.0p2 >>> Ended at 1713561807.18 max_stuck=0.00/build=4.30/package=2.27/clean=0.73