Bug 115427 - mail/exim: Update BDB support for exim
Summary: mail/exim: Update BDB support for exim
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-11 20:20 UTC by Scot Hetzel
Modified: 2007-08-12 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.96 KB, patch)
2007-08-11 20:20 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!