The FreeBSD Ports Archive
FreeBSD databases : db34>
The Berkeley DB package, revision 3.3
Version 3 of the Berkeley DB library. This version uses an underlying
database format incompatible with revision 1 and a different standard API.
Utilities are included in the distribution to convert v1.85 databases to v3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
There are minor interface changes in this release which may require that DB
applications be modified and recompiled. For a complete discussion of
interface changes, see:
http://www.sleepycat.com/update/
http://www.sleepycat.com/
|
db3 history
v. 1.67
date: 2006/11/08 15:43:19; author: rafan; state: Exp; lines: +2 -2
- Shuffle MASTER_SITES for bdb ports to share load
Requested by: Matthias Andree (maintainer)
v. 1.66
date: 2006/11/08 10:15:44; author: rafan; state: Exp; lines: +0 -1
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer)
v. 1.65
date: 2006/11/08 05:19:37; author: rafan; state: Exp; lines: +6 -3
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
PR: ports/105268
Submitted by: Matthias Andree (maintainer)
v. 1.64
date: 2006/06/17 11:15:43; author: itetcu; state: Exp; lines: +2 -3
- unquote IGNORE
- install .la files and bump PORTVERSION for plist change
PR: ports/99020
Submitted by: maintainer
v. 1.63
date: 2006/05/04 21:39:54; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.62
date: 2006/02/23 10:35:01; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.61
date: 2005/11/15 06:48:16; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.60
date: 2005/04/12 03:25:00; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.59
date: 2005/04/11 08:01:34; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.58
date: 2005/02/14 16:19:31; author: clsung; state: Exp; lines: +1 -2
- chase distfiles (change MASTER_SITES)
PR: ports/77505
Submitted by: Matthias Andree (maintainer)
v. 1.57
date: 2004/07/06 00:12:42; author: pav; state: Exp; lines: +23 -3
- Add WITH_TCL_VER knob
PR: ports/60473
Submitted by: Roberto Grassi
Approved by: maintainer
v. 1.56
date: 2004/05/04 19:50:03; author: krion; state: Exp; lines: +4 -3
- Update MASTER_SITES
- Switch two ?= to = as there is no slave port, to fix portlint
warnings
- Add SIZE to distinfo
PR: ports/66259
Submitted by: maintainer
v. 1.55
date: 2004/04/17 19:20:31; author: krion; state: Exp; lines: +2 -2
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser
v. 1.54
date: 2004/03/14 06:16:06; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.53
date: 2004/01/15 13:25:31; author: krion; state: Exp; lines: +9 -0
- support NOPORTDOCS.
- replace pkg-plist bloat by PORTDOCS=*
- don't patch docdir in Makefile, pass it as make argument
instead
- kill empty "splash" directory at install time already
- bump PORTREVISION
PR: 61378
Submitted by: maintainer
v. 1.52
date: 2003/12/29 06:44:52; author: edwin; state: Exp; lines: +2 -2
Make some fields ?= so it can become a master-port for for example
databases/db3-tcl
PR: ports/60473 (related)
v. 1.51
date: 2003/11/06 13:45:43; author: sergei; state: Exp; lines: +3 -3
- Pass maintainership to Matthias Andree
- Clarify COMMENT
- Fix portlint(1) warning
PR: 59002
Submitted by: Matthias Andree
v. 1.50
date: 2003/09/07 14:03:37; author: nork; state: Exp; lines: +1 -1
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551
Submitted by: KONDOU, Kazuhiro
v. 1.49
date: 2003/02/20 17:00:09; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.48
date: 2002/11/19 21:06:24; author: obrien; state: Exp; lines: +1 -1
Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.
v. 1.47
date: 2002/11/10 16:45:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.46
date: 2002/11/06 22:44:14; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.45
date: 2002/09/07 08:44:48; author: ade; state: Exp; lines: +1 -1
Relinquish all my ports.
v. 1.44
date: 2002/08/22 19:13:10; author: ade; state: Exp; lines: +1 -2
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.43
date: 2002/08/21 21:04:09; author: ade; state: Exp; lines: +2 -2
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
v. 1.42
date: 2002/07/18 17:58:57; author: sobomax; state: Exp; lines: +3 -2
Use USE_REINPLACE.
v. 1.41
date: 2002/05/30 23:02:39; author: petef; state: Exp; lines: +2 -2
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin (previous maintainer)
v. 1.40
date: 2002/05/23 15:11:53; author: dwcjr; state: Exp; lines: +2 -2
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
v. 1.39
date: 2002/05/13 22:48:43; author: billf; state: Exp; lines: +2 -2
follow the bouncing {MASTER,PATCH}_SITES
PR: ports/37978
Submitted by: Alan Eldridge
Approved by: maintainer
v. 1.38
date: 2001/12/26 02:04:54; author: ijliao; state: Exp; lines: +1 -1
PORTEPOCH remains 1
Submitted by: Joe Clarke
v. 1.37
date: 2001/12/25 12:41:10; author: ijliao; state: Exp; lines: +3 -3
fix conflict db3 with other db's
db* utils now with `db3_' prefix (like in db4 port)
sort pkg-plist
PR: 33165
Submitted by: maintainer
v. 1.36
date: 2001/10/07 17:04:00; author: lioux; state: Exp; lines: +2 -1
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR: 30920
Submitted by: MAINTAINER
Prompted by: Mike Meyer
v. 1.35
date: 2001/08/02 17:00:53; author: sobomax; state: Exp; lines: +2 -1
Bump PORTEPOCH because we have decreased PORTVERSION number.
Overlooked by: knu
v. 1.34
date: 2001/08/01 11:51:52; author: knu; state: Exp; lines: +13 -5
Back out the db3 update for the moment, due to the incompatibilty
problem that broke the openldap2 build.
v. 1.33
date: 2001/07/25 15:03:02; author: knu; state: Exp; lines: +5 -13
Update to 3.3.11.
PR: ports/29220
Submitted by: Sergey A. Osokin (MAINTAINER)
v. 1.32
date: 2001/07/24 16:19:23; author: knu; state: Exp; lines: +3 -2
- Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.
- Replace $(..) with ${..}.
v. 1.31
date: 2001/07/24 16:13:21; author: knu; state: Exp; lines: +2 -2
Properly make *.so symlinks to *.so.x. (previously all that were
backwards)
PR: ports/27065
Submitted by: Barry Pederson
v. 1.30
date: 2001/06/22 20:03:03; author: olgeni; state: Exp; lines: +1 -2
Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
Approved by: maintainer
v. 1.29
date: 2001/05/14 14:49:53; author: ade; state: Exp; lines: +6 -1
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
v. 1.28
date: 2001/03/29 16:32:51; author: sobomax; state: Exp; lines: +2 -2
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
v. 1.27
date: 2001/02/02 12:37:59; author: kevlo; state: Exp; lines: +2 -2
Update to version 3.2.9
PR: 24796
Submitted by: MAINTAINER
v. 1.26
date: 2001/01/03 19:55:30; author: sf; state: Exp; lines: +4 -1
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow
building without root privilege.
PR: 21951
Submitted by: Kawata Masahiko
v. 1.25
date: 2001/01/01 10:14:57; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.24
date: 2000/09/22 16:48:50; author: sobomax; state: Exp; lines: +8 -4
Several cleanups:
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.
PR: 21470 (partially)
Submitted by: maintainer
v. 1.23
date: 2000/09/16 22:57:40; author: will; state: Exp; lines: +2 -2
Update to 3.1.17.
PR: 21227
Submitted by: maintainer
v. 1.22
date: 2000/08/26 12:43:46; author: will; state: Exp; lines: +13 -23
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
PR: 20763
Submitted by: Sergey A. Osokin
v. 1.21
date: 2000/06/16 21:50:32; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.20
date: 2000/06/16 10:37:16; author: sobomax; state: Exp; lines: +3 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.19
date: 2000/04/08 22:48:20; author: mharo; state: Exp; lines: +6 -6
update with the new PORTNAME/PORTVERSION variables
v. 1.18
date: 1999/11/23 02:43:47; author: billf; state: Exp; lines: +3 -3
Upgrade to 2.7.7 / fix distfile-Fennerage
v. 1.17
date: 1999/08/27 21:13:43; author: mharo; state: Exp; lines: +10 -10
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.16
date: 1999/08/25 05:21:07; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/07/10 14:05:27; author: markm; state: Exp; lines: +4 -4
Upgrade to latest version.
OK'ed by: maintainer
v. 1.14
date: 1999/04/14 00:02:40; author: scrappy; state: Exp; lines: +1 -2
Move WWW_SITE to pkg/DESCR:WWW from Makefile
v. 1.13
date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2
Proper URLs that reference directories end in '/'
v. 1.12
date: 1999/03/29 02:40:20; author: ache; state: Exp; lines: +2 -1
oops, restore MANUAL_PACKAGE_BUILD
v. 1.11
date: 1999/03/29 00:08:28; author: ache; state: Exp; lines: +4 -0
install examples too
v. 1.10
date: 1999/03/28 17:33:50; author: ache; state: Exp; lines: +5 -25
upgrade to 2.7.3, old distfile is not available in anycase
install in the way that not interfere with libc db
v. 1.9
date: 1999/03/11 20:33:49; author: scrappy; state: Exp; lines: +2 -1
Commit all Y2K/WWW_SITE changes to Makefiles...
v. 1.8
date: 1999/01/13 02:47:29; author: scrappy; state: Exp; lines: +3 -1
More Y2K Statement Links...
v. 1.7
date: 1998/01/26 18:43:20; author: jfitz; state: Exp; lines: +14 -5
Upgrade to v2.3.16
Submitted-by: Josh Tiefenbach
v. 1.6
date: 1997/11/22 00:51:36; author: asami; state: Exp; lines: +2 -3
Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.
v. 1.5
date: 1997/11/22 00:47:18; author: asami; state: Exp; lines: +3 -1
Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.
v. 1.4
date: 1997/11/11 16:58:47; author: jfitz; state: Exp; lines: +4 -4
Upgradet to v2.3.12
Submitted by: "Josh Tiefenbach"
v. 1.3
date: 1997/10/03 14:13:23; author: jfitz; state: Exp; lines: +22 -6
Upgrade to v2.3.11
Submitted by: Josh Tiefenbach
v. 1.2
date: 1997/09/05 20:22:04; author: jfitz; state: Exp; lines: +4 -4
Upgrade to v2.2.6
Submitted by: Josh Tiefenbach
v. 1.1
date: 1997/06/13 17:54:36; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/13 17:54:36; author: jfitz; state: Exp; lines: +0 -0
Import of Berkely DB 2.0
Submitted by: Josh Tiefenbach
=============================================================================
|
| |

|