>>> Building on exopi-3 under games/xscavenger BDEPENDS = [devel/imake-cf;devel/imake] DIST = [games/xscavenger:xscavenger-1.4.4.tgz] FULLPKGNAME = xscavenger-1.4.4p3 (Junk lock obtained for exopi-3 at 1714747474.80) >>> Running depends in games/xscavenger at 1714747474.90 last junk was in devel/py-uncompyle6,python3 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in games/xscavenger at 1714747476.88 ===> games/xscavenger ===> Building from scratch xscavenger-1.4.4p3 ===> xscavenger-1.4.4p3 depends on: imake-* -> imake-1.0.9 ===> xscavenger-1.4.4p3 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 Xau Xdmcp Xext c sndio xcb ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.100.0 sndio.7.2 xcb.4.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-3 at 1714747477.68) distfiles size=193346 >>> Running build in games/xscavenger at 1714747477.71 ===> games/xscavenger ===> Checking files for xscavenger-1.4.4p3 `/exopi-cvs/ports/distfiles/xscavenger-1.4.4.tgz' is up to date. >> (SHA256) xscavenger-1.4.4.tgz: OK ===> Extracting for xscavenger-1.4.4p3 ===> Patching for xscavenger-1.4.4p3 ===> Applying OpenBSD patch patch-src-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/Imakefile.orig Sun Jan 9 21:15:30 2000 |+++ src/Imakefile Sun Jan 3 01:35:51 2010 -------------------------- Patching file src/Imakefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 13. done ===> Applying OpenBSD patch patch-src-sound_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/sound.c.orig Sun Dec 1 22:03:54 2002 |+++ src/sound.c Sun Jan 3 01:53:43 2010 -------------------------- Patching file src/sound.c using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 13. Hunk #3 succeeded at 39. Hunk #4 succeeded at 50. Hunk #5 succeeded at 64. Hunk #6 succeeded at 216. done ===> Applying OpenBSD patch patch-src_scav_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/scav.c.orig Thu Apr 20 00:05:49 2017 |+++ src/scav.c Thu Apr 20 00:06:13 2017 -------------------------- Patching file src/scav.c using Plan A... Hunk #1 succeeded at 1572. 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 xscavenger-1.4.4p3 ===> Configuring for xscavenger-1.4.4p3 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -- anim.c edit.c scav.c x.c sound.c > .depend ===> Building for xscavenger-1.4.4p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -c anim.c In file included from anim.c:12: ./scav.h:383:15: 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 declaration [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ ./scav.h:426:15: note: conflicting prototype is here extern uchar *getgfx(int num); ^ anim.c:1184:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fetch(trow,j); ^ 2 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -c edit.c In file included from edit.c:5: ./scav.h:383:15: 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 declaration [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ ./scav.h:426:15: note: conflicting prototype is here extern uchar *getgfx(int num); ^ edit.c:300:4: 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] i=strlen(from); ^ edit.c:300:4: note: include the header or explicitly provide a declaration for 'strlen' edit.c:346:4: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strcpy(ewant,einfo()); ^ edit.c:346:4: note: include the header or explicitly provide a declaration for 'strcpy' 3 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -c scav.c In file included from scav.c:14: ./scav.h:383:15: 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 declaration [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ ./scav.h:426:15: note: conflicting prototype is here extern uchar *getgfx(int num); ^ scav.c:673:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void writestring(str,x,y,color) ^ scav.c:1379:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func(name2,*pnt); ^ 3 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -c x.c In file included from x.c:12: In file included from ./x.h:13: ./scav.h:383:15: 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 declaration [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ ./scav.h:426:15: note: conflicting prototype is here extern uchar *getgfx(int num); ^ x.c:448:28: warning: unsequenced modification and access to 'p' [-Wunsequenced] fmap[tolower(*p)]=fmap[*p++]=i++; ~ ^ 2 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBNAME=\"/usr/local/share/scavenger\" -c sound.c In file included from sound.c:13: ./scav.h:383:15: 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 declaration [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ ./scav.h:426:15: note: conflicting prototype is here extern uchar *getgfx(int num); ^ sound.c:96:2: warning: call to undeclared function 'doall'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] doall(); ^ sound.c:132:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ sound.c:134:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] doall() ^ int 4 warnings generated. rm -f scavenger cc -o scavenger -O2 -L/usr/X11R6/lib -L/usr/local/lib anim.o edit.o scav.o x.o sound.o -lXext -lX11 -lXdmcp -lXau -lsndio -Wl,-rpath,/usr/local/lib anim.c(anim.o:(mode2)): warning: sprintf() is often misused, please use snprintf() sound.c(sound.o:(readsound)): warning: strcpy() is almost always misused, please use strlcpy() scav.c(scav.o:(query)): warning: strcat() is almost always misused, please use strlcat() rm -f scavenger._man if test -z "" ; then cd `dirname scavenger` && ln -s `basename scavenger.man` `basename scavenger._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < scavenger.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >scavenger._man; fi >>> Running package in games/xscavenger at 1714747483.56 ===> games/xscavenger ===> Faking installation for xscavenger-1.4.4p3 install -c scavenger /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/bin/scavenger + mkdir -p /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/badguy.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/brownblue.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/death.raw /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/dig.raw /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/fall.raw /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/levels.scl /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/microman.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/pop.raw /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/redbrick.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/reddevil.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/regularguy.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/spiralthing.lbm /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger + install -c -m 644 ../data/victory.raw /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/scavenger install in . done install -c -m 0444 scavenger._man /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/man/man1/scavenger.1 install.man in . done /exopi-obj/pobj/xscavenger-1.4.4/bin/install -c -m 644 /exopi-obj/pobj/xscavenger-1.4.4/xscavenger-1.4.4/src/../DOC /exopi-obj/pobj/xscavenger-1.4.4/fake-amd64/usr/local/share/doc/scavenger ===> Building package for xscavenger-1.4.4p3 Create /exopi-cvs/ports/packages/amd64/all/xscavenger-1.4.4p3.tgz Creating package xscavenger-1.4.4p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 9% checksumming|******** | 13% checksumming|********** | 16% checksumming|*********** | 19% checksumming|************* | 22% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 75% checksumming|************************************************ | 78% checksumming|************************************************** | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 88% checksumming|******************************************************* | 91% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************** | 28% archiving|******************* | 29% archiving|************************ | 37% archiving|**************************** | 44% archiving|******************************* | 48% archiving|******************************** | 50% archiving|********************************** | 54% archiving|*************************************** | 60% archiving|****************************************** | 66% archiving|******************************************* | 68% archiving|************************************************ | 75% archiving|****************************************************** | 85% archiving|*********************************************************** | 92% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xscavenger-1.4.4p3.tgz >>> Running clean in games/xscavenger at 1714747485.90 ===> games/xscavenger ===> Cleaning for xscavenger-1.4.4p3 >>> Ended at 1714747486.29 max_stuck=0.67/depends=2.03/show-prepare-results=0.85/build=5.85/package=2.34/clean=0.41