Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2010 15:00:41 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148494: databases/p5-BerkeleyDB: depend on BDB 4.7+
Message-ID:  <20100711130041.0BD3314DC04A@server.mypc.hu>
Resent-Message-ID: <201007111320.o6BDK3Lr037097@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148494
>Category:       ports
>Synopsis:       databases/p5-BerkeleyDB: depend on BDB 4.7+
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 11 13:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
>Description:
	Older BDB versions cause some performance impact in security/amavisd-new
	and probably in another software, as well. We could pull BDB 4.7+ from
	amavisd-new before p5-BerkeleyDB and let it use that but that only works
	for fresh install, in other cases we cannot assure that it uses a higher
	version, so it can only be fixed at the root. Besides, it is better to
	use newer versions for all dependants regardless if there are reported
	problems or not.
>How-To-Repeat:
>Fix:

--- p5-BerkeleyDB begins here ---
? p5-BerkeleyDB
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-BerkeleyDB/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	31 Jan 2010 01:04:31 -0000	1.40
+++ Makefile	11 Jul 2010 12:55:14 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	BerkeleyDB
 PORTVERSION=	0.41
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +15,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Perl5 interface to the Berkeley DB package
 
-USE_BDB=	yes
+USE_BDB=	47+
 
 PERL_CONFIGURE=	yes
 
--- p5-BerkeleyDB ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100711130041.0BD3314DC04A>