>>> Building on exopi-1 under mail/nmzmail BDEPENDS = [devel/metaauto;devel/autoconf/2.63;textproc/namazu] DIST = [mail/nmzmail:nmzmail-1.1.tar.gz] FULLPKGNAME = nmzmail-1.1p4 RDEPENDS = [textproc/namazu] (Junk lock obtained for exopi-1 at 1713775472.95) >>> Running depends in mail/nmzmail at 1713775472.99 last junk was in security/yubico/yubikey-manager /usr/sbin/pkg_add -aI -Drepair autoconf-2.63p1 namazu-2.0.21p3 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.63p1 metaauto-1.0p4 namazu-2.0.21p3 /usr/sbin/pkg_add -aI -Drepair autoconf-2.63p1 namazu-2.0.21p3 >>> Running show-prepare-results in mail/nmzmail at 1713775476.78 ===> mail/nmzmail ===> Building from scratch nmzmail-1.1p4 ===> nmzmail-1.1p4 depends on: namazu-* -> namazu-2.0.21p3 ===> nmzmail-1.1p4 depends on: metaauto-* -> metaauto-1.0p4 ===> nmzmail-1.1p4 depends on: autoconf-2.63 -> autoconf-2.63p1 ===> Verifying specs: c curses readline ===> found c.100.0 curses.15.0 readline.5.0 autoconf-2.63p1 metaauto-1.0p4 namazu-2.0.21p3 (Junk lock released for exopi-1 at 1713775477.82) distfiles size=94326 >>> Running build in mail/nmzmail at 1713775477.84 ===> mail/nmzmail ===> Checking files for nmzmail-1.1p4 `/exopi-cvs/ports/distfiles/nmzmail-1.1.tar.gz' is up to date. >> (SHA256) nmzmail-1.1.tar.gz: OK ===> Extracting for nmzmail-1.1p4 ===> Patching for nmzmail-1.1p4 ===> Applying OpenBSD patch patch-configure_ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.ac.orig Mon Apr 20 07:10:12 2009 |+++ configure.ac Thu Aug 13 16:04:17 2009 -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 37. 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 nmzmail-1.1p4 Running autoconf-2.63 in /exopi-obj/pobj/nmzmail-1.1/nmzmail-1.1 Running autoheader-2.63 in /exopi-obj/pobj/nmzmail-1.1/nmzmail-1.1 ===> Configuring for nmzmail-1.1p4 Using /exopi-obj/pobj/nmzmail-1.1/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/nmzmail-1.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/nmzmail-1.1/bin/install -c checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of cc... gcc3 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/wait.h that is POSIX.1 compatible... (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 fcntl.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking return type of signal handlers... (cached) void checking for dup2... (cached) yes checking for setenv... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for readline/readline.h... (cached) yes checking for library containing tgetent... -ltermcap checking for open in -lreadline... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for nmzmail-1.1p4 /usr/bin/make all-recursive Making all in src cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include -O2 -pipe -MT nmzmail.o -MD -MP -MF .deps/nmzmail.Tpo -c -o nmzmail.o nmzmail.c nmzmail.c:106:20: warning: passing arguments to 'get_query' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] query = get_query(nmz_base); ^ nmzmail.c:24:7: 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] char *get_query(); ^ nmzmail.c:128:1: note: conflicting prototype is here get_query(char *nmz_base) { ^ 2 warnings generated. mv -f .deps/nmzmail.Tpo .deps/nmzmail.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include -O2 -pipe -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po cc -I/usr/local/include -O2 -pipe -o nmzmail nmzmail.o util.o -lreadline -ltermcap >>> Running package in mail/nmzmail at 1713775490.07 ===> mail/nmzmail ===> Faking installation for nmzmail-1.1p4 Making install in src test -z "/usr/local/bin" || mkdir -p "/exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/bin" /exopi-obj/pobj/nmzmail-1.1/bin/install -c -s -m 755 'nmzmail' '/exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/bin/nmzmail' test -z "/usr/local/man/man1" || mkdir -p "/exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/nmzmail-1.1/bin/install -c -m 644 './nmzmail.1' '/exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/man/man1/nmzmail.1' /exopi-obj/pobj/nmzmail-1.1/bin/install -d -m 755 /exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/share/doc/nmzmail /exopi-obj/pobj/nmzmail-1.1/bin/install -c -m 644 /exopi-obj/pobj/nmzmail-1.1/nmzmail-1.1/README /exopi-obj/pobj/nmzmail-1.1/fake-amd64/usr/local/share/doc/nmzmail/ ===> Building package for nmzmail-1.1p4 Create /exopi-cvs/ports/packages/amd64/all/nmzmail-1.1p4.tgz Creating package nmzmail-1.1p4 reading plist| checking dependencies| checking dependencies|textproc/namazu checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 4% archiving|**************************************************** | 82% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/nmzmail-1.1p4.tgz >>> Running clean in mail/nmzmail at 1713775493.75 ===> mail/nmzmail ===> Cleaning for nmzmail-1.1p4 >>> Ended at 1713775494.13 max_stuck=0.00/depends=3.80/show-prepare-results=1.06/build=12.23/package=3.67/clean=0.41