diff options
author | perky <perky@FreeBSD.org> | 2004-02-24 16:19:54 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-02-24 16:19:54 +0800 |
commit | af19ee1d368b7cec218607198712b7faeaf017b1 (patch) | |
tree | bc0aae1f2f1143e86f339dbd952c3015dbc8fb2a /lang/python/Makefile | |
parent | 89e125d4c331703149aa09d613df39b776b089f8 (diff) | |
download | freebsd-ports-gnome-af19ee1d368b7cec218607198712b7faeaf017b1.tar.gz freebsd-ports-gnome-af19ee1d368b7cec218607198712b7faeaf017b1.tar.zst freebsd-ports-gnome-af19ee1d368b7cec218607198712b7faeaf017b1.zip |
- 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.
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index cca1766771f9..516eac521283 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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} |