aboutsummaryrefslogtreecommitdiff
path: root/lang/python24/files/patch-Lib::distutils::spawn.py
Commit message (Collapse)AuthorAgeFilesLines
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-17/+0
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Add a workaround for the net/straw port installation problemHye-Shik Chang2004-02-241-0/+17
recently introduced by libpthread. The problem was that waitpid(2) raised EINTR but python's distutils didn't catch it correctly. - PORTREVISION is bumped to 2, subsequently. Notes: svn path=/head/; revision=101946