>>> Building on exopi-1 under x11/xplot DIST = [x11/xplot:xplot-0.90.7.1.tar.gz] FULLPKGNAME = xplot-0.90.7.1p0 distfiles size=60166 >>> Running build in x11/xplot at 1764832885.98 ===> x11/xplot ===> Building from scratch xplot-0.90.7.1p0 ===> Verifying specs: X11 c m ===> found X11.19.0 c.102.2 m.10.1 ===> Checking files for xplot-0.90.7.1p0 `/exopi-cvs/ports/distfiles/xplot-0.90.7.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xplot-0.90.7.1p0 ===> Patching for xplot-0.90.7.1p0 ===> Applying OpenBSD patch patch-signed_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: signed.c |--- signed.c.orig |+++ signed.c -------------------------- Patching file signed.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 49. done ===> Applying OpenBSD patch patch-unsigned_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: unsigned.c |--- unsigned.c.orig |+++ unsigned.c -------------------------- Patching file unsigned.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 58. Hunk #3 succeeded at 69. done ===> Applying OpenBSD patch patch-xplot_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xplot.h |--- xplot.h.orig |+++ xplot.h -------------------------- Patching file xplot.h using Plan A... Hunk #1 succeeded at 59. 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 xplot-0.90.7.1p0 ===> Configuring for xplot-0.90.7.1p0 Using /exopi-obj/pobj/xplot-0.90.7.1/config.site (generated) loading site script /exopi-obj/pobj/xplot-0.90.7.1/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 a BSD compatible install... /exopi-obj/pobj/xplot-0.90.7.1/bin/install -c checking how to run the C preprocessor... cc -E checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for main in -lX11... (cached) yes checking for main in -lm... (cached) yes checking for inline... inline checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking whether struct tm has tm_gmtoff... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for xplot-0.90.7.1p0 cc -O2 -pipe -Wall -I/usr/X11R6/include -c xplot.c xplot.c:707:18: warning: passing arguments to 'get_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 707 | r = get_input(fp, dpy, lineno, pl); | ^ xplot.c:1122:7: warning: variable 'nmapped' set but not used [-Wunused-but-set-variable] 1122 | int nmapped = 0; | ^ xplot.c:1123:7: warning: variable 'ndots' set but not used [-Wunused-but-set-variable] 1123 | int ndots = 0; | ^ xplot.c:2491:33: warning: passing arguments to 'make_name_open_file' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2491 | if ((fp = make_name_open_file(pl))) { | ^ xplot.c:2492:13: warning: passing arguments to 'emit_PS' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2492 | emit_PS(pl, fp, pl->state); | ^ xplot.c:1587:21: warning: variable 'SAVc' set but not used [-Wunused-but-set-variable] 1587 | int SAVx, SAVy, SAVc, SAVd; | ^ xplot.c:2754:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 2754 | int atoi(); | ^ /usr/include/stdlib.h:101:6: note: conflicting prototype is here 101 | int atoi(const char *); | ^ xplot.c:71:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 71 | int get_input(); | ^ xplot.c:2766:5: note: conflicting prototype is here 2766 | int get_input(FILE *fp, Display *dpy, int lineno, struct plotter *pl) | ^ xplot.c:72:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 72 | void emit_PS(); | ^ xplot.c:3162:6: note: conflicting prototype is here 3162 | void emit_PS(struct plotter *pl, FILE *fp, enum plstate state) | ^ xplot.c:2490:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 2490 | FILE *fp, *make_name_open_file(); | ^ xplot.c:3717:1: note: conflicting prototype is here 3717 | make_name_open_file(struct plotter *pl) | ^ 10 warnings generated. echo 'char *version_string = "'`cat version`'";' >version_string.c cc -O2 -pipe -Wall -I/usr/X11R6/include -c version_string.c cc -O2 -pipe -Wall -I/usr/X11R6/include -c coord.c cc -O2 -pipe -Wall -I/usr/X11R6/include -c unsigned.c unsigned.c:57:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 57 | extern void panic(); | ^ ./xplot.h:74:6: note: conflicting prototype is here 74 | void panic(char *s); | ^ 1 warning generated. cc -O2 -pipe -Wall -I/usr/X11R6/include -c signed.c cc -O2 -pipe -Wall -I/usr/X11R6/include -c timeval.c timeval.c:92:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 92 | extern int atoi(); | ^ /usr/include/stdlib.h:101:6: note: conflicting prototype is here 101 | int atoi(const char *); | ^ 1 warning generated. cc -O2 -pipe -Wall -I/usr/X11R6/include -c double.c double.c:36:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 36 | extern double atof(); | ^ /usr/include/stdlib.h:100:9: note: conflicting prototype is here 100 | double atof(const char *); | ^ double.c:41:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 41 | extern double remainder(); | ^ 2 warnings generated. cc -O2 -pipe -Wall -I/usr/X11R6/include -c dtime.c dtime.c:36:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 36 | extern double atof(); | ^ /usr/include/stdlib.h:100:9: note: conflicting prototype is here 100 | double atof(const char *); | ^ dtime.c:40:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 40 | extern double remainder(); | ^ 2 warnings generated. cc -O2 -pipe -Wall -I/usr/X11R6/include -o xplot.new xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o -lm -lX11 -L/usr/X11R6/lib ld: warning: xplot.c(xplot.o:(append_strings_with_space_freeing_first)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: xplot.c(xplot.o:(append_strings_with_space_freeing_first)): warning: strcat() is almost always misused, please use strlcat() ld: warning: dtime.c(dtime.o:(dtime_unparse)): warning: sprintf() is often misused, please use snprintf() mv -f xplot xplot.old mv: xplot: No such file or directory *** Error 1 in target 'xplot' (ignored) mv -f xplot.new xplot >>> Running package in x11/xplot at 1764832892.10 ===> x11/xplot ===> Faking installation for xplot-0.90.7.1p0 mkdir -p /exopi-obj/pobj/xplot-0.90.7.1/fake-amd64/usr/local/bin /exopi-obj/pobj/xplot-0.90.7.1/bin/install -c -s -m 755 xplot /exopi-obj/pobj/xplot-0.90.7.1/fake-amd64/usr/local/bin/xplot /exopi-obj/pobj/xplot-0.90.7.1/bin/install -c tcpdump2xplot.pl /exopi-obj/pobj/xplot-0.90.7.1/fake-amd64/usr/local/bin/tcpdump2xplot mkdir -p /exopi-obj/pobj/xplot-0.90.7.1/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/xplot-0.90.7.1/bin/install -c -m 644 xplot.1 tcpdump2xplot.1 /exopi-obj/pobj/xplot-0.90.7.1/fake-amd64/usr/local/man/man1 ===> Building package for xplot-0.90.7.1p0 Create /exopi-cvs/ports/packages/amd64/all/xplot-0.90.7.1p0.tgz Creating package xplot-0.90.7.1p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************************************************** | 81% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xplot-0.90.7.1p0.tgz >>> Running clean in x11/xplot at 1764832894.85 ===> x11/xplot ===> Cleaning for xplot-0.90.7.1p0 >>> Ended at 1764832895.28 max_stuck=0.00/build=6.04/package=2.82/clean=0.49