aboutsummaryrefslogtreecommitdiff
path: root/databases/tdb
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/tdb: use macro PYTHON_EXT_SUFFIX Right Way(TM)Dima Panov2020-12-241-1/+1
| | | | | | | Pointyhat to: fluffy Notes: svn path=/head/; revision=559166
* databases/tdb: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-2/+2
| | | | Notes: svn path=/head/; revision=559074
* Update Samba supplimentary libs to the recent ones.Timur I. Bakeyev2020-07-052-4/+4
| | | | | | | | | | PR: 246284 246285 246286 246287 Notes: svn path=/head/; revision=541242
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526520
* Upgrade port to 1.4.2 versionTimur I. Bakeyev2019-10-113-10/+9
| | | | Notes: svn path=/head/; revision=514256
* Reinstate PORTEPOCH=1 to prevent version from going backwards.Matthias Andree2019-06-211-1/+1
| | | | Notes: svn path=/head/; revision=504761
* Upgrade Samba supplimentary ports to the new build system. Effectively they ↵Timur I. Bakeyev2019-06-199-140/+60
| | | | | | | | | | | are dependent now from Python 3.4+ for the build, unless NO_PYTHON is specified, in which case ports still can be build with Python 2.7. That should address legacy Python dependencies for some non-Samba ports as well. Notes: svn path=/head/; revision=504597
* Not strictly necessary file for the portTimur I. Bakeyev2019-06-111-11/+0
| | | | Notes: svn path=/head/; revision=503993
* Update Samba supplimentary libs to the newer versions.Timur I. Bakeyev2018-07-312-5/+5
| | | | | | | Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475968
* Update Samba supplimentary libraries, fixed (new) portlint errors, changed ↵Timur I. Bakeyev2018-05-171-10/+10
| | | | | | | Python3 version knob. Notes: svn path=/head/; revision=470190
* Update supplimentary Samba libs to the latest versions.Timur I. Bakeyev2018-02-204-10/+80
| | | | | | | Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=462465
* Small useless bump of the version to make poudriere pick up changes in ↵Timur I. Bakeyev2017-12-171-19/+19
| | | | | | | WITH_SAMBA4_PYTHON3 usage Notes: svn path=/head/; revision=456519
* Make sure that you can compile all supplimentary ports without Python bindingsTimur I. Bakeyev2017-11-211-0/+1
| | | | Notes: svn path=/head/; revision=454619
* Fix too broad Python specification, cut down to 2.7 explicitly.Timur I. Bakeyev2017-11-201-1/+1
| | | | Notes: svn path=/head/; revision=454556
* Update Samba supplimentary libraries to the most recent versions.Timur I. Bakeyev2017-11-206-26/+117
| | | | Notes: svn path=/head/; revision=454532
* Update Samba4* supplimentary libraries to the newer versions.Timur I. Bakeyev2017-01-028-27/+111
| | | | | | | Made databases/ldb to depend on openldap-sasl-client, so it won't conflict with the corresponding requirement of net/samba4* ports. Notes: svn path=/head/; revision=430417
* This is routine update for the Samba supplimentary libraries, bumping them ↵Timur I. Bakeyev2016-04-122-3/+3
| | | | | | | to the versions that commonly acceptable by recent Samba ports, in particular, samba44. Notes: svn path=/head/; revision=413162
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update Samba supplimentary libsTimur I. Bakeyev2015-11-303-72/+4
| | | | Notes: svn path=/head/; revision=402636
* Fix to the coredump in the library code of the Samba libs. Provided by ↵Timur I. Bakeyev2015-09-192-1/+69
| | | | | | | | | Andrey Kramarenko. https://bugzilla.samba.org/show_bug.cgi?id=11455 Notes: svn path=/head/; revision=397323
* Upgrade relevant ports to the latest releases.Timur I. Bakeyev2015-08-093-15/+18
| | | | | | | PR: 202041 Notes: svn path=/head/; revision=393833
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Add a new USES=waf to handle the waf building system, allowing to factorise codeBaptiste Daroussin2015-04-081-46/+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
* Restore PORTEPOCHTijl Coosemans2015-01-161-1/+1
| | | | Notes: svn path=/head/; revision=377193
* Upgrade supplimentary net/samba ports to the minimal common required versions.Timur I. Bakeyev2015-01-162-8/+4
| | | | Notes: svn path=/head/; revision=377150
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Convert the Python framework bits to USES=python.Marcus von Appen2014-08-091-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add NO_PYTHON knob to make lev@ a bit happier. Minor version update of tdb.Timur I. Bakeyev2014-04-202-3/+7
| | | | Notes: svn path=/head/; revision=351657
* Usage of .pre.mk requires corresponding .post.mkTimur I. Bakeyev2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348022
* Convert to the staged environmentTimur I. Bakeyev2014-03-131-23/+48
| | | | Notes: svn path=/head/; revision=348018
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339872
* 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
* 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
* - Fix build after the recent lang/python changesMarcus von Appen2013-08-171-0/+1
| | | | Notes: svn path=/head/; revision=324882
* - 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-7/+9
| | | | | | | | | from the bsd.ports.mk. PR: 180102, 180103, 180136 Notes: svn path=/head/; revision=322111
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-2/+3
| | | | Notes: svn path=/head/; revision=314856
* Update port to the latest versionTimur I. Bakeyev2013-01-314-21/+14
| | | | Notes: svn path=/head/; revision=311316
* - strict python version to 2.x (doesn't build with python3)Ruslan Makhmatkhanov2012-07-231-1/+1
| | | | | | | | | PR: 170072 Submitted by: Kimmo Paasiala <kpaasial at gmail dot com> Approved by: timur (maintainer) Notes: svn path=/head/; revision=301375
* Fix damage cause by commits of eadler and miwiTimur I. Bakeyev2012-05-031-6/+22
| | | | Notes: svn path=/head/; revision=295981
* Update to version 1.2.9Timur I. Bakeyev2011-08-019-93/+131
| | | | Notes: svn path=/head/; revision=278739
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix unnecessary conflict with samba subports, in particular - libsmbclient.Timur I. Bakeyev2010-10-293-14/+45
| | | | Notes: svn path=/head/; revision=263735
* Had to revert back to 1.2.1 version, as 1.2.2 breaks samba35.Timur I. Bakeyev2010-10-262-6/+6
| | | | Notes: svn path=/head/; revision=263616
* Bumped port version to the 1.2.2. Fixed installation of the manpages.Timur I. Bakeyev2010-10-265-6/+325
| | | | Notes: svn path=/head/; revision=263615