Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 11:44:32 GMT
From:      Nikola <koue@chaosophia.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186071: mail/prayer deprecated dependencies
Message-ID:  <201401241144.s0OBiWIs068231@oldred.freebsd.org>
Resent-Message-ID: <201401241150.s0OBo08A041694@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186071
>Category:       ports
>Synopsis:       mail/prayer deprecated dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 11:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikola
>Release:        10.0-RELEASE
>Organization:
Kolev
>Environment:
FreeBSD chaosophia.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.   
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile	2014-01-24 12:30:30.000000000 +0200
+++ Makefile.new	2014-01-24 13:19:38.000000000 +0200
@@ -5,7 +5,7 @@ PORTVERSION=	1.3.5
 CATEGORIES=	mail www
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	koue@chaosophia.net
 COMMENT=	Prayer Webmail System
 
 LICENSE=	GPLv2
@@ -32,7 +32,7 @@ SESSIONCACHE_DESC=	Activate Session Cach
 USERS=		_prayer
 GROUPS=		prayer
 
-SESSIONCACHE_USE=	BDB=yes
+SESSIONCACHE_USE=
 LDAP_USE=		OPENLDAP=yes
 TIDY_LIB_DEPENDS=	libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
 
@@ -76,7 +76,7 @@ MAKE_ARGS+=	CCLIENT_SSL_ENABLE=false \
 
 .if ${PORT_OPTIONS:MSESSION_CACHE}
 MAKE_ARGS+=	SESSION_CACHE_ENABLE=true \
-		DB_INCLUDE=-I${BDB_INCLUDE_DIR} \
+#		DB_INCLUDE=-I${BDB_INCLUDE_DIR} \
 		DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}"
 .else
 MAKE_ARGS+=	SESSION_CACHE_ENABLE=false


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401241144.s0OBiWIs068231>