Bug 185400 - mail/evolution-exchange required deprecated db41
Summary: mail/evolution-exchange required deprecated db41
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-01 22:30 UTC by rkoberman
Modified: 2014-02-07 09:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rkoberman 2014-01-01 22:30:00 UTC
	mail/evolution-exchange requires db41 (USE_BDB=        41). All db4r
 ports are now deprecated. Either db41 needs to be "undeprecated" or the ecvolution-exchange port need to be modified to work with db5 and/or db6..

Fix: 

Adjust the Makefile to allow db5 or db6 and/or "undeprecate" the db41 port.
How-To-Repeat: 	cd /usr/ports/mail/evolution-exchange && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-01 22:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-07 09:10:50 UTC
Author: kwm
Date: Fri Feb  7 09:10:38 2014
New Revision: 343203
URL: http://svnweb.freebsd.org/changeset/ports/343203
QAT: https://qat.redports.org/buildarchive/r343203/

Log:
  Allow to use a newer bdb version.
  
  PR:		ports/185400
  Submitted by:	Kevin Oberman <rkoberman@gmail.com>

Modified:
  head/mail/evolution-exchange/Makefile

Modified: head/mail/evolution-exchange/Makefile
==============================================================================
--- head/mail/evolution-exchange/Makefile	Fri Feb  7 09:02:45 2014	(r343202)
+++ head/mail/evolution-exchange/Makefile	Fri Feb  7 09:10:38 2014	(r343203)
@@ -21,7 +21,7 @@ CONFLICTS=	evolution-exchange-3.[0-9]*
 USE_BZIP2=	yes
 USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
-USE_BDB=	41
+USE_BDB=	41+
 USE_OPENLDAP=	yes
 USE_GNOME=	gnomeprefix intlhack gnomehack ltasneededhack
 CPPFLAGS+=	-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2014-02-07 09:11:03 UTC
State Changed
From-To: open->closed

Allowed newer bdb versions, thanks for reporting.