aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-20 21:02:08 +0800
committermat <mat@FreeBSD.org>2013-11-20 21:02:08 +0800
commitd6e6c21fa7fa141955cae1463153df83e3d59368 (patch)
tree8566f4cad071f76913845b1e79275048db3489b1 /UPDATING
parente6be42893ff18a78748d5928794aecd67f262e5a (diff)
downloadfreebsd-ports-gnome-d6e6c21fa7fa141955cae1463153df83e3d59368.tar.gz
freebsd-ports-gnome-d6e6c21fa7fa141955cae1463153df83e3d59368.tar.zst
freebsd-ports-gnome-d6e6c21fa7fa141955cae1463153df83e3d59368.zip
Add a bit about the default options change in lang/perl5.*
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING34
1 files changed, 34 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a801baa883ac..3ed0f57895ae 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,40 @@ 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.
+20131120:
+ AFFECTS: users of lang/perl5.12 lang/perl5.14 lang/perl5.16 and lang/perl5.18
+ AUTHOR: mat@FreeBSD.org
+
+ The THREADS option has been enabled by default in all Perl. If you're using
+ binary packages you need to do :
+
+ # pkg install -Rf perl5
+
+ If you're not using binary packages, and want to switch from non threaded
+ Perl to threaded Perl, you need to recompile and reinstall most ports
+ depending on Perl. Supposing you have Perl 5.16, you would do:
+
+ Portupgrade users:
+ 0) Fix pkgdb.db (for safety):
+ pkgdb -Ff
+
+ 1) Change the option in lang/perl5.16:
+ make -C /usr/ports/lang/perl5.16 config
+
+ 2) Reinstall everything that depends on Perl:
+ portupgrade -fr lang/perl5.16
+
+ Portmaster users:
+ 1) Change the option in lang/perl5.16:
+ make -C /usr/ports/lang/perl5.16 config
+
+ 2) Reinstall everything that depends on Perl:
+ portmaster -r perl5-
+
+ Note: The installed Perl package was named perl and is now named perl5, if
+ you have not updated your installation in a long time, you may need to
+ use "perl-" here.
+
20131112:
AFFECTS: users of dns/nsd
AUTHOR: erwin@FreeBSD.org