aboutsummaryrefslogtreecommitdiff
path: root/databases/ldb
Commit message (Collapse)AuthorAgeFilesLines
* Add a new USES=waf to handle the waf building system, allowing to factorise codeBaptiste Daroussin2015-04-081-47/+3
| | | | | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe Notes: svn path=/head/; revision=383571
* Take PORTEPOCH into account in the databases/tdb dependencyTijl Coosemans2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377761
* Return back incorrectly resetted PORTEPOCH for databases/tdb. Raised minimal ↵Timur I. Bakeyev2015-01-161-4/+4
| | | | | | | requirements for dependencies for database/ldb to reflect actual ones. Notes: svn path=/head/; revision=377194
* Upgrade supplimentary net/samba ports to the minimal common required versions.Timur I. Bakeyev2015-01-162-8/+8
| | | | Notes: svn path=/head/; revision=377150
* Cleanup plistBaptiste Daroussin2014-12-201-4/+0
| | | | Notes: svn path=/head/; revision=375020
* Fix spellingTimur I. Bakeyev2014-12-141-1/+1
| | | | Notes: svn path=/head/; revision=374700
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Convert the Python framework bits to USES=python.Marcus von Appen2014-08-091-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please use USES=python instead of USE_PYTHON. USE_PYTHON=yes becomes USES=python USE_PYTHON=2.7+ becomes USES=python:2.7+ USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build ... A new PYTHON_FEATURES variable was added, which enables certain features for a port and replaces some knobs at the same time; PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX Some knobs have been deprecated and are to be removed in the near future: PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement Some knobs have been removed completely: PYTHON_MASTER_SITE_SUBDIR PYTHON_DISTNAME PYTHON_WRKSRC Several variables specific to the Python framework are no longer passed to the build environment to avoid polluting dependency builds. PYTHON_VERSION is not passed to .MAKEFLAGS anymore PYTHON_DEFAULT_VERSION, PYTHON_DEFAULT_PORTVERSION and PYTHONBASE are not passed to the make environment anymore The conversion required a couple of ports to be updated to fit the changes and new requirements. Those included "bsd.python.mk" directly or contained checks in places, for which the USES framework would fail to provide correct values. Python modules directly using the upstream Python package (such as py-tkinter or py-sqlite3) were updated to avoid using the now unnecessary and remmoved knobs from "bsd.python.mk". Phabric: D399 exp-run: 167368 192357 PR: 167368 192357 Reviewed by: antoine, wg Exp-run award: antoine With hat: python@ Approved by: portmgr Notes: svn path=/head/; revision=364450
* A couple ports added support for OPTIONS but forgot to add them toAdam Weinberger2014-08-031-0/+3
| | | | | | | OPTIONS_DEFINE. Notes: svn path=/head/; revision=363931
* Upgrade to 1.1.7 versionTimur I. Bakeyev2014-08-032-4/+4
| | | | Notes: svn path=/head/; revision=363847
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Usage of .pre.mk requires corresponding .post.mkTimur I. Bakeyev2014-03-131-16/+34
| | | | Notes: svn path=/head/; revision=348022
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339862
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Modify do-configure target not to depend from GNU_CONFIGURETimur I. Bakeyev2013-12-081-3/+19
| | | | Notes: svn path=/head/; revision=335917
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove last vestiges of MAKE_JOBS_SAFE knobAlex Kozlov2013-09-201-2/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327683
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update relevant ports to the latest release and fix disappeared --prefixTimur I. Bakeyev2013-07-012-5/+7
| | | | | | | | | from the bsd.ports.mk. PR: 180102, 180103, 180136 Notes: svn path=/head/; revision=322111
* Convert databases to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316313
* Update of the port to 1.1.15 release.Timur I. Bakeyev2013-02-0613-67/+1131
| | | | | | | | | | | | Change maintaner to myself according to IRC conversation and following e-mail. [21:50] [aweits(~aweits@discipline.rit.edu )] yea, please take ownership PR: 175896 Approved by: maintainer Notes: svn path=/head/; revision=311796
* - convert to using PYTHON_SITELIBDIR (not functional change)Ruslan Makhmatkhanov2012-02-121-1/+1
| | | | Notes: svn path=/head/; revision=291050
* - Actually remove unneeded patch this timeRyan Steinmetz2011-10-041-19/+0
| | | | Notes: svn path=/head/; revision=282937
* - Include missing tdb.so and libreplace.soRyan Steinmetz2011-10-042-1/+3
| | | | | | | - Remove unneeded patch Notes: svn path=/head/; revision=282936
* New port: databases/ldbRyan Steinmetz2011-10-045-0/+100
ldb is a LDAP-like embedded database. ldb provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. WWW: http://ldb.samba.org/ PR: ports/161266 Submitted by: Andrew Elble <aweits@rit.edu> Notes: svn path=/head/; revision=282922