------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The cre 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 ------------------------------------------------------------------------------- ===> cre-1.2.b.r2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The cre 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 ===> cre-1.2.b.r2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cre-1.2.b.r2_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The cre 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 ===> cre-1.2.b.r2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cre-1.2.b.r2_1 for building => SHA256 Checksum OK for cre_1.2beta_r2_src.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The cre 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 ===> cre-1.2.b.r2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cre-1.2.b.r2_1 for building ===> Extracting for cre-1.2.b.r2_1 => SHA256 Checksum OK for cre_1.2beta_r2_src.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cre-1.2.b.r2_1 ===> Converting DOS text files to UNIX text files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for cre-1.2.b.r2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cre-1.2.b.r2_1 --- objwarn --- --- Main.o --- --- asm.o --- --- battler.o --- --- evolve.o --- --- generator.o --- --- pspace.o --- --- sim.o --- --- textmenu.o --- --- objwarn --- Warning: Object directory not changed from original /construction/games/cre/cre-1.2.b.r2_1/src --- Main.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c Main.c Main.c: In function 'main': Main.c:36:13: warning: implicit declaration of function 'text_menu' [-Wimplicit-function-declaration] selection=text_menu("Use these options\0Use custom options\0Exit CRE\0"); ^~~~~~~~~ Main.c: In function 'myrandom': Main.c:154:49: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow] return (int)((((double)rand()/(double)(RAND_MAX+1))*end)+start); ^ --- asm.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c asm.c --- battler.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c battler.c --- evolve.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c evolve.c evolve.c: In function 'evolve': evolve.c:48:5: warning: implicit declaration of function 'fight' [-Wimplicit-function-declaration] fight(war_t[wa1],war_t[wa2]); ^~~~~ evolve.c:71:4: warning: implicit declaration of function 'reproduce' [-Wimplicit-function-declaration] reproduce(war_t[wa1],war_t[(WARRIORS/2)+wa1]); ^~~~~~~~~ --- generator.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c generator.c --- pspace.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c pspace.c --- textmenu.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c textmenu.c --- sim.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c sim.c sim.c: In function 'sim_clear_core': sim.c:80:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(Core_Mem, 0, Coresize*sizeof(insn_t)); ^~~~~~ sim.c:80:3: warning: incompatible implicit declaration of built-in function 'memset' sim.c:80:3: note: include '' or provide a declaration of 'memset' sim.c:22:1: +#include sim.c:80:3: memset(Core_Mem, 0, Coresize*sizeof(insn_t)); ^~~~~~ --- cre --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -o cre Main.o asm.o battler.o evolve.o generator.o pspace.o sim.o textmenu.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cre-1.2.b.r2_1 ===> Generating temporary packing list install -s -m 555 /construction/games/cre/cre-1.2.b.r2_1/src/cre /construction/games/cre/stage/usr/local/bin/ install -m 0644 /construction/games/cre/cre-1.2.b.r2_1/CRE_Manual.txt /construction/games/cre/cre-1.2.b.r2_1/Exhaust_README.txt /construction/games/cre/stage/usr/local/share/doc/cre ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cre-1.2.b.r2_1 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03