------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The masterserver port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> masterserver-0.4.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The masterserver port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> masterserver-0.4.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by masterserver-0.4.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The masterserver port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> masterserver-0.4.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by masterserver-0.4.1 for building => SHA256 Checksum OK for masterserver-0.4.1.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The masterserver port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> masterserver-0.4.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by masterserver-0.4.1 for building ===> Extracting for masterserver-0.4.1 => SHA256 Checksum OK for masterserver-0.4.1.tar.bz2. Extracted Memory Use: 0.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for masterserver-0.4.1 ===> Applying ports patches for masterserver-0.4.1 ===> Applying dragonfly patches for masterserver-0.4.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> masterserver-0.4.1 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> masterserver-0.4.1 depends on executable: gmake - found ===> Configuring for masterserver-0.4.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for masterserver-0.4.1 gmake[1]: Entering directory '/construction/games/masterserver/masterserver-0.4.1' cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -rdynamic -DMASTERSERVER_LIB_DIR=\"/usr/local/lib/masterserver\" -c masterserver.c -o masterserver.o cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -rdynamic -DMASTERSERVER_LIB_DIR=\"/usr/local/lib/masterserver\" -c logging.c -o logging.o gmake -C plugins gmake[2]: Entering directory '/construction/games/masterserver/masterserver-0.4.1/plugins' cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libq3.o -c libq3.c cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libq2.o -c libq2.c cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libh2.o -c libh2.c cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libqw.o -c libqw.c cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libd3.o -c libd3.c cc -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -DDEBUG -g -Wall -fPIC -o libef.o -c libef.c libq2.c: In function 'process_heartbeat': libq2.c:92:25: warning: variable 'time_diff' set but not used [-Wunused-but-set-variable] int i, server_dup = 0, time_diff; // temp vars ^~~~~~~~~ libqw.c: In function 'process_heartbeat': libqw.c:152:6: warning: variable 'time_diff' set but not used [-Wunused-but-set-variable] int time_diff, i; ^~~~~~~~~ libh2.c: In function 'process_heartbeat': libh2.c:92:25: warning: variable 'time_diff' set but not used [-Wunused-but-set-variable] int i, server_dup = 0, time_diff; // temp vars ^~~~~~~~~ libd3.c: In function 'process_infoResponse': libd3.c:361:16: warning: unused variable 'player_id' [-Wunused-variable] unsigned char player_id; ^~~~~~~~~ libd3.c:360:15: warning: unused variable 'rate' [-Wunused-variable] unsigned int rate; ^~~~ libd3.c:359:8: warning: unused variable 'prediction' [-Wunused-variable] short prediction; ^~~~~~~~~~ libd3.c:357:18: warning: unused variable 'temp_size' [-Wunused-variable] int offset = 0, temp_size, i; ^~~~~~~~~ libd3.c:357:6: warning: unused variable 'offset' [-Wunused-variable] int offset = 0, temp_size, i; ^~~~~~ libd3.c:356:8: warning: unused variable 'name' [-Wunused-variable] char *name = NULL; ^~~~ masterserver.c: In function 'main': masterserver.c:275:15: warning: unused variable 'num_plugins_enabled' [-Wunused-variable] unsigned int num_plugins_enabled, num_listen_interfaces = 0; ^~~~~~~~~~~~~~~~~~~ cc -shared -lm -o libq2.so libq2.o libef.c: In function 'process': libef.c:813:2: warning: 'challenge' may be used uninitialized in this function [-Wmaybe-uninitialized] sprintf(efm.msg_out[0], ef_pkt_motd, challenge, EFM_MOTD); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libef.c:714:40: note: 'challenge' was declared here int mhz, memory, joystick, colorbits, challenge; ^~~~~~~~~ In file included from ../masterserver.h:4, from libef.c:35: ../logging.h:10:3: warning: 'colorbits' may be used uninitialized in this function [-Wmaybe-uninitialized] log_write(LOG_LEVEL_INFO, LOG_SUBNAME, fmt, ##args); ^~~~~~~~~ libef.c:714:29: note: 'colorbits' was declared here int mhz, memory, joystick, colorbits, challenge; ^~~~~~~~~ In file included from ../masterserver.h:4, from libef.c:35: ../logging.h:10:3: warning: 'joystick' may be used uninitialized in this function [-Wmaybe-uninitialized] log_write(LOG_LEVEL_INFO, LOG_SUBNAME, fmt, ##args); ^~~~~~~~~ libef.c:714:19: note: 'joystick' was declared here int mhz, memory, joystick, colorbits, challenge; ^~~~~~~~ In file included from ../masterserver.h:4, from libef.c:35: ../logging.h:10:3: warning: 'memory' may be used uninitialized in this function [-Wmaybe-uninitialized] log_write(LOG_LEVEL_INFO, LOG_SUBNAME, fmt, ##args); ^~~~~~~~~ libef.c:714:11: note: 'memory' was declared here int mhz, memory, joystick, colorbits, challenge; ^~~~~~ In file included from ../masterserver.h:4, from libef.c:35: ../logging.h:10:3: warning: 'mhz' may be used uninitialized in this function [-Wmaybe-uninitialized] log_write(LOG_LEVEL_INFO, LOG_SUBNAME, fmt, ##args); ^~~~~~~~~ libef.c:714:6: note: 'mhz' was declared here int mhz, memory, joystick, colorbits, challenge; ^~~ cc -shared -lm -o libqw.so libqw.o cc -shared -lm -o libh2.so libh2.o libq3.c: In function 'process': libq3.c:677:2: warning: 'challenge' may be used uninitialized in this function [-Wmaybe-uninitialized] sprintf(q3m.msg_out[0], q3_pkt_motd, atoi(challenge), Q3M_MOTD); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libq3.c:588:29: note: 'challenge' was declared here char *version, *renderer, *challenge; ^~~~~~~~~ libq3.c:681:2: warning: 'renderer' may be used uninitialized in this function [-Wmaybe-uninitialized] free(renderer); ^~~~~~~~~~~~~~ libq3.c:588:18: note: 'renderer' was declared here char *version, *renderer, *challenge; ^~~~~~~~ In file included from ../masterserver.h:4, from libq3.c:35: ../logging.h:10:3: warning: 'version' may be used uninitialized in this function [-Wmaybe-uninitialized] log_write(LOG_LEVEL_INFO, LOG_SUBNAME, fmt, ##args); ^~~~~~~~~ libq3.c:588:8: note: 'version' was declared here char *version, *renderer, *challenge; ^~~~~~~ cc -shared -lm -o libd3.so libd3.o masterserver.c:437:16: warning: 'masterserver_plugin_dir' may be used uninitialized in this function [-Wmaybe-uninitialized] num_plugins = load_plugins(masterserver_plugin_dir, &handle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -shared -lm -o libef.so libef.o cc -shared -lm -o libq3.so libq3.o cc -pthread -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -rdynamic -DMASTERSERVER_LIB_DIR=\"/usr/local/lib/masterserver\" -o masterserver masterserver.o logging.o rm libq2.o libh2.o libq3.o libd3.o libqw.o libef.o gmake[2]: Leaving directory '/construction/games/masterserver/masterserver-0.4.1/plugins' gmake[1]: Leaving directory '/construction/games/masterserver/masterserver-0.4.1' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for masterserver-0.4.1 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/games/masterserver/masterserver-0.4.1' cc -pthread -pipe -O2 -fno-strict-aliasing -DDEBUG -g -Wall -rdynamic -DMASTERSERVER_LIB_DIR=\"/usr/local/lib/masterserver\" -o masterserver masterserver.o logging.o gmake -C plugins gmake[2]: Entering directory '/construction/games/masterserver/masterserver-0.4.1/plugins' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/games/masterserver/masterserver-0.4.1/plugins' /usr/bin/install masterserver /construction/games/masterserver/stage/usr/local/bin/masterserver gmake -C plugins install gmake[2]: Entering directory '/construction/games/masterserver/masterserver-0.4.1/plugins' /usr/bin/install -m 755 -d /construction/games/masterserver/stage/usr/local/lib/masterserver install -m 0644 libq3.so libq2.so libh2.so libqw.so libd3.so libef.so /construction/games/masterserver/stage/usr/local/lib/masterserver gmake[2]: Leaving directory '/construction/games/masterserver/masterserver-0.4.1/plugins' gmake[1]: Leaving directory '/construction/games/masterserver/masterserver-0.4.1' /usr/bin/strip /construction/games/masterserver/stage/usr/local/bin/masterserver /construction/games/masterserver/stage/usr/local/lib/masterserver/*.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for masterserver-0.4.1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03