diff options
author | knu <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
commit | 894e45969b0fba67c06fb64de4e3eaea4493abe4 (patch) | |
tree | 86d694cb8ada2259c3942745799aa2740dd25d47 /mail/postfix22/scripts | |
parent | f28563e10a71a1af03c931d5737c041af150413f (diff) | |
download | FreeBSD-ports-894e45969b0fba67c06fb64de4e3eaea4493abe4.zip FreeBSD-ports-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.gz |
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
Diffstat (limited to 'mail/postfix22/scripts')
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 49581d3..44dc360 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.9 2001-07-25 15:05:09 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -84,7 +84,7 @@ while [ "$1" ]; do SUB_TLS="" ;; \"DB3\") - echo "LIB_DEPENDS+= db3.3:\${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" ;; |