mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3b9dc59b3f
- Add extra mirror - Remove PKGNGPATCH option Changes: - The pkgng patch has been fully integrated upstream with its history copied from the pkgng repo over to portmaster's repo - Add extra messages before/after killing background processes so that 'Terminated' messages look less unexpected - Fix running from / trying to build the entire tree - pkgng: Fix -s not respecting the automatic flag - Fix "Argument list too long" errors - Add PM_SU_CMD documentation to the sample config file [1] - Fix -o not showing the specified origin [pkgng patch bug] Submitted by: Oleg Pudeyev <oleg@bsdpower.com> [1]
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
If you want to switch to the new pkg(8) format, and have not already done so,
|
|
there are some extra 1-time steps to take:
|
|
|
|
Enable PKGNG as your package format:
|
|
|
|
# echo 'WITH_PKGNG=yes' >> /etc/make.conf
|
|
|
|
Then convert your /var/db/pkg database to the new pkg format:
|
|
|
|
# pkg2ng
|