FreeBSD Bugzilla – Attachment 69116 Details for
Bug 101383
[PATCH] mail/cyrus-imapd: add handling of WITHOUT_BDB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cyrus-imapd-2.3.7.patch
cyrus-imapd-2.3.7.patch (text/plain), 1.07 KB, created by
Sean Farley
on 2006-08-05 01:30:17 UTC
(
hide
)
Description:
cyrus-imapd-2.3.7.patch
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2006-08-05 01:30:17 UTC
Size:
1.07 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/mail/cyrus-imapd23.orig/Makefile /usr/ports/mail/cyrus-imapd23/Makefile >--- /usr/ports/mail/cyrus-imapd23.orig/Makefile Tue Jul 11 13:01:24 2006 >+++ /usr/ports/mail/cyrus-imapd23/Makefile Fri Aug 4 19:27:03 2006 >@@ -38,6 +38,7 @@ > --with-openssl=${OPENSSLBASE} \ > --with-perl=${PERL5} > >+.if !defined(WITHOUT_BDB) > .if defined(WITH_BDB_VER) > USE_BDB_VER= ${WITH_BDB_VER} > .else >@@ -88,6 +89,7 @@ > .else > IGNORE= "cannot install: WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" > .endif >+.endif > > OPTIONS+= DRAC "Enable DRAC support" off > OPTIONS+= IDLED "Enable IMAP idled support" off >@@ -104,6 +106,7 @@ > > .include <bsd.port.pre.mk> > >+.if !defined(WITHOUT_BDB) > BDB_W:= > BDB_WO:= > .for v in ${BDB_VERS} >@@ -135,8 +138,11 @@ > .elif defined(WITH_BDB_44) > USE_BDB= 44 > .endif >-CONFIGURE_ARGS+=--with-bdb-incdir=${BDB_INCLUDE_DIR} \ >- --with-bdb=${BDB_LIB_NAME} >+CONFIGURE_ARGS+=--with-bdb-incdir=${BDB_INCLUDE_DIR} >+.else >+BDB_LIB_NAME= "no" >+.endif >+CONFIGURE_ARGS+=--with-bdb=${BDB_LIB_NAME} > > .if defined(WITH_NNTP) > CONFIGURE_ARGS+=--enable-nntp
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 101383
: 69116