FreeBSD Bugzilla – Attachment 232904 Details for
Bug 263013
mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd25: Remove INVALID_BDB_VER
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
mail_cyrus-imapd.patch (text/plain), 1.76 KB, created by
Yasuhiro Kimura
on 2022-04-02 19:08:39 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-04-02 19:08:39 UTC
Size:
1.76 KB
patch
obsolete
>From ea155cd2b37432378febeddbdad4478b90bb894e Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Sun, 3 Apr 2022 04:04:05 +0900 >Subject: [PATCH] mail/cyrus-imapd2[3-5]: Remove INVALID_BDB_VER > >Current valid versions of berkeley db is either 5 or 18. So >'INVALID_BDB_VER=2' is no-op. > >This is preparation to remove INVALID_BDB_VER from Mk/Uses/bdb.mk. >--- > 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 > >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263013
: 232904