diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2010-04-05 13:29:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2010-04-05 13:29:16 +0000 |
commit | 63c1640d0d62b7550f0ead8fbde5f0720bfa83fa (patch) | |
tree | c77df522a845180858733bd37b07e1c30ba8888e /UPDATING | |
parent | 00b84257b0c185475eea4d43c01813ced5676ecc (diff) | |
download | ports-63c1640d0d62b7550f0ead8fbde5f0720bfa83fa.tar.gz ports-63c1640d0d62b7550f0ead8fbde5f0720bfa83fa.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1028,13 +1028,13 @@ you update your ports collection, before attempting any port upgrades. pkgdb -Ff 1) Reinstall perl with new 5.10: - portupgrade -o lang/perl5.10 -f perl-5.8.\* + env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.10 -f perl-5.8.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: - portmaster -o lang/perl5.10 lang/perl5.8 + env DISABLE_CONFLICTS=1 portmaster -o lang/perl5.10 lang/perl5.8 portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to |