------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/librtmp-2.4.20190330.txz Installing /packages/All/rtmpdump-2.4.20190330.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on file: /usr/local/sbin/pkg - found => youtube-dl-2020.09.20.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://yt-dl.org/downloads/2020.09.20/youtube-dl-2020.09.20.tar.gz youtube-dl-2020.09.20.tar.gz 0% of 3113 kB 0 Bps youtube-dl-2020.09.20.tar.gz 4% of 3113 kB 212 kBps youtube-dl-2020.09.20.tar.gz 18% of 3113 kB 423 kBps youtube-dl-2020.09.20.tar.gz 42% of 3113 kB 736 kBps 04s youtube-dl-2020.09.20.tar.gz 72% of 3113 kB 1101 kBps 01s youtube-dl-2020.09.20.tar.gz 3113 kB 730 kBps 04s ===> Fetching all distfiles required by youtube_dl-2020.09.20 for building SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by youtube_dl-2020.09.20 for building => SHA256 Checksum OK for youtube-dl-2020.09.20.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by youtube_dl-2020.09.20 for building ===> Extracting for youtube_dl-2020.09.20 => SHA256 Checksum OK for youtube-dl-2020.09.20.tar.gz. Extracted Memory Use: 7.61M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for youtube_dl-2020.09.20 ===> Applying ports patches for youtube_dl-2020.09.20 from /xports/www/youtube_dl/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on package: gmake>=4.3 - found ===> youtube_dl-2020.09.20 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on package: gmake>=4.3 - found ===> youtube_dl-2020.09.20 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for youtube_dl-2020.09.20 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for youtube_dl-2020.09.20 gmake[1]: Entering directory '/construction/www/youtube_dl/youtube-dl' mkdir -p zip for d in youtube_dl youtube_dl/downloader youtube_dl/extractor youtube_dl/postprocessor ; do \ mkdir -p zip/$d ;\ cp -pPR $d/*.py zip/$d/ ;\ done touch -t 200001010101 zip/youtube_dl/*.py zip/youtube_dl/*/*.py mv zip/youtube_dl/__main__.py zip/ cd zip ; bsdtar -a -cf ../youtube-dl.zip youtube_dl/*.py youtube_dl/*/*.py __main__.py rm -rf zip echo '#!/usr/local/bin/python3.7' > youtube-dl cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip chmod a+x youtube-dl gmake[1]: Leaving directory '/construction/www/youtube_dl/youtube-dl' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> youtube_dl-2020.09.20 depends on executable: rtmpdump - found ===> youtube_dl-2020.09.20 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for youtube_dl-2020.09.20 ===> youtube_dl-2020.09.20 depends on executable: rtmpdump - found ===> youtube_dl-2020.09.20 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/www/youtube_dl/youtube-dl' /usr/local/bin/python3.7 devscripts/bash-completion.py /usr/local/bin/python3.7 devscripts/zsh-completion.py /usr/local/bin/python3.7 devscripts/fish-completion.py install -d /construction/www/youtube_dl/stage/usr/local/bin install -m 755 youtube-dl /construction/www/youtube_dl/stage/usr/local/bin install -d /construction/www/youtube_dl/stage/usr/local/man/man1 install -m 644 youtube-dl.1 /construction/www/youtube_dl/stage/usr/local/man/man1 install -d /construction/www/youtube_dl/stage/usr/local/etc/bash_completion.d install -m 644 youtube-dl.bash-completion /construction/www/youtube_dl/stage/usr/local/etc/bash_completion.d/youtube-dl.sh install -d /construction/www/youtube_dl/stage/usr/local/share/zsh/site-functions install -m 644 youtube-dl.zsh /construction/www/youtube_dl/stage/usr/local/share/zsh/site-functions/_youtube-dl install -d /construction/www/youtube_dl/stage/usr/local/share/fish/vendor_completions.d install -m 644 youtube-dl.fish /construction/www/youtube_dl/stage/usr/local/share/fish/vendor_completions.d/youtube-dl.fish gmake[1]: Leaving directory '/construction/www/youtube_dl/youtube-dl' ====> 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:05 ------------------------------------------------------------------------------- -- 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 youtube_dl-2020.09.20 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:24