------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The prng 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 ------------------------------------------------------------------------------- ===> prng-3.0.2_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The prng 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 ===> prng-3.0.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by prng-3.0.2_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The prng 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 ===> prng-3.0.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by prng-3.0.2_3 for building => SHA256 Checksum OK for prng-3.0.2.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The prng 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 ===> prng-3.0.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by prng-3.0.2_3 for building ===> Extracting for prng-3.0.2_3 => SHA256 Checksum OK for prng-3.0.2.tar.gz. Extracted Memory Use: 1.59M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for prng-3.0.2_3 ===> Applying ports patches for prng-3.0.2_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for prng-3.0.2_3 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking if malloc debugging is wanted... no checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for ranlib... ranlib checking for ar... ar checking for ranlib... (cached) ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for long long... (cached) yes checking size of long long... 8 checking for long... (cached) yes checking size of long... 8 checking for ANSI C header files... (cached) yes checking for limits.h... (cached) yes checking for strtoul... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for prng-3.0.2_3 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- prng.o --- --- dicg.o --- --- eicg.o --- --- icg.o --- --- lcg.o --- --- meicg.o --- --- qcg.o --- --- mt19937.o --- --- external.o --- --- file.o --- --- prng.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT prng.o -MD -MP -MF ".deps/prng.Tpo" -c -o prng.o `test -f 'prng.c' || echo './'`prng.c; then mv ".deps/prng.Tpo" ".deps/prng.Po"; else rm -f ".deps/prng.Tpo"; exit 1; fi --- dicg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT dicg.o -MD -MP -MF ".deps/dicg.Tpo" -c -o dicg.o `test -f 'dicg.c' || echo './'`dicg.c; then mv ".deps/dicg.Tpo" ".deps/dicg.Po"; else rm -f ".deps/dicg.Tpo"; exit 1; fi --- eicg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT eicg.o -MD -MP -MF ".deps/eicg.Tpo" -c -o eicg.o `test -f 'eicg.c' || echo './'`eicg.c; then mv ".deps/eicg.Tpo" ".deps/eicg.Po"; else rm -f ".deps/eicg.Tpo"; exit 1; fi --- icg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT icg.o -MD -MP -MF ".deps/icg.Tpo" -c -o icg.o `test -f 'icg.c' || echo './'`icg.c; then mv ".deps/icg.Tpo" ".deps/icg.Po"; else rm -f ".deps/icg.Tpo"; exit 1; fi --- lcg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT lcg.o -MD -MP -MF ".deps/lcg.Tpo" -c -o lcg.o `test -f 'lcg.c' || echo './'`lcg.c; then mv ".deps/lcg.Tpo" ".deps/lcg.Po"; else rm -f ".deps/lcg.Tpo"; exit 1; fi --- meicg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT meicg.o -MD -MP -MF ".deps/meicg.Tpo" -c -o meicg.o `test -f 'meicg.c' || echo './'`meicg.c; then mv ".deps/meicg.Tpo" ".deps/meicg.Po"; else rm -f ".deps/meicg.Tpo"; exit 1; fi --- qcg.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT qcg.o -MD -MP -MF ".deps/qcg.Tpo" -c -o qcg.o `test -f 'qcg.c' || echo './'`qcg.c; then mv ".deps/qcg.Tpo" ".deps/qcg.Po"; else rm -f ".deps/qcg.Tpo"; exit 1; fi --- mt19937.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT mt19937.o -MD -MP -MF ".deps/mt19937.Tpo" -c -o mt19937.o `test -f 'mt19937.c' || echo './'`mt19937.c; then mv ".deps/mt19937.Tpo" ".deps/mt19937.Po"; else rm -f ".deps/mt19937.Tpo"; exit 1; fi --- external.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT external.o -MD -MP -MF ".deps/external.Tpo" -c -o external.o `test -f 'external.c' || echo './'`external.c; then mv ".deps/external.Tpo" ".deps/external.Po"; else rm -f ".deps/external.Tpo"; exit 1; fi --- file.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o `test -f 'file.c' || echo './'`file.c; then mv ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi --- external.o --- external.c: In function 'prng_cmrg_get_next_int': external.c:363:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (p13 < 0) p13 = p13 + 2147483647U; if (p12 < 0) p12 = p12 + 2147483647U; ^~ external.c:363:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (p13 < 0) p13 = p13 + 2147483647U; if (p12 < 0) p12 = p12 + 2147483647U; ^~ external.c:370:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (p23 < 0) p23 = p23 + 2145483479; if (p21 < 0) p21 = p21 + 2145483479U; ^~ external.c:370:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (p23 < 0) p23 = p23 + 2145483479; if (p21 < 0) p21 = p21 + 2145483479U; ^~ --- compound.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT compound.o -MD -MP -MF ".deps/compound.Tpo" -c -o compound.o `test -f 'compound.c' || echo './'`compound.c; then mv ".deps/compound.Tpo" ".deps/compound.Po"; else rm -f ".deps/compound.Tpo"; exit 1; fi --- cons.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT cons.o -MD -MP -MF ".deps/cons.Tpo" -c -o cons.o `test -f 'cons.c' || echo './'`cons.c; then mv ".deps/cons.Tpo" ".deps/cons.Po"; else rm -f ".deps/cons.Tpo"; exit 1; fi --- sub.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT sub.o -MD -MP -MF ".deps/sub.Tpo" -c -o sub.o `test -f 'sub.c' || echo './'`sub.c; then mv ".deps/sub.Tpo" ".deps/sub.Po"; else rm -f ".deps/sub.Tpo"; exit 1; fi --- anti.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT anti.o -MD -MP -MF ".deps/anti.Tpo" -c -o anti.o `test -f 'anti.c' || echo './'`anti.c; then mv ".deps/anti.Tpo" ".deps/anti.Po"; else rm -f ".deps/anti.Tpo"; exit 1; fi --- support.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT support.o -MD -MP -MF ".deps/support.Tpo" -c -o support.o `test -f 'support.c' || echo './'`support.c; then mv ".deps/support.Tpo" ".deps/support.Po"; else rm -f ".deps/support.Tpo"; exit 1; fi --- libprng.a --- rm -f libprng.a ar cru libprng.a prng.o dicg.o eicg.o icg.o lcg.o meicg.o qcg.o mt19937.o external.o file.o compound.o cons.o sub.o anti.o support.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libprng.a Making all in tests Making all in examples --- pairs.o --- --- tuples.o --- --- pairs.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT pairs.o -MD -MP -MF ".deps/pairs.Tpo" -c -o pairs.o `test -f 'pairs.c' || echo './'`pairs.c; then mv ".deps/pairs.Tpo" ".deps/pairs.Po"; else rm -f ".deps/pairs.Tpo"; exit 1; fi --- tuples.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -MT tuples.o -MD -MP -MF ".deps/tuples.Tpo" -c -o tuples.o `test -f 'tuples.c' || echo './'`tuples.c; then mv ".deps/tuples.Tpo" ".deps/tuples.Po"; else rm -f ".deps/tuples.Tpo"; exit 1; fi --- pairs --- cc -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -o pairs pairs.o ../src/libprng.a -lm --- tuples --- cc -Wall -fomit-frame-pointer -pipe -O2 -fno-strict-aliasing -std=gnu89 -o tuples tuples.o ../src/libprng.a -lm Making all in doc SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> prng-3.0.2_3 depends on executable: indexinfo - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for prng-3.0.2_3 ===> prng-3.0.2_3 depends on executable: indexinfo - found ===> Generating temporary packing list Making install in src /bin/sh ../mkinstalldirs /construction/math/prng/stage/usr/local/lib install -m 0644 libprng.a /construction/math/prng/stage/usr/local/lib/libprng.a ranlib /construction/math/prng/stage/usr/local/lib/libprng.a /bin/sh ../mkinstalldirs /construction/math/prng/stage/usr/local/include install -m 0644 prng.h /construction/math/prng/stage/usr/local/include/prng.h Making install in tests Making install in examples Making install in doc /bin/sh ../mkinstalldirs /construction/math/prng/stage/usr/local/share/info/ install -m 0644 ./prng.info /construction/math/prng/stage/usr/local/share/info//prng.info /bin/mkdir -p /construction/math/prng/stage/usr/local/share/doc/prng install -m 0644 /construction/math/prng/prng-3.0.2/doc/prng.dvi /construction/math/prng/prng-3.0.2/doc/prng.pdf /construction/math/prng/prng-3.0.2/doc/prng.ps /construction/math/prng/prng-3.0.2/doc/prng.txt /construction/math/prng/stage/usr/local/share/doc/prng /bin/mkdir -p /construction/math/prng/stage/usr/local/share/examples/prng install -m 0644 /construction/math/prng/prng-3.0.2/examples/Makefile /construction/math/prng/prng-3.0.2/examples/pairs.c /construction/math/prng/prng-3.0.2/examples/tuples.c /construction/math/prng/stage/usr/local/share/examples/prng ====> 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 prng-3.0.2_3 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09