aboutsummaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove python26, it is expired and nothing depends on it anymore.Rene Ladan2014-01-131-289/+0
* Bump PORTREVISION for all Python ports to pickup the recent ARM patchKubilay Kocak2013-12-081-1/+1
* Reduce diffs, sort sections & Add LICENSE for Python 2.6, 2.7 & 3.3Kubilay Kocak2013-12-081-12/+15
* lang/python26: Add FreeBSD 11 support, enable POSIX Semaphores on FreeBSD 7+Kubilay Kocak2013-12-081-1/+3
* lang/python26: Use ports libffi to address ctypes build failure on i386Kubilay Kocak2013-12-081-0/+3
* lang/python26: Fix CFLAGS in python-config where cc = clangKubilay Kocak2013-11-241-8/+11
* - Update to version 2.6.9Marcus von Appen2013-11-021-4/+3
* 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-171-18/+1
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-171-1/+4
* Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2013-05-111-2/+2
* - adoption of USES for gettextJason Helfman2013-05-061-9/+11
* - Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2012-12-231-16/+17
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-031-0/+1
* - 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-281-6/+1
* - Update:Martin Wilke2012-04-111-2/+1
* - Mark Python as SecureMartin Wilke2012-02-181-1/+1
* - 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-281-1/+5
* - 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-191-0/+2
* - Update to 2.6.7Wen Heping2011-06-081-2/+1
* - Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463Wen Heping2011-03-071-0/+1
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-241-0/+5
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-241-5/+0
* - Update to 2.6.6Wen Heping2010-09-121-6/+7
* Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).Jung-uk Kim2010-07-191-0/+1
* - Update lang/python26 to 2.6.5Wen Heping2010-05-121-1/+1
* - Update to 2.6.4Martin Wilke2009-11-261-2/+1
* Fix build if POSIX semaphore enabled isMartin Wilke2009-09-151-1/+7
* - Add support for FreeBSD 9.0Martin Wilke2009-09-111-2/+4
* - Use dirrmtry in lib-old dir to fix some plist leftloversMartin Wilke2009-08-131-1/+1
* - 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-121-10/+12
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-081-2/+2
* Add support for building Python against GNU Portable Threads (Pth),Bruce M Simpson2009-03-141-2/+29
* Make sure the singal is delivered to the main thread, where pythonMaxim Sobolev2009-02-271-1/+1