Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 14:12:35 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142169: [PATCH] mail/mutt-devel fix imap header cache dependencies
Message-ID:  <200912301412.nBUECZS0016367@www.freebsd.org>
Resent-Message-ID: <200912301420.nBUEK1MZ076783@freefall.freebsd.org>

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

>Number:         142169
>Category:       ports
>Synopsis:       [PATCH] mail/mutt-devel fix imap header cache 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:   Wed Dec 30 14:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
FreeBSD oslo.ath.cx 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 12:21:39 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Fix dependencies when WITH_MUTT_IMAP_HEADER_CACHE and WITH_TOKYOCABINET is defined.

>How-To-Repeat:

>Fix:
Patch is attached.

Patch attached with submission follows:

--- mail/mutt-devel/Makefile.bak	2009-12-30 14:36:17.000000000 +0100
+++ mail/mutt-devel/Makefile	2009-12-30 14:39:22.000000000 +0100
@@ -297,9 +297,6 @@
 .if defined(WITH_MUTT_CYRUS_SASL2)
 LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
 .endif
-.if defined(WITH_MUTT_IMAP_HEADER_CACHE)
-USE_BDB=	42+
-.endif
 .if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN)
 WITH_MUTT_IDN=	yes
 .endif
@@ -485,8 +482,10 @@
 .if defined(WITH_MUTT_IMAP_HEADER_CACHE)
 .if defined(WITH_TOKYOCABINET)
 CONFIGURE_ARGS+=	--enable-hcache --without-gdbm --without-bdb --with-tokyocabinet
+LIB_DEPENDS+=	tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
 .else
 CONFIGURE_ARGS+=	--enable-hcache --without-gdbm --with-bdb
+USE_BDB=	42+
 .endif
 .else
 CONFIGURE_ARGS+=	--disable-hcache


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



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