[Bug 245554] ports-mgmt/pkg: man 5 pkg.conf example has defunct option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 12 03:07:19 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245554

            Bug ID: 245554
           Summary: ports-mgmt/pkg: man 5 pkg.conf example has defunct
                    option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkg at FreeBSD.org
          Reporter: tigersharke at gmail.com
             Flags: maintainer-feedback?(pkg at FreeBSD.org)
          Assignee: pkg at FreeBSD.org

The pkg.conf manpage from FreeBSD 10.2 and ports includes an option in its
EXAMPLES under REPOSITORY CONFIGURATION, which is no longer listed. If AUTODEPS
option is defunct after FreeBSD 10.1, it ought not be used in examples for
those manpage versions. 

Example for pkg.conf:

           pkg_dbdir: "/var/db/pkg"
           pkg_cachedir: "/var/cache/pkg"
           portsdir: "/usr/ports"
           handle_rc_scripts: false
           assume_always_yes: false
           repos_dir: [
                "/etc/pkg",
                "/usr/local/etc/pkg/repos",
           ]
           syslog: true
           autodeps: true
           developer_mode: false
           pkg_env: {
               http_proxy: "http://myproxy:3128",
           }
           alias: {
               origin: "info -qo",
               nonauto: "query -e '%a == 0' '%n-%v'"
           }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list