Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2005 21:29:56 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
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
Message-ID:  <20051228102956.GD3805@k7.mavetju>
In-Reply-To: <20051228122214.12319282@it.buh.tecnik93.com>
References:  <200512272104.jBRL45au067842@repoman.freebsd.org> <20051228122214.12319282@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <edwin@FreeBSD.org> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051228102956.GD3805>