FreeBSD Bugzilla – Attachment 30211 Details for
Bug 50984
[PATCH] port mail/exim bug fixes, support for db4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
exim-db41.patch
exim-db41.patch (text/plain), 1.03 KB, created by
Oliver Eikemeier
on 2003-04-15 14:30:14 UTC
(
hide
)
Description:
exim-db41.patch
Filename:
MIME Type:
Creator:
Oliver Eikemeier
Created:
2003-04-15 14:30:14 UTC
Size:
1.03 KB
patch
obsolete
>--- exim/Makefile.orig Thu Apr 10 02:05:58 2003 >+++ exim/Makefile Fri Apr 11 21:07:25 2003 >@@ -75,8 +75,8 @@ > #WITH_OPENLDAP21= yes > > # DB_LIB_VERSION is the version of the Berkeley DB library to use, and >-# may be 1, which corresponds to version 1.85 in the base system, or 4 >-# which depends on the databases/db4 port. >+# may be 1, which corresponds to version 1.85 in the base system, 4 or >+# 41 which depends on the databases/db4 or databases/db41 port. > DB_LIB_VERSION?=1 > > # The following options may be defined to turn off support for various >@@ -200,8 +200,12 @@ > DB_LIBS= -L${LOCALBASE}/lib -ldb4 > DB_INCLUDES= -I${LOCALBASE}/include/db4 > LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 >+.elif (${DB_LIB_VERSION} == 41) >+DB_LIBS= -L${LOCALBASE}/lib -ldb41 >+DB_INCLUDES= -I${LOCALBASE}/include/db41 >+LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 > .else >-.error DB_LIB_VERSION must be either 1 or 4 >+.error DB_LIB_VERSION must be either 1, 4 or 41 > .endif > SEDLIST+= -e 's,XX_DB_LIBS_XX,${DB_LIBS},' \ > -e 's,XX_DB_INCLUDES_XX,${DB_INCLUDES},'
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 50984
: 30211 |
30212