------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxml2-2.9.10.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxcb-1.13.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libX11-1.6.9,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The 4va 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 ------------------------------------------------------------------------------- ===> 4va-1.21_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The 4va 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 ===> 4va-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 4va-1.21_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The 4va 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 ===> 4va-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 4va-1.21_2 for building => SHA256 Checksum OK for 4va-1.21.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The 4va 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 ===> 4va-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 4va-1.21_2 for building ===> Extracting for 4va-1.21_2 => SHA256 Checksum OK for 4va-1.21.tgz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for 4va-1.21_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> 4va-1.21_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> 4va-1.21_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for 4va-1.21_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for 4va-1.21_2 --- 4vamain.o --- --- 4vaproj.o --- --- 4vartn.o --- --- 4vad_x.o --- --- ctorus.o --- --- cutctorus.o --- --- 4vdmake.o --- --- 4vamain.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c 4vamain.c --- 4vartn.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c 4vartn.c --- 4vad_x.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c 4vad_x.c --- ctorus.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c ctorus.c --- 4vdmake.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c 4vdmake.c --- 4vaproj.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c 4vaproj.c --- cutctorus.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c cutctorus.c --- 4vdmake.o --- 4vdmake.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ 4vdmake.c: In function 'main': 4vdmake.c:35:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ 4vdmake.c:35:3: warning: incompatible implicit declaration of built-in function 'exit' 4vdmake.c:35:3: note: include '' or provide a declaration of 'exit' 4vdmake.c:22:1: +#include 4vdmake.c:35:3: exit(-1); ^~~~ 4vdmake.c:37:9: warning: implicit declaration of function 'atoi'; did you mean 'atan'? [-Wimplicit-function-declaration] maxx=atoi(argv[1]); ^~~~ atan --- ctorus.o --- ctorus.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ ctorus.c: In function 'main': ctorus.c:35:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ ctorus.c:35:3: warning: incompatible implicit declaration of built-in function 'exit' ctorus.c:35:3: note: include '' or provide a declaration of 'exit' ctorus.c:21:1: +#include ctorus.c:35:3: exit(-1); ^~~~ ctorus.c:37:9: warning: implicit declaration of function 'atoi'; did you mean 'atan'? [-Wimplicit-function-declaration] maxx=atoi(argv[1]); ^~~~ atan --- cutctorus.o --- cutctorus.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ cutctorus.c: In function 'main': cutctorus.c:36:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ cutctorus.c:36:3: warning: incompatible implicit declaration of built-in function 'exit' cutctorus.c:36:3: note: include '' or provide a declaration of 'exit' cutctorus.c:22:1: +#include cutctorus.c:36:3: exit(-1); ^~~~ cutctorus.c:38:9: warning: implicit declaration of function 'atoi'; did you mean 'atan'? [-Wimplicit-function-declaration] maxx=atoi(argv[1]); ^~~~ atan --- 4vad_x.o --- 4vad_x.c: In function 'g_bufferline': 4vad_x.c:51:6: warning: type of 'x1' defaults to 'int' [-Wimplicit-int] void g_bufferline(x1,x2,y1,y2,i) { ^~~~~~~~~~~~ 4vad_x.c:51:6: warning: type of 'x2' defaults to 'int' [-Wimplicit-int] 4vad_x.c:51:6: warning: type of 'y1' defaults to 'int' [-Wimplicit-int] 4vad_x.c:51:6: warning: type of 'y2' defaults to 'int' [-Wimplicit-int] 4vad_x.c:51:6: warning: type of 'i' defaults to 'int' [-Wimplicit-int] 4vad_x.c: In function 'g_startup': 4vad_x.c:117:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ 4vad_x.c:117:5: warning: incompatible implicit declaration of built-in function 'exit' 4vad_x.c:117:5: note: include '' or provide a declaration of 'exit' 4vad_x.c:25:1: +#include 4vad_x.c:117:5: exit(1); ^~~~ 4vad_x.c:160:27: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] if ((myseg= (XSegment *)malloc((coptr->numlines)*sizeof(XSegment)))==NULL) { ^~~~~~ 4vad_x.c:160:27: warning: incompatible implicit declaration of built-in function 'malloc' 4vad_x.c:160:27: note: include '' or provide a declaration of 'malloc' 4vad_x.c:162:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ 4vad_x.c:162:5: note: include '' or provide a declaration of 'exit' 4vad_x.c:164:32: warning: incompatible implicit declaration of built-in function 'malloc' if ((myeraseseg= (XSegment *)malloc((coptr->numlines)*sizeof(XSegment)))==NULL) { ^~~~~~ 4vad_x.c:164:32: note: include '' or provide a declaration of 'malloc' 4vad_x.c:166:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ 4vad_x.c:166:5: note: include '' or provide a declaration of 'exit' --- 4vamain.o --- 4vamain.c: In function 'main': 4vamain.c:251:9: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] mypid=fork(); ^~~~ --- 4vdmake --- cc -o 4vdmake 4vdmake.o -lm -lX11 -L/usr/local/lib --- ctorus --- cc -o ctorus ctorus.o -lm -lX11 -L/usr/local/lib --- cutctorus --- cc -o cutctorus cutctorus.o -lm -lX11 -L/usr/local/lib --- 4va --- cc -o 4va 4vamain.o 4vaproj.o 4vartn.o 4vad_x.o -lm -lX11 -L/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> 4va-1.21_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for 4va-1.21_2 ===> 4va-1.21_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -s -m 555 /construction/graphics/4va/4va-1.21/4va /construction/graphics/4va/stage/usr/local/bin install -s -m 555 /construction/graphics/4va/4va-1.21/4vdmake /construction/graphics/4va/stage/usr/local/bin install -s -m 555 /construction/graphics/4va/4va-1.21/ctorus /construction/graphics/4va/stage/usr/local/bin install -s -m 555 /construction/graphics/4va/4va-1.21/cutctorus /construction/graphics/4va/stage/usr/local/bin install -m 0644 /construction/graphics/4va/4va-1.21/16cell.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/24cell.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/5cell.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/600cell.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/ctor.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/ctor2.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/hcube.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/hsph.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/sin.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 0644 /construction/graphics/4va/4va-1.21/tripris.4vd /construction/graphics/4va/stage/usr/local/share/4va install -m 444 /construction/graphics/4va/4va-1.21/4va.man /construction/graphics/4va/stage/usr/local/man/man1/4va.1 ====> 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 4va-1.21_2 file sizes/checksums [15]: 0% file sizes/checksums [15]: 100% packing files [15]: 0% packing files [15]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04