>>> Building on exopi-4 under comms/qpage DIST = [comms/qpage:qpage-3.3.tar.Z] FULLPKGNAME = qpage-3.3p2 distfiles size=225689 >>> Running build in comms/qpage at 1713856368.81 ===> comms/qpage ===> Building from scratch qpage-3.3p2 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for qpage-3.3p2 `/exopi-cvs/ports/distfiles/qpage-3.3.tar.Z' is up to date. >> (SHA256) qpage-3.3.tar.Z: OK ===> Extracting for qpage-3.3p2 ===> Patching for qpage-3.3p2 ===> Applying OpenBSD patch patch-example_cf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- example.cf.orig Thu Jun 11 23:37:08 1998 |+++ example.cf Sat Feb 23 16:09:58 2002 -------------------------- Patching file example.cf using Plan A... Hunk #1 succeeded at 67. done ===> Applying OpenBSD patch patch-ixo_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ixo.c.orig Fri Jan 1 18:59:33 1999 |+++ ixo.c Sat Feb 23 16:10:26 2002 -------------------------- Patching file ixo.c using Plan A... Hunk #1 succeeded at 614. done ===> Applying OpenBSD patch patch-qpage_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- qpage.man.orig Mon Nov 1 15:00:57 2004 |+++ qpage.man Mon Nov 1 15:01:16 2004 -------------------------- Patching file qpage.man using Plan A... Hunk #1 succeeded at 867. 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 qpage-3.3p2 ===> Configuring for qpage-3.3p2 Using /exopi-obj/pobj/qpage-3.3/config.site (generated) loading site script /exopi-obj/pobj/qpage-3.3/config.site creating cache ./config.cache checking if system type is SunOS/Solaris... no checking where to create lock files... /var/spool/lock 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 how to run the C preprocessor... cc -E checking whether make sets ${MAKE}... (cached) yes checking for cp... /bin/cp checking for rm... /bin/rm checking for chmod... /bin/chmod checking for mkdir... /bin/mkdir checking for sendmail... /usr/sbin/sendmail checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for the tcp_wrappers package... no (see INSTALL for info) checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for ioctl-types.h... no checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking for sys/mkdev.h... no checking for string.h... (cached) yes checking for syslog.h... (cached) yes checking for setjmp.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/modem.h... no checking for sys/digi.h... no checking for mode_t... (cached) yes checking for off_t... (cached) yes checking for pid_t... (cached) yes checking return type of signal handlers... (cached) void checking for size_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for st_rdev in struct stat... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes checking for vprintf... (cached) yes checking for mktime... (cached) yes checking for memcpy... (cached) yes checking for vsyslog... (cached) yes checking for waitpid... (cached) yes checking for select... (cached) yes checking for socket... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strstr... (cached) yes checking for uname... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h Now just type "make" to build QuickPage! ===> Building for qpage-3.3p2 cc -O2 -pipe -c qpage.c cc -O2 -pipe -c usersnpp.c cc -O2 -pipe -c srvrsnpp.c cc -O2 -pipe -c queue.c queue.c:307:7: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] &p->created); ^~~~~~~~~~~ queue.c:345:7: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] &holduntil); ^~~~~~~~~~ queue.c:354:34: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] (void)sscanf(&buf[n], "%ld", &lasttry); ~~~ ^~~~~~~~ %lld queue.c:513:41: warning: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'long long') [-Wformat] (void)sprintf(filename, "P%lu.%03u", time(NULL), ext++); ~~~ ^~~~~~~~~~ %lld queue.c:570:39: warning: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'long long') [-Wformat] fprintf(fp, "Holduntil: %lu %s\n", tmp->holduntil, ~~~ ^~~~~~~~~~~~~~ %lld queue.c:574:37: warning: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'long long') [-Wformat] fprintf(fp, "Lasttry: %lu %s\n", tmp->lasttry, ~~~ ^~~~~~~~~~~~ %lld queue.c:649:29: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] fprintf(fp, "Bytes: %d\n", strlen(p->message)+11); ~~ ^~~~~~~~~~~~~~~~~~~~~ %lu queue.c:651:35: warning: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'long long') [-Wformat] fprintf(fp, "Created: %lu %s\n", p->created, my_ctime(&p->created)); ~~~ ^~~~~~~~~~ %lld queue.c:781:34: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("\tLength: %d bytes\n", strlen(tmp->message)); ~~ ^~~~~~~~~~~~~~~~~~~~ %lu 9 warnings generated. cc -O2 -pipe -c config.c config.c:1303:15: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast] if (*ptr == (char)NULL) { ^~~~~~~~~~ 1 warning generated. cc -O2 -pipe -c util.c util.c:814:38: warning: format specifies type 'unsigned long' but the argument has type 'uid_t' (aka 'unsigned int') [-Wformat] (void)sprintf(username, "UID=%lu", geteuid()); ~~~ ^~~~~~~~~ %u util.c:1150:49: warning: format specifies type 'unsigned long' but the argument has type 'pid_t' (aka 'int') [-Wformat] (void)sprintf(tmpfile, "%s/LTMP.%lu", LockDir, getpid()); ~~~ ^~~~~~~~ %d util.c:1167:33: warning: format specifies type 'unsigned long' but the argument has type 'pid_t' (aka 'int') [-Wformat] (void)sprintf(buff, "%10lu\n", getpid()); ~~~~~ ^~~~~~~~ %10d 3 warnings generated. cc -O2 -pipe -c ixo.c cc -O2 -pipe -c ident.c cc -O2 -pipe -c readmail.c cc -O2 -pipe -c sendmail.c /bin/rm -f qpage cc -o qpage qpage.o usersnpp.o srvrsnpp.o queue.o config.o util.o ixo.o ident.o readmail.o sendmail.o ident.c(ident.o:(trim)): warning: strcpy() is almost always misused, please use strlcpy() ident.c(ident.o:(ident)): warning: sprintf() is often misused, please use snprintf() srvrsnpp.c(srvrsnpp.o:(snpp)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in comms/qpage at 1713856377.87 ===> comms/qpage ===> Faking installation for qpage-3.3p2 /exopi-obj/pobj/qpage-3.3/bin/install -c -s -m 755 /exopi-obj/pobj/qpage-3.3/qpage-3.3/qpage /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/bin /exopi-obj/pobj/qpage-3.3/bin/install -c -m 644 /exopi-obj/pobj/qpage-3.3/qpage-3.3/qpage.man /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/man/man1/qpage.1 /exopi-obj/pobj/qpage-3.3/bin/install -d -m 755 /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/share/examples/qpage /exopi-obj/pobj/qpage-3.3/bin/install -c -m 644 /exopi-obj/pobj/qpage-3.3/qpage-3.3/example.cf /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/share/examples/qpage/qpage.cf /exopi-obj/pobj/qpage-3.3/bin/install -d -m 755 /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/share/doc/qpage /exopi-obj/pobj/qpage-3.3/bin/install -c -m 644 /exopi-obj/pobj/qpage-3.3/qpage-3.3/{[C-LRT]*,*txt} /exopi-obj/pobj/qpage-3.3/fake-amd64/usr/local/share/doc/qpage ===> Building package for qpage-3.3p2 Create /exopi-cvs/ports/packages/amd64/all/qpage-3.3p2.tgz Creating package qpage-3.3p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********** | 16% checksumming|************ | 20% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 40% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************* | 60% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************* | 80% checksumming|*************************************************** | 84% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************* | 33% archiving|*************************** | 42% archiving|****************************** | 47% archiving|************************************* | 58% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|**************************************************** | 81% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/qpage-3.3p2.tgz >>> Running clean in comms/qpage at 1713856380.42 ===> comms/qpage ===> Cleaning for qpage-3.3p2 >>> Ended at 1713856380.87 max_stuck=0.00/build=9.05/package=2.57/clean=0.48