Bug 186071 - mail/prayer deprecated dependencies
Summary: mail/prayer deprecated dependencies
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: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 11:50 UTC by Nikola Kolev
Modified: 2014-03-08 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (874 bytes, patch)
2014-01-24 11:50 UTC, Nikola Kolev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Kolev 2014-01-24 11:50:00 UTC
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:
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2014-03-08 10:10:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

take
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-08 12:13:37 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-03-08 12:14:59 UTC
State Changed
From-To: open->closed

The BDB dependency has been changed to a non deprecated one