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

Hye-Shik Chang perky at FreeBSD.org
Sun Oct 2 07:31:40 PDT 2005


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 at 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)


More information about the cvs-all mailing list