Commit graph

20 commits

Author SHA1 Message Date
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
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
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
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
0097a8100a - Do not install useless .la files
- Utilize NOPORTDOCS

PR:		45446
Submitted by:	Ports Fury
2002-11-20 13:15:12 +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
Mario Sergio Fujikawa Ferreira
fcdf17994d Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR:		30920
Submitted by:	MAINTAINER
Prompted by:	Mike Meyer <mwm@mired.org>
2001-10-07 17:04:00 +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
fc1fd20d7c Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so
links.

PR:		ports/29304
Submitted by:	"Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
2001-08-01 07:16:15 +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
Akinori MUSHA
d32b34cdee Properly make *.so symlinks to *.so.x. (previously all that were
backwards)

PR:		ports/27065
Submitted by:	Barry Pederson <bpederson@geocities.com>
2001-07-24 16:13:22 +00:00
Mario Sergio Fujikawa Ferreira
aba61f91a9 Make the library installation permission safe.
Approved by:	MAINTAINER
2001-02-09 19:53:28 +00:00
Kevin Lo
1c71b6b11d Fix sominor version.
PR: 24894
Submitted by: MAINTAINER
2001-02-08 16:03:18 +00:00
Maxim Sobolev
d2a1700331 Several cleanups:
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.

PR:		21470 (partially)
Submitted by:	maintainer
2000-09-22 16:48:51 +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
Maxim Sobolev
00e405d352 Add support for building db2 shared library.
"A somewhat cumbersome update to db to have it build
a shared lib. Ports depending on it will now be
able to use a simple LIB_DEPENDS instead of
a semantically incorrect RUN_DEPENDS."

PR:		19035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-06-06 15:15:18 +00:00
Andrey A. Chernov
1c99991470 change db-specific prefix to shorter one - db2
it also match some ports expectations
1999-03-28 21:10:12 +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