>>> Building on exopi-6 under games/speyes BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/speyes:speyes-1.2.0.tar.gz] FULLPKGNAME = speyes-1.2.0p3 (Junk lock obtained for exopi-6 at 1713770114.60) >>> Running depends in games/speyes at 1713770114.63 /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/speyes at 1713770116.46 ===> games/speyes ===> Building from scratch speyes-1.2.0p3 ===> speyes-1.2.0p3 depends on: imake-* -> imake-1.0.9 ===> speyes-1.2.0p3 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m xcb ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 m.10.1 xcb.4.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-6 at 1713770117.62) distfiles size=29973 >>> Running build in games/speyes at 1713770117.67 ===> games/speyes ===> Checking files for speyes-1.2.0p3 `/exopi-cvs/ports/distfiles/speyes-1.2.0.tar.gz' is up to date. >> (SHA256) speyes-1.2.0.tar.gz: OK ===> Extracting for speyes-1.2.0p3 ===> Patching for speyes-1.2.0p3 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Fri Nov 5 01:43:09 1999 |+++ Imakefile Tue Feb 6 14:50:44 2001 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 8. 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 speyes-1.2.0p3 ===> Configuring for speyes-1.2.0p3 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 -- speyes.c > .depend ===> Building for speyes-1.2.0p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c speyes.c speyes.c:303:2: warning: call to undeclared function 'pause'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] pause(); ^ 1 warning generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c getopt.c getopt.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ getopt.c:291: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:352: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_initialize (argc, argv, optstring) ^ getopt.c:365:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ getopt.c:464: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:527:30: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^ getopt.c:527:30: note: include the header or explicitly provide a declaration for 'strcmp' getopt.c:603:7: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^ getopt.c:603:7: note: include the header or explicitly provide a declaration for 'strncmp' getopt.c:606:21: 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] == (unsigned int) strlen (p->name)) ^ getopt.c:606:21: note: include the header or explicitly provide a declaration for 'strlen' getopt.c:654:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ getopt.c:917: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 (argc, argv, optstring) ^ In file included from getopt.c:113: ./getopt.h:108:12: 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] extern int getopt (); ^ 11 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c getopt1.c getopt1.c:68: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_long (argc, argv, options, long_options, opt_index) ^ getopt1.c:84: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_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. rm -f speyes cc -o speyes -O2 -L/usr/X11R6/lib -L/usr/local/lib speyes.o getopt.o getopt1.o -lXmu -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXpm -lm -Wl,-rpath,/usr/local/lib speyes.c(speyes.o:(main)): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/speyes at 1713770120.30 ===> games/speyes ===> Faking installation for speyes-1.2.0p3 install -c speyes /exopi-obj/pobj/speyes-1.2.0/fake-amd64/usr/local/bin/speyes install in . done ===> Building package for speyes-1.2.0p3 Create /exopi-cvs/ports/packages/amd64/all/speyes-1.2.0p3.tgz Creating package speyes-1.2.0p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/speyes-1.2.0p3.tgz >>> Running clean in games/speyes at 1713770122.12 ===> games/speyes ===> Cleaning for speyes-1.2.0p3 >>> Ended at 1713770122.56 max_stuck=1.48/depends=1.72/show-prepare-results=1.30/build=2.64/package=1.77/clean=0.52