Date: Sun, 2 Oct 2005 14:31:39 +0000 (UTC) From: Hye-Shik Chang <perky@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile distinfo ports/lang/python/files patch-Lib::test::test_fcntl.py patch-Modules::fcntlmodule.c patch-Modules::socketmodule.c ports/lang/python-doc-html distinfo Message-ID: <200510021431.j92EVdLI070240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
perky 2005-10-02 14:31:39 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python Makefile distinfo lang/python-doc-html distinfo Added files: lang/python/files patch-Modules::socketmodule.c Removed files: lang/python/files patch-Lib::test::test_fcntl.py patch-Modules::fcntlmodule.c Log: - Update to Python 2.4.2. [1] - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4] Revision Changes Path 1.68 +88 -29 ports/Mk/bsd.python.mk 1.18 +5 -0 ports/lang/python-doc-html/distinfo 1.148 +4 -3 ports/lang/python/Makefile 1.55 +2 -0 ports/lang/python/distinfo 1.2 +0 -17 ports/lang/python/files/patch-Lib::test::test_fcntl.py (dead) 1.2 +0 -35 ports/lang/python/files/patch-Modules::fcntlmodule.c (dead) 1.1 +13 -0 ports/lang/python/files/patch-Modules::socketmodule.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510021431.j92EVdLI070240>