>>> Building on exopi-5 under net/mudix DIST = [net/mudix:mudix-4.3.tar.gz] FULLPKGNAME = mudix-4.3p0 distfiles size=43003 >>> Running build in net/mudix at 1713856598.01 ===> net/mudix ===> Building from scratch mudix-4.3p0 ===> Verifying specs: c curses panel ===> found c.100.0 curses.15.0 panel.7.0 ===> Checking files for mudix-4.3p0 `/exopi-cvs/ports/distfiles/mudix-4.3.tar.gz' is up to date. >> (SHA256) mudix-4.3.tar.gz: OK ===> Extracting for mudix-4.3p0 ===> Patching for mudix-4.3p0 ===> Applying OpenBSD patch patch-src_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/Makefile.in.orig Sun Oct 20 21:34:28 2002 |+++ src/Makefile.in Wed Mar 25 19:28:15 2009 -------------------------- Patching file src/Makefile.in using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 24. 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 mudix-4.3p0 ===> Configuring for mudix-4.3p0 Using /exopi-obj/pobj/mudix-4.3/config.site (generated) loading site script /exopi-obj/pobj/mudix-4.3/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 for initscr in -lncurses... yes checking for new_panel in -lpanel... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for arpa/telnet.h... yes checking for conf.h... no checking for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for ncurses.h... yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for panel.h... (cached) yes checking for signal.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking return type of signal handlers... (cached) void checking for connect... (cached) yes checking for gethostbyname... (cached) yes checking for gettimeofday... (cached) yes checking for read... (cached) yes checking for signal... (cached) yes checking for socket... (cached) yes checking for write... (cached) yes checking for poll... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating include/conf.h ===> Building for mudix-4.3p0 (cd src; make) cc -c -O2 -pipe -Wall -I../include alias.c alias.c:77:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ alias.c:77:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 1 warning generated. cc -c -O2 -pipe -Wall -I../include commands.c cc -c -O2 -pipe -Wall -I../include file.c cc -c -O2 -pipe -Wall -I../include input.c cc -c -O2 -pipe -Wall -I../include log.c cc -c -O2 -pipe -Wall -I../include mudix.c cc -c -O2 -pipe -Wall -I../include output.c cc -c -O2 -pipe -Wall -I../include parse.c cc -c -O2 -pipe -Wall -I../include path.c path.c:76:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ path.c:76:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 1 warning generated. cc -c -O2 -pipe -Wall -I../include settings.c settings.c:612:52: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, lines++, centre-strlen(str)/2, str); ^~~ settings.c:612:52: note: treat the string as an argument to avoid this mvwprintw(wMsg, lines++, centre-strlen(str)/2, str); ^ "%s", settings.c:618:57: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] mvwprintw(wMsg, lines++, 1, "Sent : %d Bytes", total_sent); ~~ ^~~~~~~~~~ %ld settings.c:619:63: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] mvwprintw(wMsg, lines-1, centre, " Received : %d Bytes", total_recv); ~~ ^~~~~~~~~~ %ld settings.c:650:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ settings.c:650:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 4 warnings generated. cc -c -O2 -pipe -Wall -I../include tabs.c tabs.c:75:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ tabs.c:75:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 1 warning generated. cc -c -O2 -pipe -Wall -I../include telnet.c cc -c -O2 -pipe -Wall -I../include trigger.c trigger.c:78:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ trigger.c:78:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 1 warning generated. cc -c -O2 -pipe -Wall -I../include variable.c variable.c:88:46: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^~~ variable.c:88:46: note: treat the string as an argument to avoid this mvwprintw(wMsg, 0, centre-strlen(str)/2, str); ^ "%s", 1 warning generated. rm -f ../mudix cc -o ../mudix -O2 -pipe alias.o commands.o file.o input.o log.o mudix.o output.o parse.o path.o settings.o tabs.o telnet.o trigger.o variable.o -lpanel -lcurses input.c(input.o:(process_input)): warning: strcat() is almost always misused, please use strlcat() telnet.c(telnet.o:(telnet_command)): warning: sprintf() is often misused, please use snprintf() variable.c(variable.o:(process_if)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in net/mudix at 1713856607.75 ===> net/mudix ===> Faking installation for mudix-4.3p0 /exopi-obj/pobj/mudix-4.3/bin/install -c -s -m 755 /exopi-obj/pobj/mudix-4.3/mudix-4.3/mudix /exopi-obj/pobj/mudix-4.3/fake-amd64/usr/local/bin /exopi-obj/pobj/mudix-4.3/bin/install -d -m 755 /exopi-obj/pobj/mudix-4.3/fake-amd64/usr/local/share/mudix /exopi-obj/pobj/mudix-4.3/bin/install -c -m 644 /exopi-obj/pobj/mudix-4.3/mudix-4.3/sample.usr /exopi-obj/pobj/mudix-4.3/fake-amd64/usr/local/share/mudix ===> Building package for mudix-4.3p0 Create /exopi-cvs/ports/packages/amd64/all/mudix-4.3p0.tgz Creating package mudix-4.3p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/mudix-4.3p0.tgz >>> Running clean in net/mudix at 1713856610.04 ===> net/mudix ===> Cleaning for mudix-4.3p0 >>> Ended at 1713856611.80 max_stuck=0.00/build=9.55/package=2.45/clean=1.83