diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-10 08:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-10 08:40:21 +0000 |
commit | 39055bef9ced5ed951229d684e2e15233f45868c (patch) | |
tree | 7d28e5321f8daba5c89b8ea946b79d05c1dd65c1 /UPDATING | |
parent | 8cc8d92dff2fe19674c310bda864c160a235e94f (diff) | |
download | ports-39055bef9ced5ed951229d684e2e15233f45868c.tar.gz ports-39055bef9ced5ed951229d684e2e15233f45868c.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121010: + AFFECTS: users of CURRENT + AUTHOR: bapt@FreeBSD.org + + The ports tree is now using pkgng as the default package manager + for HEAD. This only affects users of CURRENT -- users of other + branches need not take any action. + + To keep pkg_install as the default package manager, use the new + WITHOUT_PKGNG knob in make.conf + + To make the switch: + + 1/ Set WITHOUT_PKGNG=yes in make.conf and upgrade all your ports to + the latest available versions using your favourite tools. + + 2/ Install ports-mgmt/pkg + + 3/ Remove WITHOUT_PKGNG from make.conf and run + + # pkg2ng + 20121009: AFFECTS: users of multimedia/vdpau-video AUTHOR: madpilot@FreeBSD.org |