aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-Lib::distutils::spawn.py
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke2009-12-181-17/+0
| | | | | | | Reviewed by: alexbl, clsung, pav Notes: svn path=/head/; revision=246131
* - 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