aboutsummaryrefslogtreecommitdiff
path: root/databases/py-bsddb
Commit message (Collapse)AuthorAgeFilesLines
* - Install standard libraries separated as other ports to the same placeLi-Wen Hsu2013-03-012-9/+17
| | | | | | | | | with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches Notes: svn path=/head/; revision=313167
* - cleanup unsupported python versionsRuslan Makhmatkhanov2012-10-033-289/+2
| | | | | | | - trim Makefile header Notes: svn path=/head/; revision=305184
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-031-0/+1
| | | | | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@ Notes: svn path=/head/; revision=305181
* - Fix build with various python releases (2.4-2.7) and berkeley db versions ↵Sunpoet Po-Chuan Hsieh2011-10-105-11/+480
| | | | | | | (4.x-5.x) Notes: svn path=/head/; revision=283296
* - Fix build with db5Sunpoet Po-Chuan Hsieh2011-10-042-2/+65
| | | | | | | | | | - Cosmetic change PR: ports/152886 Reported by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=282931
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* - Grab maintainership of these ports for python@Li-Wen Hsu2010-08-201-1/+1
| | | | Notes: svn path=/head/; revision=259648
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* - Use checksum file under lang/python${PYTHON_SUFFIX}/,Li-Wen Hsu2009-07-081-3/+7
| | | | | | | | | | | | | | for removal lang/python/distinfo [1] - USE_PYTHON=yes, all Python version in the ports tree is 2.3+ - Mark IGNORE for Python >= 3.0 - Prepare to be a master port PR: ports/136200 [1] Submitted by: lwhsu Approved by: perky Notes: svn path=/head/; revision=237410
* Fix build with Python 2.6Tom McLaughlin2009-04-061-2/+10
| | | | | | | | | | | - chase moved db.h include location PR: 130410 Submitted by: David Naylor Approved by: maintainer timeout Notes: svn path=/head/; revision=231676
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Utilize BDB macros from bsd.database.mk.Hye-Shik Chang2006-04-221-38/+4
| | | | | | | | | | - This resolves a version problem reported in [1]. PR: 91801 [1] Submitted by: Rob B <rbyrnes@mailshack.com> [1] Notes: svn path=/head/; revision=160113
* Add support for Berkeley DB 4.3Hye-Shik Chang2005-08-291-1/+5
| | | | | | | | PR: 80998 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=141315
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Allow to build with bsddb 4.2.Hye-Shik Chang2004-01-261-9/+27
| | | | | | | | PR: 61650 Submitted by: Scot W. Hetzel <hetzelsw@westbend.net> Notes: svn path=/head/; revision=99150
* Add WITH_DB4 knob and change default to use db4.1.Hye-Shik Chang2003-11-211-5/+9
| | | | | | | Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=94610
* Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.Hye-Shik Chang2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93089
* Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.Hye-Shik Chang2003-11-041-1/+1
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=93080
* Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.Hye-Shik Chang2003-10-191-9/+3
| | | | Notes: svn path=/head/; revision=91636
* Add new port for py-bsddb,Hye-Shik Chang2003-07-314-0/+81
a bsddb[34] binding bundled in python2.3 distribution. Notes: svn path=/head/; revision=86075