diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-17 07:57:52 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-17 07:57:52 +0800 |
commit | f4a2f715b090a59b3f339f7c42f32b04f807e226 (patch) | |
tree | 143d85ed2bd9fb1f285e937b1d879e1c056f0995 /UPDATING | |
parent | 6ee428c05c4b15f80c913d8222fca59f4007c3fe (diff) | |
download | freebsd-ports-gnome-f4a2f715b090a59b3f339f7c42f32b04f807e226.tar.gz freebsd-ports-gnome-f4a2f715b090a59b3f339f7c42f32b04f807e226.tar.zst freebsd-ports-gnome-f4a2f715b090a59b3f339f7c42f32b04f807e226.zip |
- Clarify portupgrade/portmaster pkgng conversion entries
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,9 @@ you update your ports collection, before attempting any port upgrades. database. Also see UPDATING entry 20121010 if you are on a recent CURRENT and do not want to use pkg. + This is optional and not currently required. + + # make -C /usr/ports/ports-mgmt/pkg install clean # make -C /usr/ports/ports-mgmt/portmaster config build deinstall install clean # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng @@ -25,6 +28,9 @@ you update your ports collection, before attempting any port upgrades. Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf, and convert your databases. + This is optional and not currently required. + + # make -C /usr/ports/ports-mgmt/pkg install clean # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng # pkgdb -fu |