1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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;
     }
This commit is contained in:
Sergey A. Osokin 2005-05-31 08:09:10 +00:00
parent 0bfa8dd9d6
commit 80c5619581
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136497
2 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,6 @@ COMMENT= ANSI/Turbo Pascal to C/C++ converter
WRKSRC= ${WRKDIR}/${PORTNAME}
BROKEN= Size mismatch
USE_XLIB= yes
USE_BISON= yes

View File

@ -1,2 +1,2 @@
MD5 (ptoc-3.56.tar.gz) = c4b88dcbb991934ce9e7cfb05aeb2072
SIZE (ptoc-3.56.tar.gz) = 263322
MD5 (ptoc-3.56.tar.gz) = 75552fcef695acf3ef7edd83a2c0e1cf
SIZE (ptoc-3.56.tar.gz) = 263334