FreeBSD Bugzilla – Attachment 49912 Details for
Bug 76154
Allow cyrus-sasl2 & postfix users to use Berkeley DB 4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 692 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2005-01-12 17:01:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2005-01-12 17:01:00 UTC
Size:
692 bytes
patch
obsolete
>--- /usr/ports/security/cyrus-sasl2/Makefile.orig Sat Dec 25 20:08:53 2004 >+++ /usr/ports/security/cyrus-sasl2/Makefile Wed Jan 12 22:46:10 2005 >@@ -66,8 +66,11 @@ > .elif ${WITH_BDB_VER} == 42 > LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 > CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2 >+.elif ${WITH_BDB_VER} == 43 >+LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 >+CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db43 --with-bdb=db-4.3 > .else >-BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" >+BROKEN= "WITH_BDB_VER must be 3, 4, 41, 42 or 43" > .endif > CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib > SASLDB_NAME= sasldb2
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 76154
: 49912 |
49913
|
49914