Commit graph

7 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
b20cc2697d - remove patch for python26, that's not in tree anymore
- turn extra-patch for python27 into regular patch and remove corresponding
  logic from Makefile
2014-02-09 13:46:50 +00:00
Ruslan Makhmatkhanov
11bf569497 - update to latest upstream versions:
. lang/python27: 2.7.3 -> 2.7.5
  . lang/python32: 3.2.3 -> 3.2.4
  . lang/python33: 3.3.0 -> 3.3.1
- update Mk/bsd.python.mk with new versions
- mark lang/python26 and lang/python31 as deprecated (set them to
  upstream EoL dates)
- update docs (lang/python-doc-html)
- align databases/py-bsddb patch for python27 - most of it was applied
  upstream. Raise BDB version to 4.3 atleast, according to
  upstream requirements.

Many thanks to Martin (miwi) for his time on this update.

PR:		178506
Submitted by:	rm (myself)
Exp-run by:	    portmgr (miwi)

- revert erroneous threads patch in lang/python26 and lang/python27,
  that was added after ports/131080. It was rejected upstream, because it's
  not actually a bug, but misuse.

  Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an
  independent investigation regard the issue. See here for details:

  http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html

PR:	    153167
Submitted by:	Duncan Findlay <duncan@duncf.ca>
Reported by:	pgj/koobs (at python@ ML)
Exp-run by:     portmgr (miwi)
2013-05-17 04:17:22 +00:00
Li-Wen Hsu
4e54190b40 - Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
2013-03-01 20:12:01 +00:00
Ruslan Makhmatkhanov
44b69bf6bd - cleanup unsupported python versions
- trim Makefile header
2012-10-03 06:02:24 +00:00
Sunpoet Po-Chuan Hsieh
b16b930ff6 - Fix build with various python releases (2.4-2.7) and berkeley db versions (4.x-5.x) 2011-10-10 04:05:14 +00:00
Sunpoet Po-Chuan Hsieh
27e2e6cbb6 - Fix build with db5
- Cosmetic change

PR:		ports/152886
Reported by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2011-10-04 16:44:07 +00:00
Hye-Shik Chang
cb9cbfb122 Add new port for py-bsddb,
a bsddb[34] binding bundled in python2.3 distribution.
2003-07-31 20:03:51 +00:00