------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/popt-1.16_2.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/libdv-1.0.0_6.txz ===== Message from libdv-1.0.0_6: -- ===> NOTICE: The libdv 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: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dv2sub-0.3_5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dv2sub-0.3_5 for building => SHA256 Checksum OK for dv2sub-0.3.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dv2sub-0.3_5 for building ===> Extracting for dv2sub-0.3_5 => SHA256 Checksum OK for dv2sub-0.3.tar.gz. Extracted Memory Use: 0.54M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dv2sub-0.3_5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on shared library: libdv.so - found (/usr/local/lib/libdv.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> dv2sub-0.3_5 depends on package: pkgconf>=1.3.0_1 - found ===> dv2sub-0.3_5 depends on shared library: libdv.so - found (/usr/local/lib/libdv.so) ===> Configuring for dv2sub-0.3_5 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 for gcc... cc checking for C compiler default output file name... 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for stdio.h... (cached) yes checking for time.h... (cached) yes checking pkg-config is at least version 0.9.0... yes checking for LIBDV... yes checking whether compiler accepts some C99 extensions... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for strptime... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating src/config.h config.status: executing depfiles commands SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dv2sub-0.3_5 --- all-recursive --- Making all in src --- all --- /usr/bin/make all-am --- dv2sub.o --- --- dvinfo.o --- --- dv2sub.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -std=c99 -g -Wall -pedantic -I/usr/local/include -D_XOPEN_SOURCE -pipe -O2 -fno-strict-aliasing -MT dv2sub.o -MD -MP -MF ".deps/dv2sub.Tpo" -c -o dv2sub.o dv2sub.c; then mv -f ".deps/dv2sub.Tpo" ".deps/dv2sub.Po"; else rm -f ".deps/dv2sub.Tpo"; exit 1; fi --- dvinfo.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -std=c99 -g -Wall -pedantic -I/usr/local/include -D_XOPEN_SOURCE -pipe -O2 -fno-strict-aliasing -MT dvinfo.o -MD -MP -MF ".deps/dvinfo.Tpo" -c -o dvinfo.o dvinfo.c; then mv -f ".deps/dvinfo.Tpo" ".deps/dvinfo.Po"; else rm -f ".deps/dvinfo.Tpo"; exit 1; fi --- dv2sub.o --- dv2sub.c: In function 'dv_stream': dv2sub.c:126:37: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr, "remains only %u bytes, premature EOF?\n", ~^ %lu (size_t)len); ~~~~~~~~~~~ --- dv2sub --- cc -std=c99 -g -Wall -pedantic -I/usr/local/include -D_XOPEN_SOURCE -pipe -O2 -fno-strict-aliasing -o dv2sub dv2sub.o dvinfo.o -L/usr/local/lib -ldv -lm -L/usr/local/include Making all in doc SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dv2sub-0.3_5 ===> Generating temporary packing list Making install in src test -z "/usr/local/bin" || /bin/sh ../autotools/mkinstalldirs "/construction/multimedia/dv2sub/stage/usr/local/bin" install -s -m 555 'dv2sub' '/construction/multimedia/dv2sub/stage/usr/local/bin/dv2sub' Making install in doc test -z "/usr/local/man/man1" || /bin/sh ../autotools/mkinstalldirs "/construction/multimedia/dv2sub/stage/usr/local/man/man1" install -m 0644 './dv2sub.1' '/construction/multimedia/dv2sub/stage/usr/local/man/man1/dv2sub.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 dv2sub-0.3_5 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:09