Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B086D7ABF7 for ; Fri, 15 Jan 2016 10:53:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6176985EE4; Fri, 15 Jan 2016 10:53:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E310685ED7 for ; Fri, 15 Jan 2016 10:53:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ByWX95FAREW3 for ; Fri, 15 Jan 2016 10:53:57 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F81384D04 for ; Fri, 15 Jan 2016 10:53:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AE09FBB5; Fri, 15 Jan 2016 10:53:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 15 Jan 2016 10:53:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-Time-Warp To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160115105357.7AE09FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Jan 15 10:53:57 UTC 2016 Modified Files: pkgsrc/time/p5-Time-Warp: Makefile distinfo Log Message: Update to 0.52 Upstream changes: 0.52 2015.04.16 The type of the Time::NVtime pointer is NV ()() not double ()(), as can be seen from looking at the Time::HiRes source. On Linux x86_64 on a uselongdouble build when you replace the Time::NVtime entry with a double (*)() pointer calls to that function end up leaving an entry on the FPU stack, eventually causing the failure seen at https://rt.perl.org/Ticket/Display.html?id=123879 This minimal commit fixes that issue and allows DBIX::Class::TimeStamp to pass its tests. (Tony Cook) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/p5-Time-Warp/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/p5-Time-Warp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.