mail/prayer port has deprecated dependencies of database/db4*. Removing BDB=yes from the Makefile of mail/prayer fix the problem with the deprecated dependency and the port has been successfully built. The port has been installed and tested and until now no issue. The port there is no maintainer so I can take the maintenance. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->antoine take
Author: antoine Date: Sat Mar 8 12:13:30 2014 New Revision: 347483 URL: http://svnweb.freebsd.org/changeset/ports/347483 QAT: https://qat.redports.org/buildarchive/r347483/ Log: - Fix typo in OPTIONS handling - Use a non deprecated version of BDB PR: ports/186071 Submitted by: maintainer Modified: head/mail/prayer/Makefile Modified: head/mail/prayer/Makefile ============================================================================== --- head/mail/prayer/Makefile Sat Mar 8 11:59:18 2014 (r347482) +++ head/mail/prayer/Makefile Sat Mar 8 12:13:30 2014 (r347483) @@ -2,6 +2,7 @@ PORTNAME= prayer PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ @@ -32,7 +33,7 @@ SESSIONCACHE_DESC= Activate Session Cach USERS= _prayer GROUPS= prayer -SESSIONCACHE_USE= BDB=yes +SESSIONCACHE_USE= BDB=5+ LDAP_USE= OPENLDAP=yes TIDY_LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib @@ -75,7 +76,7 @@ MAKE_ARGS+= CCLIENT_SSL_ENABLE=false \ SSL_ENABLE=false .endif -.if ${PORT_OPTIONS:MSESSION_CACHE} +.if ${PORT_OPTIONS:MSESSIONCACHE} MAKE_ARGS+= SESSION_CACHE_ENABLE=true \ DB_INCLUDE=-I${BDB_INCLUDE_DIR} \ DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The BDB dependency has been changed to a non deprecated one