>>> Building on exopi-4 under editors/hexcurse DIST = [editors/hexcurse:hexcurse-1.60.0.tar.gz] FULLPKGNAME = hexcurse-1.60.0p0 distfiles size=171904 >>> Running build in editors/hexcurse at 1711504795.57 ===> editors/hexcurse ===> Building from scratch hexcurse-1.60.0p0 ===> Verifying specs: c curses ===> found c.99.0 curses.15.0 ===> Checking files for hexcurse-1.60.0p0 `/exopi-cvs/ports/distfiles/hexcurse-1.60.0.tar.gz' is up to date. >> (SHA256) hexcurse-1.60.0.tar.gz: OK ===> Extracting for hexcurse-1.60.0p0 ===> Patching for hexcurse-1.60.0p0 ===> Applying OpenBSD patch patch-include_hex_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for -fno-common |From Gentoo: https://github.com/LonnyGomes/hexcurse/pull/28 | |Index: include/hex.h |--- include/hex.h.orig |+++ include/hex.h -------------------------- Patching file include/hex.h using Plan A... Hunk #1 succeeded at 126. done ===> Applying OpenBSD patch patch-src_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Remove -Werror | |Index: src/Makefile.in |--- src/Makefile.in.orig |+++ src/Makefile.in -------------------------- Patching file src/Makefile.in using Plan A... Hunk #1 succeeded at 258. done ===> Applying OpenBSD patch patch-src_hexcurse_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for -fno-common |From Gentoo: https://github.com/LonnyGomes/hexcurse/pull/28 | |Show help if no filename argument is supplied, otherwise it's not possible |to quit the editor. | |Upstream commit 37f94f2c1d0a3cc5110b2771e02ed894522d65d3. | |Index: src/hexcurse.c |--- src/hexcurse.c.orig |+++ src/hexcurse.c -------------------------- Patching file src/hexcurse.c using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 219. 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 hexcurse-1.60.0p0 ===> Configuring for hexcurse-1.60.0p0 Using /exopi-obj/pobj/hexcurse-1.60.0/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/hexcurse-1.60.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/hexcurse-1.60.0/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking for initscr in -lncurses... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... (cached) yes checking for off_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking return type of signal handlers... (cached) void checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for hexcurse-1.60.0p0 /usr/bin/make all-recursive Making all in src cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c mv -f .deps/file.Tpo .deps/file.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT llist.o -MD -MP -MF .deps/llist.Tpo -c -o llist.o llist.c mv -f .deps/llist.Tpo .deps/llist.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c screen.c:454:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(tmpwin,2,3, msg); /* output mesg */ ^~~ screen.c:454:27: note: treat the string as an argument to avoid this mvwprintw(tmpwin,2,3, msg); /* output mesg */ ^ "%s", screen.c:495:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(tmpwin,2,3, msg); ^~~ screen.c:495:27: note: treat the string as an argument to avoid this mvwprintw(tmpwin,2,3, msg); ^ "%s", 2 warnings generated. mv -f .deps/screen.Tpo .deps/screen.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT hexcurse.o -MD -MP -MF .deps/hexcurse.Tpo -c -o hexcurse.o hexcurse.c mv -f .deps/hexcurse.Tpo .deps/hexcurse.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c mv -f .deps/stack.Tpo .deps/stack.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c getopt.c:73: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) ^ getopt.c:98: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_set_posix_option_order (on_or_off) ^ getopt.c:108: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) ^ getopt.c:450:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hgetopt (argc, argv, optstring) ^ 4 warnings generated. mv -f .deps/getopt.Tpo .deps/getopt.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT acceptch.o -MD -MP -MF .deps/acceptch.Tpo -c -o acceptch.o acceptch.c mv -f .deps/acceptch.Tpo .deps/acceptch.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c mv -f .deps/color.Tpo .deps/color.Po cc -O2 -pipe -o hexcurse file.o llist.o screen.o hexcurse.o stack.o getopt.o acceptch.o color.o -lncurses Making all in man >>> Running package in editors/hexcurse at 1711504806.01 ===> editors/hexcurse ===> Faking installation for hexcurse-1.60.0p0 Making install in src mkdir -p '/exopi-obj/pobj/hexcurse-1.60.0/fake-amd64/usr/local/bin' /exopi-obj/pobj/hexcurse-1.60.0/bin/install -c -s -m 755 hexcurse '/exopi-obj/pobj/hexcurse-1.60.0/fake-amd64/usr/local/bin' Making install in man mkdir -p '/exopi-obj/pobj/hexcurse-1.60.0/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/hexcurse-1.60.0/bin/install -c -m 644 hexcurse.1 '/exopi-obj/pobj/hexcurse-1.60.0/fake-amd64/usr/local/man/man1' ===> Building package for hexcurse-1.60.0p0 Create /exopi-cvs/ports/packages/amd64/all/hexcurse-1.60.0p0.tgz Creating package hexcurse-1.60.0p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hexcurse-1.60.0p0.tgz >>> Running clean in editors/hexcurse at 1711504808.81 ===> editors/hexcurse ===> Cleaning for hexcurse-1.60.0p0 >>> Ended at 1711504809.75 max_stuck=0.00/build=10.33/package=2.87/clean=1.05