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.
Responsible Changed From-To: freebsd-ports-bugs->krion Over to maintainer
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"
State Changed From-To: open->closed Committed. Thanks!