------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The mplex 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 ------------------------------------------------------------------------------- ===> mplex-1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The mplex 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 ===> mplex-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mplex-1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The mplex 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 ===> mplex-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mplex-1.1 for building => SHA256 Checksum OK for mplex-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The mplex 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 ===> mplex-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mplex-1.1 for building ===> Extracting for mplex-1.1 => SHA256 Checksum OK for mplex-1.1.tar.gz. Extracted Memory Use: 0.17M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mplex-1.1 ===> Applying ports patches for mplex-1.1 ===> Cleanly applied ports patch(es) patch-Makefile patch-inptstrm.c patch-interact.c patch-main.c patch-multplex.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mplex-1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mplex-1.1 --- main.o --- --- bitstrm.o --- --- buffer.o --- --- inits.o --- --- inptstrm.o --- --- interact.o --- --- multplex.o --- --- systems.o --- --- timecode.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c main.c --- bitstrm.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c bitstrm.c --- buffer.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c buffer.c --- inits.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c inits.c --- inptstrm.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c inptstrm.c --- interact.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c interact.c --- multplex.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c multplex.c --- timecode.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c timecode.c --- bitstrm.o --- bitstrm.c: In function 'mem_alloc': bitstrm.c:48:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] ptr = (void FAR *) malloc(block); ^~~~~~ bitstrm.c:48:24: warning: incompatible implicit declaration of built-in function 'malloc' bitstrm.c:48:24: note: include '' or provide a declaration of 'malloc' bitstrm.c:22:1: +#include bitstrm.c:48:24: ptr = (void FAR *) malloc(block); ^~~~~~ bitstrm.c:60:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ bitstrm.c:60:9: warning: incompatible implicit declaration of built-in function 'exit' bitstrm.c:60:9: note: include '' or provide a declaration of 'exit' bitstrm.c: In function 'mem_free': bitstrm.c:80:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(*ptr_addr); ^~~~ bitstrm.c:80:9: warning: incompatible implicit declaration of built-in function 'free' bitstrm.c:80:9: note: include '' or provide a declaration of 'free' bitstrm.c: In function 'open_bit_stream_w': bitstrm.c:232:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ bitstrm.c:232:7: note: include '' or provide a declaration of 'exit' bitstrm.c: In function 'open_bit_stream_r': bitstrm.c:255:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ bitstrm.c:255:7: note: include '' or provide a declaration of 'exit' bitstrm.c:302:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ bitstrm.c:302:7: note: include '' or provide a declaration of 'exit' bitstrm.c: In function 'desalloc_buffer': bitstrm.c:345:4: warning: incompatible implicit declaration of built-in function 'free' free(bs->buf); ^~~~ bitstrm.c:345:4: note: include '' or provide a declaration of 'free' --- systems.o --- cc -pipe -O2 -fno-strict-aliasing -DTIMER -c systems.c --- interact.o --- interact.c: In function 'intro': interact.c:26:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ interact.c:26:2: warning: incompatible implicit declaration of built-in function 'exit' interact.c:26:2: note: include '' or provide a declaration of 'exit' interact.c:2:1: +#include /************************************************************************* interact.c:26:2: exit (1); ^~~~ interact.c: In function 'ask_continue': interact.c:76:2: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ interact.c:76:2: note: include '' or provide a declaration of 'exit' --- inptstrm.o --- inptstrm.c: In function 'marker_bit': inptstrm.c:16:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ inptstrm.c:16:9: warning: incompatible implicit declaration of built-in function 'exit' inptstrm.c:16:9: note: include '' or provide a declaration of 'exit' inptstrm.c:2:1: +#include extern int Interactive; inptstrm.c:16:9: exit (1); ^~~~ inptstrm.c: In function 'check_files': inptstrm.c:45:6: warning: incompatible implicit declaration of built-in function 'exit' exit (1); } ^~~~ inptstrm.c:45:6: note: include '' or provide a declaration of 'exit' inptstrm.c:48:6: warning: incompatible implicit declaration of built-in function 'exit' exit (1); } ^~~~ inptstrm.c:48:6: note: include '' or provide a declaration of 'exit' inptstrm.c:92:7: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:92:7: note: include '' or provide a declaration of 'exit' inptstrm.c:116:7: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:116:7: note: include '' or provide a declaration of 'exit' inptstrm.c:135:6: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:135:6: note: include '' or provide a declaration of 'exit' inptstrm.c:140:6: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:140:6: note: include '' or provide a declaration of 'exit' inptstrm.c: In function 'get_info_video': inptstrm.c:213:2: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:213:2: note: include '' or provide a declaration of 'exit' inptstrm.c: In function 'get_info_audio': inptstrm.c:517:2: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ inptstrm.c:517:2: note: include '' or provide a declaration of 'exit' --- buffer.o --- buffer.c: In function 'buffer_clean': buffer.c:26:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free (pointer); ^~~~ buffer.c:26:2: warning: incompatible implicit declaration of built-in function 'free' buffer.c:26:2: note: include '' or provide a declaration of 'free' buffer.c:2:1: +#include /****************************************************************** buffer.c:26:2: free (pointer); ^~~~ buffer.c: In function 'queue_buffer': buffer.c:73:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] buffer->first = (Buffer_queue*) malloc (sizeof (Buffer_queue)); ^~~~~~ buffer.c:73:34: warning: incompatible implicit declaration of built-in function 'malloc' buffer.c:73:34: note: include '' or provide a declaration of 'malloc' buffer.c:84:34: warning: incompatible implicit declaration of built-in function 'malloc' pointer->next = (Buffer_queue*) malloc (sizeof (Buffer_queue)); ^~~~~~ buffer.c:84:34: note: include '' or provide a declaration of 'malloc' --- mplex --- cc main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o -o mplex -lm main.o:main.c:function main: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() main.o:main.c:function main: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mplex-1.1 ===> Generating temporary packing list install -s -m 555 /construction/multimedia/mplex/mplex-1.1/mplex /construction/multimedia/mplex/stage/usr/local/bin install -m 444 /xports/multimedia/mplex/files/mplex.1 /construction/multimedia/mplex/stage/usr/local/man/man1 ====> 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 mplex-1.1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02