Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 06:20:02 -0700 (PDT)
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27597: UPDATE mail/postfix-current
Message-ID:  <200105241320.f4ODK2A87470@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27597; it has been noted by GNATS.

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: <FreeBSD-gnats-submit@freebsd.org>,
	"David W Chapman Jr." <dwcjr@inethouston.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105241320.f4ODK2A87470>