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@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
gabor 2010-07-11 17:42:37 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile security/amavisd-new/files amavisd.sh.in pkg-message.in Log: - Remove BDB version requirement. This doesn't fix the problem because amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port is already present on the system when we install amavisd-new, this knob won't guarantee that we get the proper version. The underlying port should be changed to use a more modern version of BDB, so instead of adding quirks here, a PR has been submitted for that port (ports/148494). [1] [2] - Proper handling of the WITH_RAR case [3] - Remove -M option from mdmfs when using ramdisk. This reportedly stop crashes. [4] - Bump PORTREVISION PR: ports/147794 [1], ports/147856 [2] Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2], Scot Hetzel <swhetzel@gmail.com> [3], Andy Dills <andy@xecu.net> (via private mail) [4] Revision Changes Path 1.79 +6 -3 ports/security/amavisd-new/Makefile 1.10 +2 -2 ports/security/amavisd-new/files/amavisd.sh.in 1.9 +1 -1 ports/security/amavisd-new/files/pkg-message.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed A different fix committed, please see commit log for details. Thanks for your report.