------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ximp3-0.1.15 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ximp3-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ximp3-0.1.15 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ximp3-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ximp3-0.1.15 for building => SHA256 Checksum OK for ximp3-0.1.15.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ximp3-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ximp3-0.1.15 for building ===> Extracting for ximp3-0.1.15 => SHA256 Checksum OK for ximp3-0.1.15.tar.gz. Extracted Memory Use: 0.86M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ximp3-0.1.15 ===> Applying ports patches for ximp3-0.1.15 from /xports/audio/ximp3/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ximp3-0.1.15 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for ranlib... ranlib checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes updating cache ./config.cache creating ./config.status creating lib/Makefile creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ximp3-0.1.15 --- ./config.h.in --- --- all-recursive-am --- /usr/bin/make all-recursive --- all-recursive --- Making all in lib --- mdct.o --- --- icdct.o --- --- iwinm.o --- --- cdct.o --- --- csbt.o --- --- cup.o --- --- dec8.o --- --- hwin.o --- --- iup.o --- --- mhead.o --- --- mdct.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c mdct.c --- icdct.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c icdct.c --- iwinm.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c iwinm.c --- cdct.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c cdct.c --- csbt.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c csbt.c --- cup.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c cup.c --- dec8.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c dec8.c --- hwin.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c hwin.c --- iup.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c iup.c --- mhead.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c mhead.c --- dec8.o --- dec8.c: In function 'mpeg8_init': dec8.c:123:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(&m->dec, 0, sizeof(m->dec)); ^~~~~~ dec8.c:123:2: warning: incompatible implicit declaration of built-in function 'memset' dec8.c:123:2: note: include '' or provide a declaration of 'memset' dec8.c:104:1: +#include dec8.c:123:2: memset(&m->dec, 0, sizeof(m->dec)); ^~~~~~ --- cup.o --- In file included from cup.c:498: cupini.c: In function 'mpeg_init': cupini.c:217:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(m, 0, sizeof(MPEG)); ^~~~~~ cupini.c:217:2: warning: incompatible implicit declaration of built-in function 'memset' cupini.c:217:2: note: include '' or provide a declaration of 'memset' cupini.c:1:1: +#include /*____________________________________________________________________________ cupini.c:217:2: memset(m, 0, sizeof(MPEG)); ^~~~~~ --- iup.o --- In file included from iup.c:527: iupini.c: In function 'i_mpeg_init': iupini.c:189:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(&m->iup, 0, sizeof(m->iup)); ^~~~~~ iupini.c:189:2: warning: incompatible implicit declaration of built-in function 'memset' iupini.c:189:2: note: include '' or provide a declaration of 'memset' iupini.c:38:1: +#include iupini.c:189:2: memset(&m->iup, 0, sizeof(m->iup)); ^~~~~~ --- msis.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c msis.c msis.c: In function 'is_process_MPEG2': msis.c:233:4: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(il, 0, sizeof(il)); ^~~~~~ msis.c:233:4: warning: incompatible implicit declaration of built-in function 'memset' msis.c:233:4: note: include '' or provide a declaration of 'memset' msis.c:50:1: +#include msis.c:233:4: memset(il, 0, sizeof(il)); ^~~~~~ --- uph.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c uph.c --- upsf.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c upsf.c --- wavep.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c wavep.c --- cupl3.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c cupl3.c --- l3dq.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c l3dq.c --- l3init.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c l3init.c --- cwinm.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c cwinm.c --- isbt.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c isbt.c --- libxingmp3.a --- rm -f libxingmp3.a ar cru libxingmp3.a cdct.o csbt.o cup.o cupl3.o cwinm.o dec8.o hwin.o icdct.o isbt.o iup.o iwinm.o l3dq.o l3init.o mdct.o mhead.o msis.o uph.o upsf.o wavep.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libxingmp3.a --- id3.o --- --- ./config.h.in --- --- id3.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c id3.c --- audio.o --- --- audiofork.o --- --- info.o --- --- init.o --- --- ximp3.o --- --- audio.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c audio.c --- audiofork.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c audiofork.c --- info.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c info.c --- init.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c init.c --- ximp3.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -pipe -O2 -fno-strict-aliasing -c ximp3.c --- ximp3 --- cc -pipe -O2 -fno-strict-aliasing -o ximp3 ximp3.o init.o audio.o audiofork.o info.o id3.o -L./lib -lxingmp3 -lm SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ximp3-0.1.15 ===> Generating temporary packing list Making install in lib /bin/sh ./mkinstalldirs /construction/audio/ximp3/stage/usr/local/bin install -s -m 555 ximp3 /construction/audio/ximp3/stage/usr/local/bin/ximp3 install -m 0644 /construction/audio/ximp3/ximp3-0.1.15/README /construction/audio/ximp3/stage/usr/local/share/doc/ximp3 ====> 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: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ximp3-0.1.15 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:05