diff options
author | knu <knu@FreeBSD.org> | 2001-03-06 06:15:25 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-06 06:15:25 +0800 |
commit | 4fa0e3490cd79c6d3fdadf0049a76ac522260352 (patch) | |
tree | 7476b345e5d34ee7bc80acbca2002a43b518a205 /mail | |
parent | 01b29d0b5c55f46ebc8484f6071a8821936d7fa7 (diff) | |
download | freebsd-ports-gnome-4fa0e3490cd79c6d3fdadf0049a76ac522260352.tar.gz freebsd-ports-gnome-4fa0e3490cd79c6d3fdadf0049a76ac522260352.tar.zst freebsd-ports-gnome-4fa0e3490cd79c6d3fdadf0049a76ac522260352.zip |
Fix the DB3 support. DB3's shlib version is now at 2.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 | ||||
-rw-r--r-- | mail/postfix/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix1/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix20/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix23/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix24/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix25/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix26/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 4 |
12 files changed, 23 insertions, 23 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 523bcf641d2d..7d9a11bfb6a9 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index 86ca92625962..825c3d212909 100644 --- a/mail/postfix/scripts/configure.postfix +++ b/mail/postfix/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix index b0baf10d6b34..c201ccdde711 100644 --- a/mail/postfix1/scripts/configure.postfix +++ b/mail/postfix1/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix20/scripts/configure.postfix b/mail/postfix20/scripts/configure.postfix index 4f3cdd31a8bf..011e9cca1b1e 100644 --- a/mail/postfix20/scripts/configure.postfix +++ b/mail/postfix20/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index dfb8804b3cd7..5eddb707b646 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 23c3ea828c70..d36faf342a79 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index 55674b52a336..a27aeca18726 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index fd76aa8e88f0..a7895ca1d6d2 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index a58699f6f336..45e46e58a084 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix index 3fcb45c8e089..633e23d474a3 100644 --- a/mail/postfix26/scripts/configure.postfix +++ b/mail/postfix26/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index 326814d92d31..0d13afff39ef 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 9ba8f21e8612..a08ba3496d75 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.1:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; |