>>> Building on exopi-1 under x11/xtermset DIST = [x11/xtermset:xtermset-0.5.2.tar.gz] FULLPKGNAME = xtermset-0.5.2p3 distfiles size=46328 >>> Running build in x11/xtermset at 1714829175.17 ===> x11/xtermset ===> Building from scratch xtermset-0.5.2p3 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for xtermset-0.5.2p3 `/exopi-cvs/ports/distfiles/xtermset-0.5.2.tar.gz' is up to date. >> (SHA256) xtermset-0.5.2.tar.gz: OK ===> Extracting for xtermset-0.5.2p3 ===> Patching for xtermset-0.5.2p3 ===> Applying OpenBSD patch patch-src_term_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Be sure we hit EOF while loading the configuration file on archs where char is |unsigned (ppc, arm) | |Index: src/term.c |--- src/term.c.orig |+++ src/term.c -------------------------- Patching file src/term.c using Plan A... Hunk #1 succeeded at 116. done ===> Applying OpenBSD patch patch-src_xtermset_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix array bounds; that caused a segfault while storing the configuration file, |also ensure EOF is properly matched on archs where char is unsigned (ppc, arm) | |Index: src/xtermset.c |--- src/xtermset.c.orig |+++ src/xtermset.c -------------------------- Patching file src/xtermset.c using Plan A... Hunk #1 succeeded at 33. 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 xtermset-0.5.2p3 ===> Configuring for xtermset-0.5.2p3 Using /exopi-obj/pobj/xtermset-0.5.2/config.site (generated) loading site script /exopi-obj/pobj/xtermset-0.5.2/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/xtermset-0.5.2/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found 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 for AIX... no checking for POSIXized ISC... no checking for minix/config.h... no checking for ANSI C header files... (cached) yes checking for assert.h... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating doc/Makefile creating m4/Makefile creating src/Makefile creating config.h ===> Building for xtermset-0.5.2p3 cd . && /exopi-obj/pobj/xtermset-0.5.2/xtermset-0.5.2/missing aclocal WARNING: `aclocal' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /exopi-obj/pobj/xtermset-0.5.2/xtermset-0.5.2/missing autoheader WARNING: `autoheader' is missing on your system. You should only need it if you modified `acconfig.h' or `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. cd . && /exopi-obj/pobj/xtermset-0.5.2/xtermset-0.5.2/missing autoconf WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged /usr/bin/make all-recursive Making all in m4 cd .. && /exopi-obj/pobj/xtermset-0.5.2/xtermset-0.5.2/missing automake --gnu --include-deps m4/Makefile WARNING: `automake' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd .. && CONFIG_FILES=m4/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating m4/Makefile Making all in doc cd .. && CONFIG_FILES=doc/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating doc/Makefile Making all in src cd .. && CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating src/Makefile cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DTERMSDIR='"/usr/local/share/xtermset"' -c xtermset.c xtermset.c:68:23: warning: passing arguments to 'nextopt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] switch (style=nextopt(argv[i], &code)) { ^ xtermset.c:162:18: warning: passing arguments to 'set_geom' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_geom(argptr->param); ^ In file included from xtermset.c:32: ./xtermset.h:139:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int nextopt(); ^ xtermset.c:215:5: note: conflicting prototype is here int nextopt(char *arg, int *code_return) ^ In file included from xtermset.c:32: ./xtermset.h:140:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void set_geom(); ^ xtermset.c:242:6: note: conflicting prototype is here void set_geom(char *geometry) ^ 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DTERMSDIR='"/usr/local/share/xtermset"' -c arguments.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DTERMSDIR='"/usr/local/share/xtermset"' -c term.c cc -O2 -pipe -DTERMSDIR='"/usr/local/share/xtermset"' -o xtermset xtermset.o arguments.o term.o arguments.c(arguments.o:(argument_new)): warning: strcpy() is almost always misused, please use strlcpy() cd . && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status creating Makefile >>> Running package in x11/xtermset at 1714829182.27 ===> x11/xtermset ===> Faking installation for xtermset-0.5.2p3 Making install in m4 /bin/sh ../mkinstalldirs /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/share/aclocal mkdir /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/share/aclocal Making install in doc /usr/bin/make install-man1 install-man5 /bin/sh ../mkinstalldirs /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/xtermset-0.5.2/bin/install -c -m 644 ./xtermset.1 /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/man/man1/xtermset.1 /bin/sh ../mkinstalldirs /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/xtermset-0.5.2/bin/install -c -m 644 ./terms.5 /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/man/man5/terms.5 Making install in src /bin/sh ../mkinstalldirs /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/bin /exopi-obj/pobj/xtermset-0.5.2/bin/install -c -s -m 755 xtermset /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/bin/xtermset /bin/sh ../mkinstalldirs /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/share/xtermset mkdir /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/share/xtermset /exopi-obj/pobj/xtermset-0.5.2/bin/install -c -m 644 ./terms /exopi-obj/pobj/xtermset-0.5.2/fake-amd64/usr/local/share/xtermset/terms ===> Building package for xtermset-0.5.2p3 Create /exopi-cvs/ports/packages/amd64/all/xtermset-0.5.2p3.tgz Creating package xtermset-0.5.2p3 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|* | 1% archiving|****************************************************** | 85% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xtermset-0.5.2p3.tgz >>> Running clean in x11/xtermset at 1714829187.06 ===> x11/xtermset ===> Cleaning for xtermset-0.5.2p3 >>> Ended at 1714829188.34 max_stuck=0.00/build=7.06/package=4.56/clean=1.52