diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-09-25 23:05:18 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-09-25 23:05:18 +0800 |
commit | 2cfa567e139ca7fea8a95b3ae3875c03cb89465d (patch) | |
tree | 174b3e926e8901d35bbbf36e21e4e137d514b364 /UPDATING | |
parent | e5cfe7554656b5ddebd24975ece0d4d4658e8d90 (diff) | |
download | freebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.tar.gz freebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.tar.zst freebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.zip |
- Remove the HUGE_STACK_SIZE option, now Python will use default
thread stack size of the system.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20110925: + AFFECTS: users of lang/python* + AUTHOR: lwhsu@FreeBSD.org + + 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. + +20110925: AFFECTS: users of net/openldap* AUTHOR: ume@FreeBSD.org |