From owner-freebsd-ports Thu May 24 6:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB9E37B422 for ; Thu, 24 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODK2A87470; Thu, 24 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 06:20:02 -0700 (PDT) Message-Id: <200105241320.f4ODK2A87470@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27597: UPDATE mail/postfix-current Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27597; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27597: UPDATE mail/postfix-current Date: Thu, 24 May 2001 08:16:52 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_02D3_01C0E429.E3188180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit A recent commit broke part of the patch, here's a new one so whoever takes care of this won't have to merge it by hand. ------=_NextPart_000_02D3_01C0E429.E3188180 Content-Type: application/octet-stream; name="postfix.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="postfix.patch" Index: Makefile=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v=0A= retrieving revision 1.56=0A= diff -u -r1.56 Makefile=0A= --- Makefile 2001/05/23 16:48:34 1.56=0A= +++ Makefile 2001/05/24 13:15:23=0A= @@ -7,6 +7,7 @@=0A= =0A= PORTNAME=3D postfix=0A= PORTVERSION=3D 20010502=0A= +PORTREVISION=3D 1=0A= CATEGORIES=3D mail ipv6=0A= MASTER_SITES=3D = ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \=0A= ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \=0A= @@ -62,7 +63,8 @@=0A= SCRIPTS_ENV=3D WRKDIRPREFIX=3D"${WRKDIRPREFIX}" \=0A= PREFIX=3D"${PREFIX}" \=0A= TOUCH=3D"${TOUCH}" \=0A= - MKDIR=3D"${MKDIR}"=0A= + MKDIR=3D"${MKDIR}" \=0A= + PREFIX=3D"${PREFIX}"=0A= =0A= pre-fetch:=0A= @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix=0A= Index: scripts/configure.postfix=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: = /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v=0A= retrieving revision 1.18=0A= diff -u -r1.18 configure.postfix=0A= --- scripts/configure.postfix 2001/05/24 12:07:41 1.18=0A= +++ scripts/configure.postfix 2001/05/24 13:15:23=0A= @@ -68,6 +68,10 @@=0A= echo "BUILD_DEPENDS+=3D = \${LOCALBASE}/lib/libsasl.a:\${PORTSDIR}/security/cyrus-sasl"=0A= echo "POSTFIX_CCARGS+=3D -DUSE_SASL_AUTH -I\${LOCALBASE}/include"=0A= echo "POSTFIX_AUXLIBS+=3D \${LOCALBASE}/lib/libsasl.a -lpam -lcrypt"=0A= + if [ `strings ${PREFIX}/lib/libsasl.a | grep mysql_verify_password` = =3D "mysql_verify_password" ]; then=0A= + echo "POSTFIX_CCARGS+=3D -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"=0A= + echo "POSTFIX_AUXLIBS+=3D \${LOCALBASE}/lib/mysql/libmysqlclient.a = -lm -lz"=0A= + fi=0A= echo ".if exists(/usr/lib/libkrb.a)"=0A= echo "POSTFIX_AUXLIBS+=3D -lkrb -ldes -lcom_err"=0A= echo ".endif"=0A= ------=_NextPart_000_02D3_01C0E429.E3188180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message