Date: Wed, 20 Nov 2013 13:02:08 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334413 - head Message-ID: <201311201302.rAKD28Cw000299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Nov 20 13:02:08 2013 New Revision: 334413 URL: http://svnweb.freebsd.org/changeset/ports/334413 Log: Add a bit about the default options change in lang/perl5.* Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 20 12:48:34 2013 (r334412) +++ head/UPDATING Wed Nov 20 13:02:08 2013 (r334413) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311201302.rAKD28Cw000299>