>>> Building on exopi-1 under mail/bmf,mysql BDEPENDS = [databases/mariadb] DIST = [mail/bmf:bmf-0.9.4.tar.gz] FULLPKGNAME = bmf-0.9.4p12-mysql RDEPENDS = [databases/mariadb] (Junk lock obtained for exopi-1 at 1713780395.98) >>> Running depends in mail/bmf,mysql at 1713780396.02 last junk was in print/texlive/base /usr/sbin/pkg_add -aI -Drepair mariadb-client-10.9.8v1 was: /usr/sbin/pkg_add -aI -Drepair mariadb-client-10.9.8v1 /usr/sbin/pkg_add -aI -Drepair mariadb-client-10.9.8v1 >>> Running show-prepare-results in mail/bmf,mysql at 1713780400.00 ===> mail/bmf,mysql ===> Building from scratch bmf-0.9.4p12-mysql ===> bmf-0.9.4p12-mysql depends on: mariadb-client-* -> mariadb-client-10.9.8v1 ===> Verifying specs: c mariadb pthread ===> found c.100.0 mariadb.30.0 pthread.27.1 mariadb-client-10.9.8v1 (Junk lock released for exopi-1 at 1713780400.64) distfiles size=36740 >>> Running build in mail/bmf,mysql at 1713780400.66 ===> mail/bmf,mysql ===> Checking files for bmf-0.9.4p12-mysql `/exopi-cvs/ports/distfiles/bmf-0.9.4.tar.gz' is up to date. >> (SHA256) bmf-0.9.4.tar.gz: OK ===> Extracting for bmf-0.9.4p12-mysql ===> Patching for bmf-0.9.4p12-mysql ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Sun Oct 20 16:27:56 2002 |+++ Makefile.in Thu Aug 14 13:12:01 2014 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 77. done ===> Applying OpenBSD patch patch-README Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- README.orig Fri Sep 7 10:02:26 2007 |+++ README Fri Sep 7 10:03:34 2007 -------------------------- Patching file README using Plan A... Hunk #1 succeeded at 92. done ===> Applying OpenBSD patch patch-bmf_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bmf.c.orig Sun Oct 20 14:19:17 2002 |+++ bmf.c Sun Oct 27 12:26:18 2002 -------------------------- Patching file bmf.c using Plan A... Hunk #1 succeeded at 88. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Mon Feb 27 19:23:18 2017 |+++ configure Mon Feb 27 19:23:50 2017 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 149. 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 bmf-0.9.4p12-mysql ===> Configuring for bmf-0.9.4p12-mysql Examining system setup... Looking for compiler... cc is executable. Checking for BerkeleyDB... disabled. Checking for MySQL... enabled. Configuration successful. Now run 'make all' and 'make install'. ===> Building for bmf-0.9.4p12-mysql cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -DPACKAGE=\"bmf\" -DVERSION=\"0.9.4\" -c bmf.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c filt.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c dbmysql.c dbmysql.c:415:5: warning: variable 'p' is uninitialized when used here [-Wuninitialized] p += sprintf( p, BOGOFILTER_HEADER, pthis->nmsgs ); ^ dbmysql.c:404:14: note: initialize the variable 'p' to silence this warning char* p; ^ = NULL dbmysql.c:428:36: warning: variable 'res' is uninitialized when used here [-Wuninitialized] while( (row = mysql_fetch_row( res )) ) ^~~ dbmysql.c:407:19: note: initialize the variable 'res' to silence this warning MYSQL_RES* res; ^ = NULL 2 warnings generated. cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c dbdb.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c dbtext.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c dbh.c dbh.c:64:23: warning: call to undeclared function 'dbdb_db_open'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] pdb = (dbh_t*)dbdb_db_open( dbhost, dbname, dbuser, dbpass ); ^ dbh.c:64:15: warning: cast to 'dbh_t *' (aka 'struct _dbh *') from smaller integer type 'int' [-Wint-to-pointer-cast] pdb = (dbh_t*)dbdb_db_open( dbhost, dbname, dbuser, dbpass ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c lex.c lex.c:189:36: warning: parameter 'c' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static inline bool_t is_base64char(c) ^ lex.c:189:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static inline bool_t is_base64char(c) ^ lex.c:194:37: warning: parameter 'c' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static inline bool_t is_wordmidchar(c) ^ lex.c:194:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static inline bool_t is_wordmidchar(c) ^ lex.c:199:37: warning: parameter 'c' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static inline bool_t is_wordendchar(c) ^ lex.c:199:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static inline bool_t is_wordendchar(c) ^ 6 warnings generated. cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c vec.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c str.c cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -c dbg.c cc -o bmf bmf.o filt.o dbmysql.o dbdb.o dbtext.o dbh.o lex.o vec.o str.o dbg.o -L/usr/local/lib -lmysqlclient filt.c(filt.o:(statdump)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe "-I/usr/local/include/mysql" -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/local/include -DHAVE_MYSQL -DPACKAGE=\"bmfconv\" -DVERSION=\"0.9.4\" -c bmfconv.c cc -o bmfconv bmfconv.o dbmysql.o dbdb.o dbtext.o dbh.o vec.o str.o dbg.o -L/usr/local/lib -lmysqlclient dbmysql.c(dbmysql.o:(dbmysql_db_opentable)): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/bmf,mysql at 1713780403.71 ===> mail/bmf,mysql ===> Faking installation for bmf-0.9.4p12-mysql [ -d /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/bin ] || mkdir -p /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/bin [ -d /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/man/man1 ] || mkdir -p /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/man/man1 cp bmf /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/bin cp bmf.1 /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/man/man1 cp bmfconv /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/bin cp bmfconv.1 /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/man/man1 /exopi-obj/pobj/bmf-0.9.4-mysql/bin/install -d -m 755 /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/share/doc/bmf /exopi-obj/pobj/bmf-0.9.4-mysql/bin/install -c -m 644 /exopi-obj/pobj/bmf-0.9.4-mysql/bmf-0.9.4/README /exopi-obj/pobj/bmf-0.9.4-mysql/fake-amd64-mysql/usr/local/share/doc/bmf ===> Building package for bmf-0.9.4p12-mysql Create /exopi-cvs/ports/packages/amd64/all/bmf-0.9.4p12-mysql.tgz Creating package bmf-0.9.4p12-mysql reading plist| checking dependencies| checking dependencies|databases/mariadb,-main checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************* | 52% archiving|******************************************************** | 87% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bmf-0.9.4p12-mysql.tgz >>> Running clean in mail/bmf,mysql at 1713780405.51 ===> mail/bmf,mysql ===> Cleaning for bmf-0.9.4p12-mysql >>> Ended at 1713780405.78 max_stuck=3.89/depends=3.99/show-prepare-results=0.67/build=3.04/package=1.81/clean=0.29