From 700b152215524253c638fa3e7c281f3c6b386bde Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 11 Jun 2013 07:49:28 +0000 Subject: Switch to bdb version 5+. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18526 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/evolution-data-server3/Makefile | 2 +- databases/libgda5/Makefile | 2 +- mail/evolution-ews/Makefile | 2 +- mail/evolution-exchange3/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index a14f4473c..b8a34579b 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -36,7 +36,7 @@ USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ USE_OPENLDAP= yes USE_SQLITE= yes USE_AUTOTOOLS= libtool -USE_BDB= 41+ +USE_BDB= 5+ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --with-openldap=yes \ diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index e804aa7a3..fa25312ab 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=--without-ui .endif .if ${LIBGDA5_SLAVE}=="bdb" -USE_BDB= yes +USE_BDB= 5+ CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} .else CONFIGURE_ARGS+= --without-bdb diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 2425660b8..b9b837855 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -22,7 +22,7 @@ USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_SQLITE= yes USE_GMAKE= yes -USE_BDB= 41+ +USE_BDB= 5+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile index 7e6907ea7..a7d9ba7cc 100644 --- a/mail/evolution-exchange3/Makefile +++ b/mail/evolution-exchange3/Makefile @@ -22,7 +22,7 @@ USE_XZ= yes USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_BDB= 41+ +USE_BDB= 5+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} -- cgit