Xin LI
20537f5454
Update to 4.7.25.3
2009-03-23 19:10:13 +00:00
Xin LI
693767be29
Replace port supplied patch with a vendor fix for BDB bug 16415
...
(DB_ENV->lock_get() may self deadlock if user defined locks are
used and there is only one lock partition defined).
This fix is required for recent OpenLDAP versions if BDB 4.7 is
being used.
2008-12-15 18:15:24 +00:00
Xin LI
c36a7fe5ce
Apply vendor fix 4.7.25.1;
...
Apply a vendor patch (via OpenLDAP) that fixes locking issues
on single CPU systems [1]
Thanks to: rafan@ for --ignore-whitespace trick
[1] http://www.openldap.org/devel/cvsweb.cgi/build/db.4.7.52.patch
2008-10-08 09:41:43 +00:00
Vanilla I. Shu
9ad2805516
Upgrade to 4.7.25.0
...
PR: ports/124224
Submitted by: gslin (maintainer)
2008-06-09 05:59:35 +00:00
Rong-En Fan
aaf1e71f2b
- Update to 4.6.21.1
...
PR: ports/122176
Submitted by: Gea-Suan Lin <gslin at gslin.org> (maintainer)
2008-03-31 07:51:04 +00:00
Xin LI
19017df794
Upgrade to 4.6.21.
2007-10-24 19:06:32 +00:00
Xin LI
60737669f4
Update to 4.6.19, this is a bugfix release.
...
Approved by: maintainer (implicit)
2007-08-17 16:09:01 +00:00
Xin LI
91880e84d9
New port: Berkeley DB 4.6 (databases/db46)
...
Submitted by: Gea-Suan Lin <gslin@gslin.org>
PR: ports/114921
2007-08-06 09:17:54 +00:00
Cheng-Lung Sung
053544fbdc
- this is a repocopied port
...
- db45 introduced in ports tree
PR: ports/114821
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2007-07-31 09:18:11 +00:00
Rong-En Fan
bd2e9d9811
- Update MASTER_SITES
...
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add new patches from vendor
PR: ports/105112
Submitted by: Timur I. Bakeyev
Approved by: Matthias Andree (maintainer)
2006-11-08 05:26:36 +00:00
Marcus Alves Grando
4de078ed33
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to 2006.
...
- portlint(1)
PR: 95623
Submitted by: maintainer
2006-04-14 03:44:08 +00:00
Vasil Dimov
ab5f3d74a6
Update to 4.4.20.2
...
PR: ports/93031
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: garga (mentor)
2006-02-09 10:05:01 +00:00
Cheng-Lung Sung
2cacc00927
- Update to 4.4.20, fixing a dozen bugs, many of them important.
...
For details, see: http://www.sleepycat.com/update/4.4.20/if.4.4.20.html
PR: 91733
Submitted by: Matthias Andree (maintainer)
2006-01-13 05:29:16 +00:00
Pav Lucistnik
7c4de62e41
- After repocopy from databases/db43, add db 4.4.16
...
PR: ports/89384
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Repocopy by: marcus
2005-11-25 20:45:27 +00:00
Mikhail Teterin
c2b0076b73
Update from 4.3.28 to 4.3.29.
...
Approved by: maintainer
2005-10-05 06:41:54 +00:00
Jean-Yves Lefort
59ccca7815
Update to 4.3.28
...
PR: ports/80576
Submitted by: maintainer
2005-05-07 18:26:05 +00:00
Cheng-Lung Sung
941c7378c3
- chase distfiles (change MASTER_SITES)
...
- add patch.4.3.27.3 (making these variables isn't really useful as the
patches will not be portable to the next version)
PR: ports/77511
Submitted by: Matthias Andree (maintainer)
2005-02-15 02:05:10 +00:00
Pav Lucistnik
bc44388e46
- add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_elect
...
PR: ports/77263
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-02-08 23:33:21 +00:00
Kirill Ponomarev
867845eb37
Update to 4.3.27
...
PR: ports/75563
Submitted by: maintainer
2004-12-28 22:02:11 +00:00
Cheng-Lung Sung
bd4698ebe2
- repocopied from databases/db42 (via portmgr)
...
- Description as follows
Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.
Utilities are included in the distribution to convert v1.85 databases to v4.3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
PR: ports/73790
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
2004-12-05 03:03:15 +00:00
Oliver Eikemeier
bc72c9a50c
* Add vendor patch.4.2.52.2
...
* Bump portrevision.
* Add SIZE to distinfo.
PR: 63306
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-24 13:24:35 +00:00
Pav Lucistnik
1977d149f7
Add Berkeley DB 4.2.52 after repocopy from db41.
...
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de>
2004-01-09 09:45:37 +00:00
Norikatsu Shigemura
899502befd
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
...
o Prepares for the db41-nocrypto port.
PR: ports/48225
Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer)
2003-02-16 05:54:21 +00:00
Pete Fritchman
3c36009a3a
Add db41-4.1.25 after a repocopy from databases/db4.
...
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de>
2003-01-07 01:06:07 +00:00
Pete Fritchman
382d305980
Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is a
...
non-compatible upgrade, and most other ports using db4 weren't ready
for it. The new 4.1.25 version will appear in a db41 port soon.
Also make the dump185 utility build (fix a typo), and bump PORTEPOCH.
Give maintainership to the submitter (from ports@).
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer)
Pointy hat to: ijliao
2003-01-05 04:11:23 +00:00
Ying-Chieh Liao
3ad9d774d2
upgrade to 4.1.25
...
PR: 46588
Submitted by: Ports Fury
2003-01-03 20:19:07 +00:00
Ying-Chieh Liao
77e9c7575a
patch for 4.0.14
...
PR: 32533
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
2001-12-24 10:45:47 +00:00
Akinori MUSHA
00a8157778
Back out the db3 update for the moment, due to the incompatibilty
...
problem that broke the openldap2 build.
2001-08-01 11:51:53 +00:00
Akinori MUSHA
73f7cbcc88
Update to 3.3.11.
...
PR: ports/29220
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
2001-07-25 15:03:03 +00:00
Dima Dorfman
23f7c1be92
Update to reflect setting DIST_SUBDIR. Checksums didn't change, just
...
the paths.
PR: 29195, 29207
Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> and
Edwin Groothuis <edwin@mavetju.org>, respectively
2001-07-25 08:52:59 +00:00
Ade Lovett
96493092d3
Add two post-3.2.9 patches from Sleepycat themselves.
...
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.
Approved by: maintainer
Obtained from: Sleepycat
2001-05-14 14:49:53 +00:00
Kevin Lo
927c33dde7
Update to version 3.2.9
...
PR: 24796
Submitted by: MAINTAINER
2001-02-02 12:37:59 +00:00
Will Andrews
d91584cbef
Update to 3.1.17.
...
PR: 21227
Submitted by: maintainer
2000-09-16 22:57:41 +00:00
Will Andrews
05cb12c356
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
...
PR: 20763
Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
2000-08-26 12:43:51 +00:00
Bill Fumerola
97eaae7802
Upgrade to 2.7.7 / fix distfile-Fennerage
1999-11-23 02:43:48 +00:00
Mark Murray
e073eff945
Upgrade to latest version.
...
OK'ed by: maintainer
1999-07-10 14:05:30 +00:00
Andrey A. Chernov
1ccd19f60a
upgrade to 2.7.3, old distfile is not available in anycase
...
install in the way that not interfere with libc db
1999-03-28 17:34:02 +00:00
James FitzGibbon
fbc792cfee
Upgrade to v2.3.16
...
Submitted-by: Josh Tiefenbach <josh@ican.net>
1998-01-26 18:43:21 +00:00
James FitzGibbon
20fa4555d0
Upgradet to v2.3.12
...
Submitted by: "Josh Tiefenbach" <josh@ican.net>
1997-11-11 16:58:48 +00:00
James FitzGibbon
55b5c070e5
Upgrade to v2.3.11
...
Submitted by: Josh Tiefenbach <josh@ican.net>
1997-10-03 14:13:24 +00:00
James FitzGibbon
d23412b3d8
Upgrade to v2.2.6
...
Submitted by: Josh Tiefenbach <josh@ican.net>
1997-09-05 20:22:12 +00:00
James FitzGibbon
94d43d362a
Import of Berkely DB 2.0
...
Submitted by: Josh Tiefenbach <josh@ican.net>
1997-06-13 17:54:36 +00:00