aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-09-14 16:30:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-09-14 16:30:35 +0000
commit72ea6b01cf4be41a0a87f77188c8aff15b62a599 (patch)
tree9efe0f22994e5ff8300e30555f9ebe6e5429d292 /UPDATING
parenta30c575449a73735fefca73ce8a96a4531e2d192 (diff)
downloadports-72ea6b01cf4be41a0a87f77188c8aff15b62a599.tar.gz
ports-72ea6b01cf4be41a0a87f77188c8aff15b62a599.zip
Clarify the wording a bit to reinforce that setting perl5 in DEFAULT_VERSIONS
will preserve /usr/local/bin/perl. While here tighten up a few grammar nits. Approved by: mat
Notes
Notes: svn path=/head/; revision=396906
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 7 insertions, 6 deletions
diff --git a/UPDATING b/UPDATING
index febffd25f3d7..71a044695d8b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,23 +12,24 @@ you update your ports collection, before attempting any port upgrades.
Binary package users can ignore this.
The way lang/perl5* ports install themselves has changed. From now on, only
- the default Perl version will install /usr/local/bin/perl.
+ the default Perl port (currently 5.20), or the version listed in
+ DEFAULT_VERSIONS, will install /usr/local/bin/perl.
If you are NOT using the default version of Perl (as of right now, it is
5.20) you MUST add a line setting the version you are using to your
- /etc/make.conf:
+ /etc/make.conf, to preserve /usr/local/bin/perl:
DEFAULT_VERSIONS+= perl5=5.xx
- Especially, after this date, to migrate from one Perl version to the other,
- you must first put the DEFAULT_VERSIONS line in your make.conf, and then, for
- example, if you want to move from 5.20 to 5.22, do:
+ After this date, to migrate from one Perl version to the other, you must
+ first put the DEFAULT_VERSIONS line in your make.conf, and then, for example,
+ if you want to move from 5.20 to 5.22, do:
pkg set -o lang/perl5.20:lang/perl5.22
portmaster `pkg shlib -qR libperl.so.5.20`
If you do not do that, you will replace your default Perl 5.20 installation
- (one that has /usr/local/bin/perl) to an installation that does not have
+ (one that has /usr/local/bin/perl) with an installation that does not have
/usr/local/bin/perl, and it will break everything.
20150908: