Bug 147856 - [PATCH] security/amavisd-new: Change parameter about BDB version required
Summary: [PATCH] security/amavisd-new: Change parameter about BDB version required
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 19:20 UTC by joehorn
Modified: 2010-07-12 12:14 UTC (History)
1 user (show)

See Also:


Attachments
amavisd-new-2.6.4_7,1.patch (635 bytes, patch)
2010-06-14 19:20 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2010-06-14 19:20:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-14 19:20:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-11 18:46:54 UTC
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"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2010-07-12 12:14:27 UTC
State Changed
From-To: open->closed

A different fix committed, please see commit log for details. Thanks for 
your report.