Bug 244128 - ports-mgmt/pkg: There are many weekly run outputs in non-default versions.
Summary: ports-mgmt/pkg: There are many weekly run outputs in non-default versions.
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-pkg (Nobody)
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-02-14 17:04 UTC by takefu
Modified: 2021-03-16 05:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (pkg)


Attachments
pkg-1.13.1.patch (544 bytes, patch)
2020-02-14 17:04 UTC, takefu
no flags Details | Diff
pkg-1.14.4.patch (525 bytes, patch)
2020-05-02 16:49 UTC, takefu
takefu: maintainer-approval+
Details | Diff
pkg-1.15.10_1.patch (1.76 KB, patch)
2020-12-21 07:48 UTC, takefu
takefu: maintainer-approval+
Details | Diff
pkg-1.16.3.patch (605 bytes, patch)
2021-03-16 05:36 UTC, takefu
no flags Details | Diff
pkg-1.16.3.patch (1.62 KB, patch)
2021-03-16 05:39 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2020-02-14 17:04:15 UTC
Created attachment 211653 [details]
pkg-1.13.1.patch
Comment 1 Automation User 2020-02-29 00:06:51 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/122061132
Comment 2 takefu 2020-05-02 16:49:45 UTC
Created attachment 214033 [details]
pkg-1.14.4.patch
Comment 3 takefu 2020-12-21 07:48:19 UTC
Created attachment 220773 [details]
pkg-1.15.10_1.patch

Reference url
https://subatomicsolutions.org/8-freebsd/14-portsnap

It will be solved by following after applying this patch.
  /etc/periodic.conf
    pkg_version_flags=-vP

>> Rebuilding locate database:
>> 
>> Rebuilding whatis database:
>> 
>> Security check:
>>     (output mailed separately)
>> 
>> Checking for out of date packages:
>> py39-Babel-2.8.0 orphaned: devel/py-babel
>> py39-Jinja2-2.11.2_1 orphaned: devel/py-Jinja2
>> py39-alabaster-0.7.6 orphaned: textproc/py-alabaster
>> py39-certifi-2020.11.8 orphaned: security/py-certifi
>> py39-cffi-1.14.4 orphaned: devel/py-cffi
>> py39-chardet-3.0.4_3 orphaned: textproc/py-chardet
>> py39-cryptography-2.9.2 orphaned: security/py-cryptography
>> py39-docutils-0.15.2 orphaned: textproc/py-docutils
>> py39-idna-2.10 orphaned: dns/py-idna
>> py39-imagesize-1.1.0 orphaned: graphics/py-imagesize
>> py39-libxml2-2.9.10_2 orphaned: textproc/py-libxml2
>> py39-markupsafe-1.1.1 orphaned: textproc/py-markupsafe
>> py39-openssl-19.0.0 orphaned: security/py-openssl
>> py39-packaging-20.7 orphaned: devel/py-packaging
>> py39-pycparser-2.20 orphaned: devel/py-pycparser
>> py39-pygments-2.7.1 orphaned: textproc/py-pygments
>> py39-pyparsing-2.4.7 orphaned: devel/py-pyparsing
>> py39-pysocks-1.7.1 orphaned: net/py-pysocks
>> py39-pystemmer-2.0.0.1 orphaned: textproc/py-pystemmer
>> py39-pytz-2020.1,1 orphaned: devel/py-pytz
>> py39-requests-2.22.0_2 orphaned: www/py-requests
>> py39-six-1.15.0 orphaned: devel/py-six
>> py39-snowballstemmer-1.2.1 orphaned: textproc/py-snowballstemmer
>> py39-sphinx-3.3.1,1 orphaned: textproc/py-sphinx
>> py39-sphinxcontrib-applehelp-1.0.2 orphaned: textproc/py-sphinxcontrib-applehelp
>> py39-sphinxcontrib-devhelp-1.0.2 orphaned: textproc/py-sphinxcontrib-devhelp
>> py39-sphinxcontrib-htmlhelp-1.0.3 orphaned: textproc/py-sphinxcontrib-htmlhelp
>> py39-sphinxcontrib-jsmath-1.0.1 orphaned: textproc/py-sphinxcontrib-jsmath
>> py39-sphinxcontrib-qthelp-1.0.3 orphaned: textproc/py-sphinxcontrib-qthelp
>> py39-sphinxcontrib-serializinghtml-1.1.4 orphaned: textproc/py-sphinxcontrib-serializinghtml
>> py39-urllib3-1.25.11,1 orphaned: net/py-urllib3
>> 
>> -- End of weekly output --
Comment 4 takefu 2021-03-16 05:36:48 UTC
Created attachment 223315 [details]
pkg-1.16.3.patch

1.16.3 Apply
Comment 5 takefu 2021-03-16 05:39:06 UTC
Created attachment 223316 [details]
pkg-1.16.3.patch
Comment 6 takefu 2021-03-16 05:40:46 UTC
(In reply to takefu from comment #3)

If you install non-default versions of lang/python or lang/perl, you'll get a lot of weekly run output output, so by changing the pkg-version(8) runtime options, I've written patches that take longer to aggregate but reduce.
The environment variable pkg_version_flags is set to new, and ''-v'' is specified, following the old movement without specifying it, but it becomes quiet by specifying ''-vP''.