summaryrefslogtreecommitdiff
path: root/lang/python32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resolve gettext (libintl) detection and linking in all Python portsKubilay Kocak2013-09-083-16/+54
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-36/+1
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
* Add patch that resolves the issue, found after r250991 in src HEAD.Ruslan Makhmatkhanov2013-06-102-0/+11
* Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2Ruslan Makhmatkhanov2013-05-183-4/+3
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-174-4/+87
* Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2013-05-112-3/+3
* - finish conversion for USES of gettextJason Helfman2013-05-061-1/+1
* - adoption of USES for gettextJason Helfman2013-05-061-9/+11
* - Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2012-12-232-9/+19
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-032-2/+3
* - 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
* - Correct PYMALLOC logic (that fix the build of devel/gobject-introspection)Martin Wilke2012-05-311-7/+2
* - Convert to new options frameworkMartin Wilke2012-05-291-7/+10
* - Update:Martin Wilke2012-04-117-99/+9
* - Mark Python as SecureMartin Wilke2012-02-182-1/+47
* - 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-285-7/+18
* - 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-4/+1
* Handle built world without NIS more gracefully; detect missing ypcat andChris Rees2011-09-181-1/+10
* - Update lang/python32 to 3.2.2Wen Heping2011-09-053-20/+10
* - Fix pkg-plist when building with WITHOUT_THREADSLi-Wen Hsu2011-08-192-2/+4
* - Update to 3.2.1Li-Wen Hsu2011-07-223-8/+62
* - Link the shared library to correct nameLi-Wen Hsu2011-02-282-3/+3
* - Suport PEP 3149 -- ABI version tagged .so filesLi-Wen Hsu2011-02-272-114/+120
* - Finish removal of PLIST trick and OpenSSL 0.9.8 detection.Li-Wen Hsu2011-02-263-4363/+4339
* - Update to 3.2.0 and complete repocopyWen Heping2011-02-225-2143/+4449
* - Update to 3.1.3Wen Heping2010-12-146-111/+102
* Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).Jung-uk Kim2010-07-196-0/+110
* - Update lang/python26 to 2.6.5Wen Heping2010-05-123-10/+30
* - Ups s/PORTREVISON/PORTREVISIONMartin Wilke2009-11-261-1/+1
* - add missing patchMartin Wilke2009-11-261-0/+10
* - Add support for FreeBSD 9Martin Wilke2009-11-263-4/+28
* - Update lang/python31 to Python 3.1.1Li-Wen Hsu2009-08-223-7/+7
* - Ask the first Python installed to install the bin/python link,Li-Wen Hsu2009-07-141-3/+3
* - Install pkgconfig file under libdata/pkgconfigLi-Wen Hsu2009-07-072-7/+5
* - Remove regression-test target since it is not quite useful at this pointLi-Wen Hsu2009-07-061-3/+0
* - Add Python 3.1Li-Wen Hsu2009-07-064-61/+185
* - Remove regression-test target since it is not quite useful hereLi-Wen Hsu2009-07-021-3/+0
* - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2009-07-024-567/+563
* - Update python30 to 3.0.1Martin Wilke2009-03-093-14/+22
* Welcome to the new era of Python 3, with antigravity support!Hye-Shik Chang2008-12-043-8/+21
* Remove "_gdbm" module from packaging which should be excluded inHye-Shik Chang2008-10-132-2/+1
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-1327-2200/+398
* - Security fixesMartin Wilke2008-09-0820-1/+877
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
* - Fix zlib crash from zlib.decompressobj().flush(val)Martin Wilke2008-04-253-1/+28