summaryrefslogtreecommitdiff
path: root/lang/python26 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-201-0/+1
* Resolve gettext (libintl) detection and linking in all Python portsKubilay Kocak2013-09-081-5/+8
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-34/+1
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
* Correct syntax in kernel config is 'options'Li-Wen Hsu2013-07-031-1/+1
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-172-56/+4
* Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2013-05-112-3/+3
* - adoption of USES for gettextJason Helfman2013-05-061-9/+11
* - Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2012-12-232-16/+25
* Don't try to tidy up user-created directories.Koop Mast2012-10-061-1/+0
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-032-2/+3
* - fix PORT_OPTIONS s/)/}/Olli Hauer2012-09-081-1/+1
* - Fix Python OPT flags for WITH_PTH knobMarcus von Appen2012-07-221-2/+6
* - Fix builds, if the NLS option switch is set. In some casesMarcus von Appen2012-06-201-2/+3
* - Fix gettext detection for the locale moduleMarcus von Appen2012-06-191-1/+11
* - Revert back UCS changesMartin Wilke2012-05-311-2/+2
* - Correct PYMALLOC logic (that fix the build of devel/gobject-introspection)Martin Wilke2012-05-311-3/+4
* - Convert to new options frameworkMartin Wilke2012-05-291-23/+25
* - Unbreak build on powerpcMartin Wilke2012-05-282-7/+2
* - Update:Martin Wilke2012-04-114-20/+5
* - Mark Python as SecureMartin Wilke2012-02-182-1/+15
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
* - Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)Sunpoet Po-Chuan Hsieh2011-11-051-4/+2
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-287-8/+15
* - Remove the HUGE_STACK_SIZE option, now Python will use defaultLi-Wen Hsu2011-09-251-6/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-6/+3
* Handle built world without NIS more gracefully; detect missing ypcat andChris Rees2011-09-181-1/+8
* - Fix pkg-plist when building with WITHOUT_THREADSLi-Wen Hsu2011-08-192-1/+3
* - Update to 2.6.7Wen Heping2011-06-084-48/+5
* - Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463Wen Heping2011-03-073-0/+131
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-242-2/+2
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-243-1/+16
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-241-5/+0
* - Fix the build with pth.Wen Heping2010-09-131-5/+5
* - Update to 2.6.6Wen Heping2010-09-129-120/+137
* Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).Jung-uk Kim2010-07-194-0/+88
* - Update lang/python26 to 2.6.5Wen Heping2010-05-123-6/+15
* - Update to 2.6.4Martin Wilke2009-11-263-7/+12
* Fix build if POSIX semaphore enabled isMartin Wilke2009-09-152-2/+8
* - Add support for FreeBSD 9.0Martin Wilke2009-09-115-15/+38
* - Use dirrmtry in lib-old dir to fix some plist leftloversMartin Wilke2009-08-132-2/+2
* - Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)Li-Wen Hsu2009-08-021-1/+0
* - Ask the first Python installed to install the bin/python link,Li-Wen Hsu2009-07-141-2/+3
* - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2009-07-122-576/+578
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-084-15/+30
* Add support for building Python against GNU Portable Threads (Pth),Bruce M Simpson2009-03-147-21/+129
* Make sure the singal is delivered to the main thread, where pythonMaxim Sobolev2009-02-272-1/+31
* Fix typo in UCS4 knob handling.Tom McLaughlin2009-02-221-1/+2
* - Update to python 2.5.4 and python 2.6.1Martin Wilke2009-02-163-14/+23
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-1327-1945/+323