Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 23:06:53 GMT
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 793e755318b1 - main - mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER
Message-ID:  <202204022306.232N6rFa075964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=793e755318b1041c49374161295511a874eca48e

commit 793e755318b1041c49374161295511a874eca48e
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2022-04-02 22:55:43 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2022-04-02 22:55:43 +0000

    mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER
    
    PR:             263013
    Reported by:    yasu
---
 mail/cyrus-imapd23/Makefile | 4 +---
 mail/cyrus-imapd24/Makefile | 4 +---
 mail/cyrus-imapd25/Makefile | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index 7bc909dbb33a..a831f08771ea 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -123,9 +123,7 @@ CONFS=		cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MBDB}
-INVALID_BDB_VER=2
-.else
+.if empty(${PORT_OPTIONS:MBDB})
 BDB_LIB_NAME=	no
 .endif
 
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 9e0c27e9e560..cfceab1df5c3 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -135,9 +135,7 @@ CONFS=		cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MBDB}
-INVALID_BDB_VER=2
-.else
+.if empty(${PORT_OPTIONS:MBDB})
 BDB_LIB_NAME=	no
 .endif
 
diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile
index 82c8aa931f07..2666e1e2fc6b 100644
--- a/mail/cyrus-imapd25/Makefile
+++ b/mail/cyrus-imapd25/Makefile
@@ -133,9 +133,7 @@ CONFS=		cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MBDB}
-INVALID_BDB_VER=2
-.else
+.if empty(${PORT_OPTIONS:MBDB})
 BDB_LIB_NAME=	no
 .endif
 



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