| Notes from UPDATING |
These upgrade notes are taken from /usr/ports/UPDATING
- 2011-09-25
Affects: users of lang/python* Author: lwhsu@FreeBSD.org Reason:
The HUGE_STACK_SIZE option has been removed, now Python will use default
thread stack size of the system. If you want to change it, specify it
with -DTHREAD_STACK_SIZE=<size> in CFLAGS.
- 2011-03-04
Affects: users of lang/python* and py-* Author: miwi@FreeBSD.org Reason:
The default version of Python has been changed from 2.6.x to 2.7.x.
If you have 2.6.x installed, perform an upgrade of lang/python26 to
lang/python27 with one of the following commands:
If using portupgrade:
# portupgrade -o lang/python27 lang/python26
If using portmaster:
# portmaster -o lang/python27 lang/python26
If you want to retain 2.6.x as default Python version, set the
PYTHON_DEFAULT_VERSION variable to 'python2.6' (without quotes) in
/etc/make.conf, then go to lang/python and perform the following
command:
# portupgrade -R python
Once the installed Python has been updated to 2.7, by using the
method above, it is required to run the upgrade-site-packages target in
lang/python to assure that site-packages are made available to the new
Python version.
If using portupgrade:
# cd /usr/ports/lang/python && make upgrade-site-packages
If using portmaster:
# cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
The portmaster case can take quite some time to complete due to the lack of
cached information that the portupgrade suite uses (specifically pkg_which).
This is not the fault of portmaster.
- 2009-06-08
Affects: users of lang/python* and py-* Author: miwi@FreeBSD.org Reason:
The default version of Python has been changed from 2.5.x to 2.6.x.
If you have 2.5.x installed, perform an upgrade of lang/python25 to
lang/python26 with one of the following commands:
If using portupgrade:
# portupgrade -o lang/python26 lang/python25
If using portmaster:
# portmaster -o lang/python26 lang/python25
If you want to retain 2.5.x as default Python version, set the
PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
/etc/make.conf, then go to lang/python and perform the following
command:
# portupgrade -R python
Once the installed Python has been updated to 2.6, by using the
method above, it is required to run the upgrade-site-packages target in
lang/python to assure that site-packages are made available to the new
Python version.
If using portupgrade:
# cd /usr/ports/lang/python && make upgrade-site-packages
If using portmaster:
# cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
The portmaster case can take quite some time to complete due to the lack of
cached information that the portupgrade suite uses (specifically pkg_which).
This is not the fault of portmaster.
|
Number of commits found: 6
| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 May 2013 11:37:55
2.7.3
|
rm  |
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4 |
31 Jul 2003 19:42:23
2.2.2
|
perky  |
Update python documentation ports to Python-2.3's. |
08 Jun 2003 21:13:49
2.2.3
|
will  |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
04 Jun 2003 08:38:41
2.2.3
|
perky  |
Update to 2.2.3 and correct tg's e-mail address.
Approved by: maintainer (implicitly) |
15 Nov 2002 17:12:56
2.2.2
|
alane  |
Take over as maintainer since tg is taking a leave of absence from port
maintenance. |
12 Apr 2000 06:20:15 2.2
|
obrien  |
Convert to the PORTNAME - PORTVERSION syntax. |
Number of commits found: 6
28c9
|
| Latest Vulnerabilities |
|
15 vulnerabilities affecting 24 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
8e7
|