Commit graph

3 commits

Author SHA1 Message Date
Pav Lucistnik
65e895d422 - Add checksum for bdb/patch.4.2.52.2
- Add SIZE

PR:		ports/63321
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-26 15:24:57 +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
38d1617d85 Add db41-nocrypto(4.1.25), no crypto the Berkeley DB package.
PR:		ports/48225
Submitted by:	matthias.andree@web.de
2003-02-16 06:27:25 +00:00