summaryrefslogtreecommitdiff
path: root/lang/python27/files/extra-patch-configure-pth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/python27: Update to 2.7.6Kubilay Kocak2013-11-241-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.7.6 - Update pkg-plist - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead - Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2] - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment Changes: 2.7.6 - November 10, 2013 http://www.python.org/download/releases/2.7.6/ [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 [2] Upstreamed: http://bugs.python.org/issue18178 PR: ports/182952 PR: ports/156759 Reviewed by: antoine, mva Notes: svn path=/head/; revision=334723
* - Introduce Python 2.7.0Li-Wen Hsu2010-08-151-5/+5
| | | | | | | Original work by: wen Notes: svn path=/head/; revision=259318
* Add support for building Python against GNU Portable Threads (Pth),Bruce M Simpson2009-03-141-0/+12
and also add experimental support for POSIX semaphores in FreeBSD 7-STABLE and up. The option knobs PTH and SEM respectively are added to enable this behaviour. Python is able to use POSIX semaphores for thread synchronization in threading, and prefers them. The multiprocessing module in Python 2.6 requires POSIX semaphores, however, the FreeBSD rtld and malloc need further work to allow a process to call pthread_create() immediately after fork() as it is not something allowed by a strict interpretation of the POSIX specs; therefore allow GNU Pth to be used until the situation is resolved. Approved by: miwi Notes: svn path=/head/; revision=230031