------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for id3ren-1.1b0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/audio/id3ren XDG_CONFIG_HOME=/construction/audio/id3ren HOME=/construction/audio/id3ren TMPDIR="/tmp" PATH=/construction/audio/id3ren/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/audio/id3ren XDG_CONFIG_HOME=/construction/audio/id3ren HOME=/construction/audio/id3ren TMPDIR="/tmp" PATH=/construction/audio/id3ren/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/audio/id3ren/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/id3ren" EXAMPLESDIR="share/examples/id3ren" DATADIR="share/id3ren" WWWDIR="www/id3ren" ETCDIR="etc/id3ren" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/id3ren DOCSDIR=/usr/local/share/doc/id3ren EXAMPLESDIR=/usr/local/share/examples/id3ren WWWDIR=/usr/local/www/id3ren ETCDIR=/usr/local/etc/id3ren SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by id3ren-1.1b0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by id3ren-1.1b0 for building => SHA256 Checksum OK for sebcode-id3ren-1.1b0-322ee77_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by id3ren-1.1b0 for building ===> Extracting for id3ren-1.1b0 => SHA256 Checksum OK for sebcode-id3ren-1.1b0-322ee77_GH0.tar.gz. Extracted Memory Use: 0.21M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for id3ren-1.1b0 /bin/rm -f /construction/audio/id3ren/id3ren-322ee77/src/id3ren ===> Applying ports patches for id3ren-1.1b0 from /xports/audio/id3ren/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for id3ren-1.1b0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for id3ren-1.1b0 --- all --- cd src && /usr/bin/make all --- id3ren --- cc -pipe -O2 -fno-strict-aliasing -s -o id3ren id3ren.c id3tag.c id3file.c id3misc.c id3ren.c: In function 'main': id3ren.c:821:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(program_path, argv[0], ((strlen(argv[0]) - strlen(p)) - 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3ren.c:821:38: note: length computed here strncpy(program_path, argv[0], ((strlen(argv[0]) - strlen(p)) - 1)); ^~~~~~~~~~~~~~~ id3file.c: In function 'id3_write_tag': id3file.c:183:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(tag->tag, "TAG"); ^~~~~~ id3file.c:183:3: warning: incompatible implicit declaration of built-in function 'strcpy' id3file.c:183:3: note: include '' or provide a declaration of 'strcpy' id3file.c:34:1: +#include id3file.c:183:3: strcpy(tag->tag, "TAG"); ^~~~~~ id3file.c: In function 'id3_show_tag': id3file.c:247:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(tag->songname) > 0) ^~~~~~ id3file.c:247:7: warning: incompatible implicit declaration of built-in function 'strlen' id3file.c:247:7: note: include '' or provide a declaration of 'strlen' id3file.c:250:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->artist) > 0) ^~~~~~ id3file.c:250:7: note: include '' or provide a declaration of 'strlen' id3file.c:253:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->album) > 0) ^~~~~~ id3file.c:253:7: note: include '' or provide a declaration of 'strlen' id3file.c:256:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->year) > 0) ^~~~~~ id3file.c:256:7: note: include '' or provide a declaration of 'strlen' id3file.c:259:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->u.v10.comment) > 0) ^~~~~~ id3file.c:259:7: note: include '' or provide a declaration of 'strlen' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for id3ren-1.1b0 ===> Generating temporary packing list install -s -m 555 /construction/audio/id3ren/id3ren-322ee77/src/id3ren /construction/audio/id3ren/stage/usr/local/bin install -m 444 /construction/audio/id3ren/id3ren-322ee77/man/id3ren.1.gz /construction/audio/id3ren/stage/usr/local/man/man1/ /bin/mkdir -p /construction/audio/id3ren/stage/usr/local/share/doc/id3ren install -m 0644 /construction/audio/id3ren/id3ren-322ee77/AUTHORS /construction/audio/id3ren/id3ren-322ee77/ChangeLog /construction/audio/id3ren/id3ren-322ee77/FEATURES /construction/audio/id3ren/id3ren-322ee77/FEEDBACK /construction/audio/id3ren/id3ren-322ee77/INSTALL /construction/audio/id3ren/id3ren-322ee77/PORTS /construction/audio/id3ren/id3ren-322ee77/README /construction/audio/id3ren/id3ren-322ee77/THANKS /construction/audio/id3ren/id3ren-322ee77/TODO /construction/audio/id3ren/id3ren-322ee77/USAGE /construction/audio/id3ren/stage/usr/local/share/doc/id3ren ====> 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:00 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for id3ren-1.1b0 file sizes/checksums [12]: 0% file sizes/checksums [12]: 100% packing files [12]: 0% packing files [12]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04