Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C539663BAB3 for ; Sun, 17 May 2009 16:03:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D91D663B192; Sun, 17 May 2009 16:03:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 84E6F63B191 for ; Sun, 17 May 2009 16:03:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 62B1A175D0; Sun, 17 May 2009 16:03:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 17 May 2009 16:03:08 +0000 From: Iain Hibbert Subject: CVS commit: pkgsrc/mail/imap-uw To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20090517160308.62B1A175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: plunky Date: Sun May 17 16:03:08 UTC 2009 Modified Files: pkgsrc/mail/imap-uw: Makefile distinfo pkgsrc/mail/imap-uw/patches: patch-ap Log Message: Fix a problem where file modification times were being reset to 0 by including to make sure that compiler renaming was used to select __utime50() instead of utime() as 64-bit time_t was being used. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/mail/imap-uw/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/imap-uw/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/imap-uw/patches/patch-ap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.