aboutsummaryrefslogtreecommitdiff
path: root/databases/tdb
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update port to the 1.2.1 version. It's needed for Samba 3.5 and Samba 4alpha13.Timur I. Bakeyev2010-10-252-5/+5
| | | | Notes: svn path=/head/; revision=263589
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Upgrade tdb to tne new version 1.2.0.Timur I. Bakeyev2010-02-053-15/+57
| | | | Notes: svn path=/head/; revision=249249
* Fix CONFLICTSTimur I. Bakeyev2009-08-011-1/+1
| | | | Notes: svn path=/head/; revision=238743
* Bump port version to the 1.1.5, using sources that come together withTimur I. Bakeyev2009-07-126-118/+44
| | | | | | | net/samba4-devel. Notes: svn path=/head/; revision=237650
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Remove gdbm dependencyKirill Ponomarev2003-08-173-6/+90
| | | | | | | | | | - Fix build on -current PR: 55658 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=87134
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* add tdb 1.0.6Ying-Chieh Liao2002-10-125-0/+42
Trivial Database Notes: svn path=/head/; revision=67861