ports/147856: [PATCH] security/amavisd-new: Change parameter about BDB version required

Joe Horn joehorn at gmail.com
Mon Jun 14 18:20:04 UTC 2010


>Number:         147856
>Category:       ports
>Synopsis:       [PATCH] security/amavisd-new: Change parameter about BDB version required
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 18:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Fri Jan  8 23:08:25 CST
>Description:
I tried to update amavisd-new-2.6.4_5,1 to amavisd-new-2.6.4_6,1, but I got errors.
I think the root cause is that I have installed db48-4.8.30.0 on my machine.

As I have known, USE_BDB will cause this port strictly requires the version mentioned,
we should use WANT_BDB_VER instead of USE_BDB .

Besides, according to the official document ( http://www.ijs.si/software/amavisd/INSTALL.txt ),
BDB version higher or equal to 4.4.20 is prefered.

PS. PORTREVISION bumped.

Port maintainer (gabor at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- amavisd-new-2.6.4_7,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/amavisd-new/Makefile /home/admin/joehorn/amavisd-new/Makefile
--- /usr/ports/security/amavisd-new/Makefile	2010-06-08 15:10:55.000000000 +0800
+++ /home/admin/joehorn/amavisd-new/Makefile	2010-06-15 02:07:45.000000000 +0800
@@ -8,7 +8,7 @@
 
 PORTNAME=	amavisd-new
 PORTVERSION=	2.6.4
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
@@ -106,7 +106,7 @@
 .endif
 
 .if defined(WITH_BDB)
-USE_BDB=	42
+WANT_BDB_VER=	44+
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
 .endif
 
--- amavisd-new-2.6.4_7,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list