From owner-cvs-all@FreeBSD.ORG Wed Dec 28 10:31:55 2005 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 306D916A41F; Wed, 28 Dec 2005 10:31:55 +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 2046243D66; Wed, 28 Dec 2005 10:31:42 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 4007B7073B6; Wed, 28 Dec 2005 21:31:40 +1100 (EST) X-Viruscan-Id: <43B2698C0001394BC83253@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 D70A17073B0; Wed, 28 Dec 2005 21:31:39 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 8CB5B7073AA; Wed, 28 Dec 2005 21:31:38 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 69EF9332; Wed, 28 Dec 2005 21:29:56 +1100 (EST) Date: Wed, 28 Dec 2005 21:29:56 +1100 From: Edwin Groothuis To: Ion-Mihai Tetcu Message-ID: <20051228102956.GD3805@k7.mavetju> References: <200512272104.jBRL45au067842@repoman.freebsd.org> <20051228122214.12319282@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051228122214.12319282@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/mimir Makefile distinfo pkg-descr pkg-plist 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: Wed, 28 Dec 2005 10:31:55 -0000 On Wed, Dec 28, 2005 at 12:22:14PM +0200, Ion-Mihai Tetcu wrote: > On Tue, 27 Dec 2005 21:04:05 +0000 (UTC) > Edwin Groothuis wrote: > > > edwin 2005-12-27 21:04:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel Makefile > > Added files: > > devel/mimir Makefile distinfo pkg-descr pkg-plist > > Log: > > [New ports] devel/mimir, lang/elan - Elan Programming Language > > I'm getting size mismatch for this one. > =====> /usr/ports/devel/mimir/ > => mimir-2.14.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from ftp://ftp.cs.ru.nl/pub/vb/. > fetch: ftp://ftp.cs.ru.nl/pub/vb/mimir-2.14.tar.gz: size mismatch: expected 210674, actual 210694 > => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mimir-2.14.tar.gz: File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 Funky, downloaded it yesterday without problems: [/space/distfiles] root@tinderbox>ls -al mimir-2.14.tar.gz -rw-r--r-- 1 root wheel 210674 May 28 2005 mimir-2.14.tar.gz diff -ru mimir-2.14-pre/ChangeLog mimir-2.14/ChangeLog --- mimir-2.14-pre/ChangeLog Fri Feb 25 02:52:10 2005 +++ mimir-2.14/ChangeLog Wed Dec 28 02:32:08 2005 @@ -66,3 +66,4 @@ - Fixed bug in the loading of signed ints and int64s - Added defines for MINGW in dcg.h - Finished code for WIN32 VC++ 6.0 port +- Removed an old mistake: no more Public's diff -ru mimir-2.14-pre/README mimir-2.14/README --- mimir-2.14-pre/README Fri Feb 25 02:50:36 2005 +++ mimir-2.14/README Wed Dec 28 02:33:09 2005 @@ -26,9 +26,9 @@ i686 WIN2000 See the msvc60 directory sparc-sun4 SunOS 4.1.4 Use --disable-shared sparc-sun4 Solaris 2.7/2.8/2.9 + sparc64 FreeBSD 6.0 alpha NetBSD 1.6,2.0 See remark below mips-sgi Irix 6.5 with lib32 - vax NetBSD 1.6 See remark below Success, Marc Seutter (marcs@cs.kun.nl) diff -ru mimir-2.14-pre/dcg/xform_coder.c mimir-2.14/dcg/xform_coder.c --- mimir-2.14-pre/dcg/xform_coder.c Fri Feb 25 01:37:58 2005 +++ mimir-2.14/dcg/xform_coder.c Wed Dec 28 02:30:28 2005 @@ -144,7 +144,7 @@ if (lhs_on_list (lhs, ex_names)) return; fprintf (c_code, "/* Recursively transform a %s */\n", lhs); fprintf (header, "extern void %s_%s (%s d, %s xp);\n", pname, lhs, lhs, ptype); - fprintf (c_code, "Public void %s_%s (%s d, %s xp)\n", pname, lhs, lhs, ptype); + fprintf (c_code, "void %s_%s (%s d, %s xp)\n", pname, lhs, lhs, ptype); fprintf (c_code, "\t{ /* transform fixed fields before variant ones */\n"); code_xform_field_list (string_nil, d -> Record.fixed, pname, ptype); if (d -> Record.variant -> size) @@ -186,7 +186,7 @@ { fprintf (header, "extern void %s_%s_list (%s_list l, %s xp);\n", pname, elt_nm, elt_nm, ptype); fprintf (c_code, "/* Recursively transform a %s_list */\n", elt_nm); - fprintf (c_code, "Public void %s_%s_list (%s_list l, %s xp)\n", + fprintf (c_code, "void %s_%s_list (%s_list l, %s xp)\n", pname, elt_nm, elt_nm, ptype); fprintf (c_code, "\t{ int ix;\n"); fprintf (c_code, "\t for (ix = 0; ix < l -> size; ix++)\n"); Looks harmless, commit next distinfo Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/