Date: Thu, 24 Mar 2005 14:09:26 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vivek@khera.org Subject: ports/79207: Update port: mail/postfix fix VDA with old gcc Message-ID: <20050324170926.AC91120A25@corp.grupos.com.br> Resent-Message-ID: <200503241710.j2OHA2PZ024419@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79207 >Category: ports >Synopsis: Update port: mail/postfix fix VDA with old gcc >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 24 17:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #43: Sun Mar 13 23:23:17 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: mail/postfix fix VDA with old gcc - Fix VDA patch with old gcc Note: If need, change PORTREVISION. >How-To-Repeat: >Fix: --- postfix.patch begins here --- diff -ruN postfix.orig/files/vda_old_gcc.patch postfix/files/vda_old_gcc.patch --- postfix.orig/files/vda_old_gcc.patch Wed Dec 31 21:00:00 1969 +++ postfix/files/vda_old_gcc.patch Thu Mar 24 13:54:11 2005 @@ -0,0 +1,18 @@ +--- src/virtual/maildir.c.orig Thu Mar 24 13:51:25 2005 ++++ src/virtual/maildir.c Thu Mar 24 13:53:15 2005 +@@ -225,7 +225,6 @@ + int copy_flags; + struct stat st; + struct timeval starttime; +- GETTIMEOFDAY(&starttime); + + /* Maildir Quota */ + const char *limit_res; /* Limit from map */ +@@ -239,6 +238,7 @@ + struct stat sizefile_stat; /* To check the size of the maildirsize file (cannot be larger than 5k) */ + time_t tm; + ++ GETTIMEOFDAY(&starttime); + + /* + * Make verbose logging easier to understand. 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 Thu Mar 24 14:02:41 2005 @@ -212,6 +212,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 "EXTRA_PATCHES+= ${FILESDIR}/vda_old_gcc.patch" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) --- postfix.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050324170926.AC91120A25>