- Add a workaround for the net/straw port installation problem

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.
This commit is contained in:
Hye-Shik Chang
2004-02-24 08:19:54 +00:00
parent 4ceb337981
commit 1efbe2254e
6 changed files with 54 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}