Bug 115427

Summary: mail/exim: Update BDB support for exim
Product: Ports & Packages Reporter: Scot Hetzel <swhetzel>
Component: Individual Port(s)Assignee: Kirill Ponomarev <krion>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot Hetzel 2007-08-11 20:20:05 UTC
Currently the exim port defines BDB dependancies in the PORTS make file for each version of BDB that it supports.  When a new version of BDB is added to the ports collection, this Makefile also needs to be updated.

Fix: The attached patch changes the port to USE_BDB (Mk/bsd.database.mk), which will automatically add new dependancies as newer versions of BDB are added to the ports collection.

Patch attached with submission follows:
How-To-Repeat: Set WITH_BDB_VER to a version that isn't listed in the ports Makefile (i.e WITH_BDB_VER=45) and try to build the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-11 20:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-12 15:55:00 UTC
krion       2007-08-12 14:54:54 UTC

  FreeBSD ports repository

  Modified files:
    mail/exim            Makefile 
  Log:
  Utilize USE_BDB in accordance with Mk/bsd.database.mk
  
  PR:             ports/115427
  Submitted by:   Scot Hetzel <swhetzel@gmail.com>
  
  Revision  Changes    Path
  1.229     +20 -29    ports/mail/exim/Makefile
_______________________________________________
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 Kirill Ponomarev freebsd_committer freebsd_triage 2007-08-12 15:58:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!