mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
395142568b
- Add UPDATING entry and pkg-message to assist in converting Feature safe: yes
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
If you are upgrading from the old package format, there are 2
|
|
extra steps required.
|
|
|
|
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
|