FreeBSD Bugzilla – Attachment 49914 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), 2.78 KB, 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:
2.78 KB
patch
obsolete
>--- /usr/ports/mail/postfix/scripts/configure.postfix.orig Sat Nov 27 16:59:06 2004 >+++ /usr/ports/mail/postfix/scripts/configure.postfix Wed Jan 12 22:52:49 2005 >@@ -32,6 +32,7 @@ > DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ > DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ > DB42 "Berkeley DB4.2 (required if SASL also built with DB4.2)" "$status_DB42" \ >+DB43 "Berkeley DB4.3 (required if SASL also built with DB4.3)" "$status_DB43g" \ > MySQL "MySQL map lookups (choose version with WITH_MYSQL_VER)" "$status_MySQL" \ > PgSQL "PostgreSQL v7.4 map lookups" "$status_PgSQL" \ > PgSQL73 "PostgreSQL v7.3 map lookups" "$status_PgSQL73" \ >@@ -123,7 +124,7 @@ > ;; > DB3) > if [ "X$BDB_SELECTED" != "X" ]; then >- /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41 and DB42 options." 5 60 > /dev/stderr >+ /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41, DB42 and DB43 options." 5 60 > /dev/stderr > rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > exit 1 > fi >@@ -135,7 +136,7 @@ > ;; > DB40) > if [ "X$BDB_SELECTED" != "X" ]; then >- /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41 and DB42 options." 5 60 > /dev/stderr >+ /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41, DB42 and DB43 options." 5 60 > /dev/stderr > rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > exit 1 > fi >@@ -147,7 +148,7 @@ > ;; > DB41) > if [ "X$BDB_SELECTED" != "X" ]; then >- /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41 and DB42 options." 5 60 > /dev/stderr >+ /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41, DB42 and DB43 options." 5 60 > /dev/stderr > rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > exit 1 > fi >@@ -159,7 +160,7 @@ > ;; > DB42) > if [ "X$BDB_SELECTED" != "X" ]; then >- /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41 and DB42 options." 5 60 > /dev/stderr >+ /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41, DB42 and DB43 options." 5 60 > /dev/stderr > rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > exit 1 > fi >@@ -168,6 +169,18 @@ > echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/db42/ -ldb" > echo "DB_SUFFIX= +db42" > BDB_SELECTED="42" >+ ;; >+ DB43) >+ if [ "X$BDB_SELECTED" != "X" ]; then >+ /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40, DB41, DB42 and DB43 options." 5 60 > /dev/stderr >+ rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc >+ exit 1 >+ fi >+ echo "LIB_DEPENDS+= db-4.3.0:\${PORTSDIR}/databases/db43" >+ echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db43" >+ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/db43/ -ldb" >+ echo "DB_SUFFIX= +db43" >+ BDB_SELECTED="43" > ;; > MySQL) > echo "USE_MYSQL=YES"
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