FreeBSD Bugzilla – Attachment 61675 Details for
Bug 92369
mail/exim: add support for databases/db44
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 650 bytes, created by
skv
on 2006-01-26 14:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2006-01-26 14:10:03 UTC
Size:
650 bytes
patch
obsolete
>diff -u -r1.213 Makefile >--- Makefile 7 Jan 2006 22:48:20 -0000 1.213 >+++ Makefile 26 Jan 2006 13:23:43 -0000 >@@ -343,8 +343,12 @@ > DB_LIBS= -L${LOCALBASE}/lib -ldb-4.3 > DB_INCLUDES= -I${LOCALBASE}/include/db43 > LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 >+.elif (${WITH_BDB_VER} == 44) >+DB_LIBS= -L${LOCALBASE}/lib -ldb-4.4 >+DB_INCLUDES= -I${LOCALBASE}/include/db44 >+LIB_DEPENDS+= db-4.4.0:${PORTSDIR}/databases/db44 > .else >-BROKEN= "WITH_BDB_VER must be either 1, 4, 41, 42 or 43" >+BROKEN= "WITH_BDB_VER must be either 1, 4, 41, 42, 43 or 44" > .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 92369
: 61675