- Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which was
indirectly pulled in by dependencies, has a serious performance problem. - Bum PORTREVISION Requested by: Andy Dills <andy@xecu.net> (via private mail)
This commit is contained in:
parent
4ca8c5731b
commit
1c09e8cb66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256084
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= amavisd-new
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
|
||||
|
@ -106,6 +106,7 @@ AMAVIS_NOMILTER="@comment "
|
|||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
USE_BDB= 42
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue