Date: Tue, 5 Apr 2005 15:40:08 GMT From: Marcus Grando <marcus@corp.grupos.com.br> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79207: Update port: mail/postfix fix VDA with old gcc Message-ID: <200504051540.j35Fe8Ge019435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79207; it has been noted by GNATS. From: Marcus Grando <marcus@corp.grupos.com.br> To: freebsd-gnats-submit@FreeBSD.org, vivek@khera.org Cc: Subject: Re: ports/79207: Update port: mail/postfix fix VDA with old gcc Date: Tue, 05 Apr 2005 12:33:00 -0300 This is a multi-part message in MIME format. --------------040605080505070904060004 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Update port: mail/postfix to 2.2.2 - Update postfix to 2.2.2 - Update VDA patch to 2.2.2 (Fix compile with old GCC) - Include patch from this PR: ports/79447 Vivek, please approve this patch. -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br --------------040605080505070904060004 Content-Type: text/plain; name="postfix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postfix.patch" diff -ruN postfix.orig/Makefile postfix/Makefile --- postfix.orig/Makefile Sat Mar 19 20:17:54 2005 +++ postfix/Makefile Tue Apr 5 12:26:28 2005 @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff -ruN postfix.orig/distinfo postfix/distinfo --- postfix.orig/distinfo Sat Mar 19 20:17:54 2005 +++ postfix/distinfo Tue Apr 5 12:28:04 2005 @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.2.1.tar.gz) = 36b982392b2a490f3c861e5e609124cc -SIZE (postfix/postfix-2.2.1.tar.gz) = 2407157 +MD5 (postfix/postfix-2.2.2.tar.gz) = 1f5f54ec8a832af7faaa71607475b19b +SIZE (postfix/postfix-2.2.2.tar.gz) = 2408375 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 -MD5 (postfix/postfix-2.2.0-vda.patch.gz) = 894915546a4e2bc378d69798dabd58d1 -SIZE (postfix/postfix-2.2.0-vda.patch.gz) = 7785 +MD5 (postfix/postfix-2.2.2-vda.patch.gz) = 816fb00f211de8f8d3703ecd4ccf40a5 +SIZE (postfix/postfix-2.2.2-vda.patch.gz) = 7752 diff -ruN postfix.orig/pkg-install postfix/pkg-install --- postfix.orig/pkg-install Sat Mar 19 20:17:54 2005 +++ postfix/pkg-install Tue Apr 5 12:26:28 2005 @@ -29,7 +29,7 @@ question=$1 default=$2 if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - /usr/bin/read -p "${question} [${default}]? " answer + read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then answer=${default} diff -ruN postfix.orig/scripts/configure.postfix postfix/scripts/configure.postfix --- postfix.orig/scripts/configure.postfix Sat Mar 19 20:17:54 2005 +++ postfix/scripts/configure.postfix Tue Apr 5 12:27:11 2005 @@ -211,7 +211,7 @@ ;; VDA) /bin/echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - /bin/echo "PATCHFILES+= postfix-2.2.0-vda.patch.gz" + /bin/echo "PATCHFILES+= postfix-2.2.2-vda.patch.gz" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) --------------040605080505070904060004--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504051540.j35Fe8Ge019435>