>>> Building on exopi-4 under misc/xgas BDEPENDS = [devel/imake;devel/imake-cf] DIST = [misc/xgas:xgas.tar.gz] FULLPKGNAME = xgas-1.0p4 (Junk lock obtained for exopi-4 at 1713770241.72) >>> Running depends in misc/xgas at 1713770241.76 /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 misc/xgas at 1713770243.37 ===> misc/xgas ===> Building from scratch xgas-1.0p4 ===> xgas-1.0p4 depends on: imake-* -> imake-1.0.9 ===> xgas-1.0p4 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m xcb ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xaw.16.0 Xext.13.0 Xmu.11.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-4 at 1713770244.31) distfiles size=35456 >>> Running build in misc/xgas at 1713770244.35 ===> misc/xgas ===> Checking files for xgas-1.0p4 `/exopi-cvs/ports/distfiles/xgas.tar.gz' is up to date. >> (SHA256) xgas.tar.gz: OK ===> Extracting for xgas-1.0p4 ===> Patching for xgas-1.0p4 ===> Applying OpenBSD patch patch-chamber_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: chamber.c |--- chamber.c.orig |+++ chamber.c -------------------------- Patching file chamber.c using Plan A... Hunk #1 succeeded at 24. done ===> Applying OpenBSD patch patch-xgas_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xgas.h |--- xgas.h.orig |+++ xgas.h -------------------------- Patching file xgas.h using Plan A... Hunk #1 succeeded at 17. 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 xgas-1.0p4 ===> Configuring for xgas-1.0p4 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- main.c dynamics.c chamber.c timestep.c molecule.c util.c help.c XGas.c doc.c quick.c man.c > .depend ===> Building for xgas-1.0p4 cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c main.c main.c:81:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main( argc, argv ) ^ int main.c:146:3: warning: call to undeclared function 'createHelpWidgets'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] createHelpWidgets( help ); ^ main.c:196:10: warning: passing arguments to 'labInit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] labInit( lab, &labData); ^ main.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main( argc, argv ) ^ cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c dynamics.c 4 warnings generated. dynamics.c:21:9: warning: passing arguments to 'collide' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] collide( mol, data ); ^ dynamics.c:22:19: warning: passing arguments to 'findNextCollision' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findNextCollision( mol, data); ^ dynamics.c:24:12: warning: passing arguments to 'inertia' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inertia( mol, data ); ^ dynamics.c:15: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 dynamics( mol, data ) ^ In file included from dynamics.c:8: ./xgas.h:127: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] void dynamics(); ^ dynamics.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void inertia( mol, data) ^ dynamics.c:9:13: 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] static void inertia(); ^ dynamics.c:61:30: warning: passing arguments to 'whichCorner' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((corner = whichCorner( mol->collisionPos.x, mol->collisionPos.y, ^ dynamics.c:81:34: warning: passing arguments to 'frand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (corner) thetaRand = frand( 0.0, M_PI_2); ^ dynamics.c:82:27: warning: passing arguments to 'frand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] else thetaRand = frand( -M_PI_2, M_PI_2); ^ dynamics.c:92:30: warning: passing arguments to 'vEquilibrium' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] vMagnitude = vEquilibrium( mol->temperature); ^ dynamics.c:44:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void collide( mol, data) ^ dynamics.c:10:13: 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] static void collide(); ^ dynamics.c:125:16: warning: passing arguments to 'hitHole' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if( hitHole( mol, &data->chamber[box].walls[0], data) > 0.0) { ^ dynamics.c:137:22: warning: passing arguments to 'hit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] && (( deltaT = hit( mol, &data->chamber[box].walls[i])) ^ dynamics.c:144:2: warning: call to undeclared function 'error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] error("In findNextCollision(): couldn't find a wall to hit.", ^ dynamics.c:109: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 findNextCollision( mol, data) ^ In file included from dynamics.c:8: ./xgas.h:126: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] void findNextCollision(); ^ dynamics.c:221:2: warning: call to undeclared function 'error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] error(" In hit, illegal wall type.", 0); ^ dynamics.c:167:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double hit( mol, wall) ^ dynamics.c:11: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 definition [-Wdeprecated-non-prototype] static double hit(); ^ dynamics.c:231:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double hitHole( mol, wall, data) ^ dynamics.c:12: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 definition [-Wdeprecated-non-prototype] static double hitHole(); ^ cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c chamber.c 23 warnings generated. chamber.c:16: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 labInit(w, data) ^ In file included from chamber.c:7: ./xgas.h:134: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] void labInit(); ^ chamber.c:76:21: warning: passing arguments to 'getLabDimensions' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getLabDimensions( w, data); ^ chamber.c:88:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[0], p[6], p[7], RIGHT); ^ chamber.c:89:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[1], p[2], p[6], RIGHT); ^ chamber.c:90:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[2], p[0], p[2], TOP); ^ chamber.c:91:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[3], p[0], p[1], LEFT); ^ chamber.c:92:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[4], p[1], p[3], BOTTOM); ^ chamber.c:93:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[0].walls[5], p[7], p[3], RIGHT); ^ chamber.c:95:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[0], p[6], p[7], LEFT); ^ chamber.c:96:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[1], p[2], p[6], LEFT); ^ chamber.c:97:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[2], p[2], p[4], TOP); ^ chamber.c:98:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[3], p[4], p[5], RIGHT); ^ chamber.c:99:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[4], p[3], p[5], BOTTOM); ^ chamber.c:100:13: warning: passing arguments to 'initWall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initWall( &data->chamber[1].walls[5], p[7], p[3], LEFT); ^ chamber.c:62: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 labResize(w, data, call_data) /* ARGSUSED */ ^ In file included from chamber.c:7: ./xgas.h:135: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] void labResize(); ^ chamber.c:104:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void initWall( wall, end0, end1, type) ^ chamber.c:8:13: 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] static void initWall(); ^ chamber.c:120:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int whichCorner( x, y, box, data ) ^ In file included from chamber.c:7: ./xgas.h:133: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] int whichCorner(); ^ chamber.c:153:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void getLabDimensions( w, data) ^ chamber.c:9:13: 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] static void getLabDimensions(); ^ chamber.c:192: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 labExpose( w, data, event) /* ARGSUSED */ ^ In file included from chamber.c:7: ./xgas.h:136: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] void labExpose(); ^ 25 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c timestep.c timestep.c:18:16: warning: passing arguments to 'oneTimestep' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] oneTimestep( data->lab, data); ^ timestep.c:14: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 doTimestep( data, id) /* ARGSUSED */ ^ In file included from timestep.c:6: ./xgas.h:128: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] void doTimestep(); ^ timestep.c:43:10: warning: passing arguments to 'dynamics' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dynamics( &data->molecules[i], data); ^ timestep.c:31: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 oneTimestep( w, data) /* ARGSUSED */ ^ In file included from timestep.c:6: ./xgas.h:131: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] void oneTimestep(); ^ timestep.c:86: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 run_callback(w, data, call_data) /* ARGSUSED */ ^ In file included from timestep.c:6: ./xgas.h:129: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] void run_callback(); ^ timestep.c:98: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 pause_callback(w, data, call_data) /* ARGSUSED */ ^ In file included from timestep.c:6: ./xgas.h:130: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] void pause_callback(); ^ 10 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c molecule.c molecule.c:51:18: warning: passing arguments to 'frand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] theta = frand( 0.0, TWO_PI); ^ molecule.c:54:21: warning: passing arguments to 'vEquilibrium' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] v = vEquilibrium( mol->temperature); ^ molecule.c:85:2: warning: call to undeclared function 'error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] error("In addMolecule(): couldn't pick a box.", 0); ^ molecule.c:90:22: warning: passing arguments to 'findNextCollision' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findNextCollision( mol, data); ^ molecule.c:24: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 addMolecule( w, data, event) ^ molecule.c:108: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 addMolecules( w, data, event) ^ In file included from molecule.c:8: ./xgas.h:137: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] void addMolecules(); ^ 7 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c util.c util.c:35:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] float vEquilibrium( temperature) ^ In file included from util.c:28: ./xgas.h:139:8: 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] float vEquilibrium(); ^ util.c:42: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 changeTemp( w, chamber, sliderpos) /* ARGSUSED */ ^ In file included from util.c:28: ./xgas.h:138: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] void changeTemp(); ^ util.c:65:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] float frand(min, max) ^ In file included from util.c:28: ./xgas.h:140:8: 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] float frand(); ^ util.c:79:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] error( message, time) ^ int util.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] util.c:91: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 quit_callback(w, client_data, call_data) /* ARGSUSED */ ^ In file included from util.c:28: ./xgas.h:142: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] void quit_callback(); ^ 10 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c help.c help.c:17: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 help_callback(w, widget_to_popup, call_data) /* ARGSUSED */ ^ help.c:25: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 show_text(w, text, call_data) /* ARGSUSED */ ^ help.c:36: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 pop_down(w, widget_to_popdown, call_data) /* ARGSUSED */ ^ help.c:45:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] createHelpWidgets( parent ) ^ int help.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] help.c:120:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 6 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c XGas.c XGas.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GasAction(w, event, params, num_params) /* ARGSUSED */ ^ XGas.c:38:13: 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] static void GasAction(/* Widget, XEvent*, String*, Cardinal* */); ^ XGas.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Resize(w) ^ XGas.c:39:13: 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] static void Resize(); ^ 4 warnings generated. cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c doc.c cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c quick.c cc -O2 -I./lib/Xt -I. -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c man.c rm -f xgas cc -o xgas -O2 -L/usr/X11R6/lib -L/usr/local/lib main.o dynamics.o chamber.o timestep.o molecule.o util.o help.o XGas.o doc.o quick.o man.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib timestep.c(timestep.o:(oneTimestep)): warning: sprintf() is often misused, please use snprintf() util.c(util.o:(frand)): warning: rand() may return deterministic values, is that what you want? help.c(help.o:(createHelpWidgets)): warning: strcpy() is almost always misused, please use strlcpy() help.c(help.o:(createHelpWidgets)): warning: strcat() is almost always misused, please use strlcat() rm -f xgas._man if test -z "" ; then cd `dirname xgas` && ln -s `basename xgas.man` `basename xgas._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" < xgas.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/\@\@$/\\/' >xgas._man; fi >>> Running package in misc/xgas at 1713770248.46 ===> misc/xgas ===> Faking installation for xgas-1.0p4 install -c xgas /exopi-obj/pobj/xgas-1.0/fake-amd64/usr/local/bin/xgas + mkdir -p /exopi-obj/pobj/xgas-1.0/fake-amd64/etc/X11/app-defaults install -c -m 0444 XGas.ad /exopi-obj/pobj/xgas-1.0/fake-amd64/usr/local/lib/X11/app-defaults/XGas install in . done install -c -m 0444 xgas._man /exopi-obj/pobj/xgas-1.0/fake-amd64/usr/local/man/man1/xgas.1 install.man in . done ===> Building package for xgas-1.0p4 Create /exopi-cvs/ports/packages/amd64/all/xgas-1.0p4.tgz Creating package xgas-1.0p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xgas-1.0p4.tgz >>> Running clean in misc/xgas at 1713770250.31 ===> misc/xgas ===> Cleaning for xgas-1.0p4 >>> Ended at 1713770252.76 max_stuck=0.00/depends=1.61/show-prepare-results=0.98/build=4.09/package=1.86/clean=2.50