From owner-cvs-all@FreeBSD.ORG Tue Jan 10 23:39:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B5716A41F; Tue, 10 Jan 2006 23:39:39 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D06543D48; Tue, 10 Jan 2006 23:39:37 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id EC69870743D; Wed, 11 Jan 2006 10:39:35 +1100 (EST) X-Viruscan-Id: <43C445B50000B7B5EB3BEE@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 8449F707439; Wed, 11 Jan 2006 10:39:32 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id D9E1170742C; Wed, 11 Jan 2006 10:39:31 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id CD31B2F3; Wed, 11 Jan 2006 10:39:30 +1100 (EST) Date: Wed, 11 Jan 2006 10:39:30 +1100 From: Edwin Groothuis To: Dan Rench Message-ID: <20060110233930.GA55528@k7.mavetju> References: <200601082131.k08LVMG9066435@repoman.freebsd.org> <20060110134001.58fa26ab@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060110134001.58fa26ab@it.buh.cameradicommercio.ro> User-Agent: Mutt/1.4.2.1i Cc: Ion-Mihai Tetcu , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/spidermonkey Makefile distinfo ports/lang/spidermonkey/files patch-config patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 23:39:39 -0000 On Tue, Jan 10, 2006 at 01:40:01PM +0200, Ion-Mihai Tetcu wrote: > On Sun, 8 Jan 2006 21:31:22 +0000 (UTC) > Edwin Groothuis wrote: > > > edwin 2006-01-08 21:31:22 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang/spidermonkey Makefile distinfo > > lang/spidermonkey/files patch-config patch-warnings > > Log: > > Spidermonkey version update to 1.5 with fixes for ia64/amd64 > > > > Update source to spidermonkey 1.5 and patched (much thanks > > to Anish Mistry) to fix compilation problems under amd64 (and > > presumably ia64 too but untested) and to make the build thread-safe. > > PR: ports/91522 > > Submitted by: Dan Rench > > root@it> /usr/ports/lang/spidermonkey [13:37:03] 0 > # make checksum > => MD5 Checksum OK for js-1.5.tar.gz. > => SHA256 Checksum OK for js-1.5.tar.gz. > cannot open older-packages/js-tests-20021118.tar.gz: No such file or directory > *** Error code 2 > > Stop in /usr/ports/lang/spidermonkey. > > The problem comes from: > DISTFILES+= older-packages/js-tests-20021118${EXTRACT_SUFX} I have rebuilt the ports Makefile to do this cleaner. But I ran into strange test-problems related to time: *-* Testcase ecma/Date/15.9.5.10-1.js failed: Failure messages were: (new Date(1144798276743)).getDate() = 11 FAILED! expected: 12 (new Date(1146007876743)).getDate() = 25 FAILED! expected: 26 (new Date(1147303876743)).getDate() = 10 FAILED! expected: 11 It seems to relate to UTC time and localtime differences. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/