| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add USE_OPENSSL, since all lang/python ports build the _ssl module, which | Marcus von Appen | 2014-08-10 | 1 | -1/+2 |
* | - Remove everything related to USE_PYTHON and bsd.python.mk. This is a | Marcus von Appen | 2014-08-01 | 5 | -4879/+4545 |
* | Drop some %%PORTDATA%% | Antoine Brodin | 2014-07-20 | 1 | -210/+210 |
* | - Add CPE entries for python | Sofian Brabez | 2014-07-11 | 1 | -13/+15 |
* | lang/python{27,31,32}: Replace USE_XZ with USES=tar:xz | Kubilay Kocak | 2014-04-22 | 1 | -2/+1 |
* | lang/python{31,32,33}: Fix stage/package as non-root | Kubilay Kocak | 2014-04-22 | 1 | -2/+24 |
* | lang/python{31,32,33}: Add clang 3.4 fix from python27 | Kubilay Kocak | 2014-04-20 | 2 | -1/+16 |
* | - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE | Sunpoet Po-Chuan Hsieh | 2014-04-11 | 1 | -1/+1 |
* | - Fix build with readline 6.3 from ports | Antoine Brodin | 2014-03-01 | 2 | -0/+55 |
* | lang/python*: Backport security fix for CVE-2014-1912 | Kubilay Kocak | 2014-03-01 | 2 | -1/+50 |
* | - Fix bad libpython* symlinks after enabling the lang/python* ports to | Marcus von Appen | 2014-02-01 | 2 | -4/+4 |
* | - Enable stagedir support | Marcus von Appen | 2014-01-26 | 2 | -16/+17 |
* | Bump PORTREVISION for all Python ports to pickup the recent ARM patch | Kubilay Kocak | 2013-12-08 | 1 | -1/+1 |
* | All Python ports: Address abort() for ctypes import on FreeBSD/ARM | Kubilay Kocak | 2013-12-08 | 1 | -0/+36 |
* | Fix OSS Audio and enable FreeBSD 11 support in Python 3.2 and 3.1 | Kubilay Kocak | 2013-12-01 | 3 | -8/+22 |
* | lang/python32: Backport upstream kevent fix | Kubilay Kocak | 2013-12-01 | 2 | -15/+31 |
* | - Unbreak the build on 10.x and newer, which provides pipe2() | Marcus von Appen | 2013-11-30 | 1 | -0/+4 |
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ... | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
* | Resolve gettext (libintl) detection and linking in all Python ports | Kubilay Kocak | 2013-09-08 | 3 | -16/+54 |
* | - Move the symlink magic for the default python version into lang/python | Marcus von Appen | 2013-08-17 | 2 | -36/+1 |
* | - Remove MAKE_JOBS_SAFE variable | Alex Kozlov | 2013-08-14 | 1 | -1/+0 |
* | Add patch that resolves the issue, found after r250991 in src HEAD. | Ruslan Makhmatkhanov | 2013-06-10 | 2 | -0/+11 |
* | Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2 | Ruslan Makhmatkhanov | 2013-05-18 | 3 | -4/+3 |
* | - update to latest upstream versions: | Ruslan Makhmatkhanov | 2013-05-17 | 4 | -4/+87 |
* | Commit all the non-functional changes to python ports to reduce the diff size | Ruslan Makhmatkhanov | 2013-05-11 | 2 | -3/+3 |
* | - finish conversion for USES of gettext | Jason Helfman | 2013-05-06 | 1 | -1/+1 |
* | - adoption of USES for gettext | Jason Helfman | 2013-05-06 | 1 | -9/+11 |
* | - Remove "first-installed-win" logic for automatically setting | Li-Wen Hsu | 2012-12-23 | 2 | -9/+19 |
* | - do not hardcode distfile extension for lang/python ports in bsd.python.mk | Ruslan Makhmatkhanov | 2012-10-03 | 2 | -2/+3 |
* | - Fix builds, if the NLS option switch is set. In some cases | Marcus von Appen | 2012-06-20 | 1 | -2/+3 |
* | - Fix gettext detection for the locale module | Marcus von Appen | 2012-06-19 | 1 | -1/+11 |
* | - Correct PYMALLOC logic (that fix the build of devel/gobject-introspection) | Martin Wilke | 2012-05-31 | 1 | -7/+2 |
* | - Convert to new options framework | Martin Wilke | 2012-05-29 | 1 | -7/+10 |
* | - Update: | Martin Wilke | 2012-04-11 | 7 | -99/+9 |
* | - Mark Python as Secure | Martin Wilke | 2012-02-18 | 2 | -1/+47 |
* | - Remove WITH_FBSD10_FIX, is no longer needed | Martin Wilke | 2011-11-09 | 1 | -1/+0 |
* | - Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags) | Sunpoet Po-Chuan Hsieh | 2011-11-05 | 1 | -4/+2 |
* | - Fix build on FreeBSD 10 | Beat Gaetzi | 2011-10-28 | 5 | -7/+18 |
* | - Remove the HUGE_STACK_SIZE option, now Python will use default | Li-Wen Hsu | 2011-09-25 | 1 | -6/+1 |
* | - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) | Dmitry Marakasov | 2011-09-23 | 1 | -4/+1 |
* | Handle built world without NIS more gracefully; detect missing ypcat and | Chris Rees | 2011-09-18 | 1 | -1/+10 |
* | - Update lang/python32 to 3.2.2 | Wen Heping | 2011-09-05 | 3 | -20/+10 |
* | - Fix pkg-plist when building with WITHOUT_THREADS | Li-Wen Hsu | 2011-08-19 | 2 | -2/+4 |
* | - Update to 3.2.1 | Li-Wen Hsu | 2011-07-22 | 3 | -8/+62 |
* | - Link the shared library to correct name | Li-Wen Hsu | 2011-02-28 | 2 | -3/+3 |
* | - Suport PEP 3149 -- ABI version tagged .so files | Li-Wen Hsu | 2011-02-27 | 2 | -114/+120 |
* | - Finish removal of PLIST trick and OpenSSL 0.9.8 detection. | Li-Wen Hsu | 2011-02-26 | 3 | -4363/+4339 |
* | - Update to 3.2.0 and complete repocopy | Wen Heping | 2011-02-22 | 5 | -2143/+4449 |
* | - Update to 3.1.3 | Wen Heping | 2010-12-14 | 6 | -111/+102 |
* | Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). | Jung-uk Kim | 2010-07-19 | 6 | -0/+110 |