Re: pkg-2.4.1 broken?
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB5036B323B628407B56A9C58BFAC5A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Hello.
On 2025/11/04 23:59, Jan Henrik Sylvester wrote:
> That /usr/local/lib/compat/pkg was missing seems to be a bug in portmaster, which was used to upgrade pkg-2.3.1_1 to pkg-2.4.1, because when I do 'pkg delete -f pkg' and 'make -C /usr/ports/ports-mgmt/pkg install clean' the directory is created correctly. I guess I should learn that portmaster really is an outdated method to upgrade.
When the port is installed using make, ${LOCALBASE}/lib/compat/pkg may be removed by /usr/ports/Templates/BSD.local.dist if the directory is empty.
portmaster is merely one of the entities through which that operation is carried out.
Regards.