summaryrefslogtreecommitdiff
path: root/lang/python26 (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin1-0/+1
2013-09-08Resolve gettext (libintl) detection and linking in all Python portsKubilay Kocak1-5/+8
2013-08-17- Move the symlink magic for the default python version into lang/pythonMarcus von Appen2-34/+1
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov1-1/+0
2013-07-03Correct syntax in kernel config is 'options'Li-Wen Hsu1-1/+1
2013-05-17- update to latest upstream versions:Ruslan Makhmatkhanov2-56/+4
2013-05-11Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2-3/+3
2013-05-06- adoption of USES for gettextJason Helfman1-9/+11
2012-12-23- Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2-16/+25
2012-10-06Don't try to tidy up user-created directories.Koop Mast1-1/+0
2012-10-03- do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2-2/+3
2012-09-08- fix PORT_OPTIONS s/)/}/Olli Hauer1-1/+1
2012-07-22- Fix Python OPT flags for WITH_PTH knobMarcus von Appen1-2/+6
2012-06-20- Fix builds, if the NLS option switch is set. In some casesMarcus von Appen1-2/+3
2012-06-19- Fix gettext detection for the locale moduleMarcus von Appen1-1/+11
2012-05-31- Revert back UCS changesMartin Wilke1-2/+2
2012-05-31- Correct PYMALLOC logic (that fix the build of devel/gobject-introspection)Martin Wilke1-3/+4
2012-05-29- Convert to new options frameworkMartin Wilke1-23/+25
2012-05-28- Unbreak build on powerpcMartin Wilke2-7/+2
2012-04-11- Update:Martin Wilke4-20/+5
2012-02-18- Mark Python as SecureMartin Wilke2-1/+15
2011-11-09- Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke1-1/+0
2011-11-05- Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)Sunpoet Po-Chuan Hsieh1-4/+2
2011-10-28- Fix build on FreeBSD 10Beat Gaetzi7-8/+15
2011-09-25- Remove the HUGE_STACK_SIZE option, now Python will use defaultLi-Wen Hsu1-6/+1
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-6/+3
2011-09-18Handle built world without NIS more gracefully; detect missing ypcat andChris Rees1-1/+8
2011-08-19- Fix pkg-plist when building with WITHOUT_THREADSLi-Wen Hsu2-1/+3
2011-06-08- Update to 2.6.7Wen Heping4-48/+5
2011-03-07- Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463Wen Heping3-0/+131
2011-02-24Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2-2/+2
2011-02-24Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon3-1/+16
2011-02-24Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon1-5/+0
2010-09-13- Fix the build with pth.Wen Heping1-5/+5
2010-09-12- Update to 2.6.6Wen Heping9-120/+137
2010-07-19Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).Jung-uk Kim4-0/+88
2010-05-12- Update lang/python26 to 2.6.5Wen Heping3-6/+15
2009-11-26- Update to 2.6.4Martin Wilke3-7/+12
2009-09-15Fix build if POSIX semaphore enabled isMartin Wilke2-2/+8
2009-09-11- Add support for FreeBSD 9.0Martin Wilke5-15/+38
2009-08-13- Use dirrmtry in lib-old dir to fix some plist leftloversMartin Wilke2-2/+2
2009-08-02- Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)Li-Wen Hsu1-1/+0
2009-07-14- Ask the first Python installed to install the bin/python link,Li-Wen Hsu1-2/+3
2009-07-12- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2-576/+578
2009-06-08- Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke4-15/+30
2009-03-14Add support for building Python against GNU Portable Threads (Pth),Bruce M Simpson7-21/+129
2009-02-27Make sure the singal is delivered to the main thread, where pythonMaxim Sobolev2-1/+31
2009-02-22Fix typo in UCS4 knob handling.Tom McLaughlin1-1/+2
2009-02-16- Update to python 2.5.4 and python 2.6.1Martin Wilke3-14/+23
2008-10-13Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang27-1945/+323