Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2005 08:09:10 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ptoc Makefile distinfo
Message-ID:  <200505310809.j4V89AR4006369@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2005-05-31 08:09:10 UTC

  FreeBSD ports repository

  Modified files:
    lang/ptoc            Makefile distinfo 
  Log:
  Remove BROKEN.
  
  Author rerolled tarball after bug report and small modification.
  Changes:
  --- old/ptoc/bring.h    Tue Feb 24 21:40:02 2004
  +++ new/ptoc/bring.h    Sun May 15 00:40:19 2005
  @@ -69,9 +69,11 @@
       static b_ring *top_b_ring;
  
       static void push(b_ring* r) {
  +       /*
           if (r->outer != NULL) {
               r = new b_ring(r->scope);
           }
  +       */
           r->outer = curr_b_ring;
           curr_b_ring = r;
       }
  
  Revision  Changes    Path
  1.23      +0 -2      ports/lang/ptoc/Makefile
  1.10      +2 -2      ports/lang/ptoc/distinfo



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