cvs commit: ports/databases/db42 Makefile Makefile.db distinfo
pkg-descr pkg-plist ports/databases/db42/filespatch-dist::ltmain.sh
ports/databases/db42-nocrypto Makefile distinfo
Pav Lucistnik
pav at FreeBSD.org
Fri Jan 9 01:45:39 PST 2004
pav 2004/01/09 01:45:37 PST
FreeBSD ports repository
Modified files:
databases/db42 Makefile distinfo pkg-descr pkg-plist
databases/db42/files patch-dist::configure
databases/db42-nocrypto Makefile distinfo
Added files:
databases/db42 Makefile.db
Removed files:
databases/db42/files patch-dist::Makefile.in
patch-dist::ltmain.sh
Log:
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 at gmx.de>
Revision Changes Path
1.2 +6 -4 ports/databases/db42-nocrypto/Makefile
1.2 +2 -2 ports/databases/db42-nocrypto/distinfo
1.54 +8 -31 ports/databases/db42/Makefile
1.1 +46 -0 ports/databases/db42/Makefile.db (new)
1.21 +2 -2 ports/databases/db42/distinfo
1.6 +0 -144 ports/databases/db42/files/patch-dist::Makefile.in (dead)
1.3 +0 -9 ports/databases/db42/files/patch-dist::configure
1.2 +0 -32 ports/databases/db42/files/patch-dist::ltmain.sh (dead)
1.11 +9 -3 ports/databases/db42/pkg-descr
1.26 +44 -971 ports/databases/db42/pkg-plist
More information about the cvs-all
mailing list