>>> Building on exopi-6 under graphics/iview BDEPENDS = [devel/metaauto;devel/sdl-image;devel/autoconf/2.13] DIST = [graphics/iview:iview-1.4.tar.gz] FULLPKGNAME = iview-1.4p3 RDEPENDS = [devel/sdl-image] (Junk lock obtained for exopi-6 at 1713487092.73) >>> Running depends in graphics/iview at 1713487092.78 last junk was in x11/x11vnc /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 sdl-image-1.2.12p5 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 sdl-image-1.2.12p5 /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 sdl-image-1.2.12p5 >>> Running show-prepare-results in graphics/iview at 1713487094.67 ===> graphics/iview ===> Building from scratch iview-1.4p3 ===> iview-1.4p3 depends on: metaauto-* -> metaauto-1.0p4 ===> iview-1.4p3 depends on: autoconf-2.13 -> autoconf-2.13p4 ===> iview-1.4p3 depends on: sdl-image-* -> sdl-image-1.2.12p5 ===> Verifying specs: SDL X11 c pthread SDL_image ===> found SDL.8.0 X11.18.0 c.100.0 pthread.27.1 SDL_image.3.1 autoconf-2.13p4 metaauto-1.0p4 sdl-image-1.2.12p5 (Junk lock released for exopi-6 at 1713487095.50) distfiles size=46726 >>> Running build in graphics/iview at 1713487095.56 ===> graphics/iview ===> Checking files for iview-1.4p3 `/exopi-cvs/ports/distfiles/iview-1.4.tar.gz' is up to date. >> (SHA256) iview-1.4.tar.gz: OK ===> Extracting for iview-1.4p3 ===> Patching for iview-1.4p3 ===> Applying OpenBSD patch patch-configure_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.in.orig Sat May 25 20:10:42 2002 |+++ configure.in Sat May 25 20:12:06 2002 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 10. 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 iview-1.4p3 Running autoconf-2.13 in /exopi-obj/pobj/iview-1.4/iview-1.4 Running autoheader-2.13 in /exopi-obj/pobj/iview-1.4/iview-1.4 ===> Configuring for iview-1.4p3 Using /exopi-obj/pobj/iview-1.4/config.site (generated) loading site script /exopi-obj/pobj/iview-1.4/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/iview-1.4/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 -L/usr/X11R6/lib) works... yes checking whether the C compiler (cc -O2 -pipe -L/usr/X11R6/lib) 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/iview-1.4/bin/install -c checking for strerror in -lcposix... (cached) no checking for working const... (cached) yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for time.h... (cached) yes checking for XMoveWindow in -lX11... (cached) yes checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking SDL_image... yes updating cache ./config.cache creating ./config.status creating Makefile creating doc/Makefile creating src/Makefile ===> Building for iview-1.4p3 Making all in doc Making all in src cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/ftp.c cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/http.c /exopi-obj/pobj/iview-1.4/iview-1.4/src/http.c:34:26: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write (u->conn, buf, strlen (buf)); ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/http.c:34:26: note: include the header or explicitly provide a declaration for 'strlen' 1 warning generated. cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:60:23: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] memcpy ((void *)((int)(d->pixels) + ((int)(d->pitch) * y) + ^~~~~~~~~~~~~~~~ /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:60:14: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] memcpy ((void *)((int)(d->pixels) + ((int)(d->pitch) * y) + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:62:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] (void *)((int)(s->pixels) + ^~~~~~~~~~~~~~~~ /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:62:3: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] (void *)((int)(s->pixels) + ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:157:9: warning: cast to smaller integer type 'int' from 'SDL_Surface *' (aka 'struct SDL_Surface *') [-Wpointer-to-int-cast] return (int)(img = NULL); ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/iview-1.4/iview-1.4/src/image.c:160:13: warning: cast to smaller integer type 'int' from 'SDL_Surface *' (aka 'struct SDL_Surface *') [-Wpointer-to-int-cast] return (int)(img = NULL); ^~~~~~~~~~~~~~~~~ 6 warnings generated. cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c:80:17: warning: passing arguments to 'image_next' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] image_next (0); ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c:85:17: warning: passing arguments to 'image_prev' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] image_prev (0); ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c:96:7: warning: case value not in enumerated type 'SDLKey' [-Wswitch] case 'F': ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c:66:7: warning: case value not in enumerated type 'SDLKey' [-Wswitch] case 'Q': ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/input.c:89:7: warning: case value not in enumerated type 'SDLKey' [-Wswitch] case 'Z': ^ 5 warnings generated. cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/iview.c /exopi-obj/pobj/iview-1.4/iview-1.4/src/iview.c:54:15: warning: parameter 'name' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] toggle_state (name) ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/iview.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] toggle_state (name) ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/iview.c:169:14: warning: passing arguments to 'timer_start' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] timer_start (2500); ^ 3 warnings generated. cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/ll.c cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/net.c cc -DPACKAGE=\"iview\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LIBX11=1 -I. -I/exopi-obj/pobj/iview-1.4/iview-1.4/src -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -c /exopi-obj/pobj/iview-1.4/iview-1.4/src/timer.c /exopi-obj/pobj/iview-1.4/iview-1.4/src/timer.c:38:20: warning: passing arguments to 'image_next' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (image_next (1) == 0) ^ In file included from /exopi-obj/pobj/iview-1.4/iview-1.4/src/timer.c:27: /exopi-obj/pobj/iview-1.4/iview-1.4/src/timer.h:28: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 timer_start (); ^ /exopi-obj/pobj/iview-1.4/iview-1.4/src/timer.c:73:1: note: conflicting prototype is here timer_start (int MILLIS) ^ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I/usr/X11R6/include -L/usr/X11R6/lib -o iview ftp.o http.o image.o input.o iview.o ll.o net.o timer.o -lX11 -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -lSDL_image image.c(image.o:(show_image)): warning: sprintf() is often misused, please use snprintf() >>> Running package in graphics/iview at 1713487100.03 ===> graphics/iview ===> Faking installation for iview-1.4p3 Making install in doc /usr/bin/make install-man1 /bin/sh /exopi-obj/pobj/iview-1.4/iview-1.4/mkinstalldirs /exopi-obj/pobj/iview-1.4/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/iview-1.4/bin/install -c -m 644 /exopi-obj/pobj/iview-1.4/iview-1.4/doc/iview.1 /exopi-obj/pobj/iview-1.4/fake-amd64/usr/local/man/man1/iview.1 Making install in src /bin/sh /exopi-obj/pobj/iview-1.4/iview-1.4/mkinstalldirs /exopi-obj/pobj/iview-1.4/fake-amd64/usr/local/bin /exopi-obj/pobj/iview-1.4/bin/install -c -s -m 755 iview /exopi-obj/pobj/iview-1.4/fake-amd64/usr/local/bin/iview ===> Building package for iview-1.4p3 Create /exopi-cvs/ports/packages/amd64/all/iview-1.4p3.tgz Creating package iview-1.4p3 reading plist| checking dependencies| checking dependencies|devel/sdl-image 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|* | 1% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/iview-1.4p3.tgz >>> Running clean in graphics/iview at 1713487104.64 ===> graphics/iview ===> Cleaning for iview-1.4p3 >>> Ended at 1713487104.88 max_stuck=0.00/depends=1.89/show-prepare-results=0.88/build=4.49/package=4.61/clean=0.28