From prvs=johnl=0640997d0c@iecc.com  Mon May  7 19:50:59 2007
Return-Path: <prvs=johnl=0640997d0c@iecc.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CAFFA16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 May 2007 19:50:59 +0000 (UTC)
	(envelope-from prvs=johnl=0640997d0c@iecc.com)
Received: from gal.iecc.com (gal.iecc.com [208.31.42.53])
	by mx1.freebsd.org (Postfix) with ESMTP id 54FAB13C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 May 2007 19:50:59 +0000 (UTC)
	(envelope-from prvs=johnl=0640997d0c@iecc.com)
Received: (qmail 51264 invoked from network); 7 May 2007 19:24:18 -0000
Received: from simone.iecc.com (208.31.42.47)
  by mail1.iecc.com with QMQP; 7 May 2007 19:24:18 -0000
Message-Id: <20070507192418.70823.qmail@simone.iecc.com>
Date: 7 May 2007 19:24:18 -0000
From: John Levine <johnl@taugh.com>
Reply-To: John L <johnl@taugh.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update re2c to current 0.12 version 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112501
>Category:       ports
>Synopsis:       Update devel/re2c to current 0.12 version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    laszlof
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 07 20:00:11 GMT 2007
>Closed-Date:    Sat Jun 16 19:47:21 GMT 2007
>Last-Modified:  Mon Jun 18 17:10:04 GMT 2007
>Originator:     John Levine
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Taughannock Networks
>Environment:
System: FreeBSD simone 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue Sep 12 22:29:18 EDT 2006 johnl@simone:/usr/src/sys/i386/compile/SIMONE i386


>Description:
	Current version of re2c has bugs that keep the latest version of spamassassin from working

>How-To-Repeat:
	build spamassassin 3.2, run sa-compile, observe patterns barf

>Fix:
	patches to update port
	just update Makefile and distinfo, get rid of patches that are no longer needed


diff -C2 devel/re2c/Makefile /gal/usr/ports/devel/re2c/Makefile
*** devel/re2c/Makefile	Sat Mar  3 17:34:06 2007
--- /gal/usr/ports/devel/re2c/Makefile	Sun May  6 14:26:50 2007
***************
*** 7,11 ****
  
  PORTNAME=	re2c
! PORTVERSION=	0.11.1
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
--- 7,11 ----
  
  PORTNAME=	re2c
! PORTVERSION=	0.12.0
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -C2 devel/re2c/distinfo /gal/usr/ports/devel/re2c/distinfo
*** devel/re2c/distinfo	Sat Mar  3 17:34:06 2007
--- /gal/usr/ports/devel/re2c/distinfo	Mon May  7 15:17:39 2007
***************
*** 1,3 ****
! MD5 (re2c-0.11.1.tar.gz) = 0ded31b5a3905741fc7bdbca62a1c5b1
! SHA256 (re2c-0.11.1.tar.gz) = 005333f2a9664064564248eac9f391255f172227f2fba21d649927b6284d223d
! SIZE (re2c-0.11.1.tar.gz) = 579908
--- 1,3 ----
! MD5 (re2c-0.12.0.tar.gz) = 68d6d1faf26179a7fe1f2d348cf90ac8
! SHA256 (re2c-0.12.0.tar.gz) = 401d79891fdac2368f71ca64dfbfb6c1d58125ae405ecfdc2450c7cf87ffa1e2
! SIZE (re2c-0.12.0.tar.gz) = 609596
Only in devel/re2c: files
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->laszlof 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 7 21:39:09 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112501 

From: bf <bf2006a@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Tue, 5 Jun 2007 08:13:39 -0700 (PDT)

 You may want to try this (patch for re2c 0.12.1)
 instead.
 
 bf
 
 Note that Michael Scheidell, in ports/112502: "Update
 mail/p5-Mail-SpamAssassin to 3.2.0", claims that an
 update to this port is necessary for SpamAssassin's
 sa-compile, which has significant new performance
 enhancements (see, for example,
 http://taint.org/tag/sa-compile ), so it would be nice
 if some variation on this patch were to be committed
 soon.
 
 
 diff -ruN re2c.orig/Makefile re2c/Makefile
 --- re2c.orig/Makefile	Wed Feb 21 20:15:47 2007
 +++ re2c/Makefile	Sun Jun  3 09:29:22 2007
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	re2c
 -PORTVERSION=	0.11.1
 +PORTVERSION=	0.12.1
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -14,17 +14,21 @@
  MAINTAINER=	laszlof@FreeBSD.org
  COMMENT=	Compile regular expression to C (much faster
 final code than flex)
  
 +BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison2
 +
  GNU_CONFIGURE=	yes
 -CONFIGURE_TARGET=
 --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  USE_GCC=	3.3+
  
  MAN1=		re2c.1
  
 +pre-install:
 +	${RM} -f ${WRKSRC}/scanner.cc
 +
  .if !defined(NOPORTDOCS)
  post-install:
 -	@${MKDIR} ${DOCSDIR}
 -	${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
 -	@${MKDIR} ${EXAMPLESDIR}
 -	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 +	${MKDIR} ${DOCSDIR}
 +	(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \*
 ${DOCSDIR})
 +	${MKDIR} ${EXAMPLESDIR}
 +	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \*
 ${EXAMPLESDIR})
  .endif
  .include <bsd.port.mk>
 diff -ruN re2c.orig/distinfo re2c/distinfo
 --- re2c.orig/distinfo	Wed Feb 21 20:15:47 2007
 +++ re2c/distinfo	Sun Jun  3 09:29:57 2007
 @@ -1,3 +1,3 @@
 -MD5 (re2c-0.11.1.tar.gz) =
 0ded31b5a3905741fc7bdbca62a1c5b1
 -SHA256 (re2c-0.11.1.tar.gz) =
 005333f2a9664064564248eac9f391255f172227f2fba21d649927b6284d223d
 -SIZE (re2c-0.11.1.tar.gz) = 579908
 +MD5 (re2c-0.12.1.tar.gz) =
 6ac50ad6412e90b38d499a28df42af68
 +SHA256 (re2c-0.12.1.tar.gz) =
 7a9c75742658271282cfd03e41cf9609653ed85ea8baba88ad9f20b6f433752f
 +SIZE (re2c-0.12.1.tar.gz) = 610405
 diff -ruN re2c.orig/files/patch-action.cc
 re2c/files/patch-action.cc
 --- re2c.orig/files/patch-action.cc	Tue Jun  1
 05:41:36 2004
 +++ re2c/files/patch-action.cc	Wed Dec 31 19:00:00
 1969
 @@ -1,10 +0,0 @@
 ---- actions.cc.orig	Tue Jun  1 17:31:44 2004
 -+++ actions.cc	Tue Jun  1 17:32:05 2004
 -@@ -1,6 +1,7 @@
 - /* $Id: actions.cc,v 1.5 2004/05/13 02:58:17 nuffer
 Exp $ */
 - #include <time.h>
 - #include <string.h>
 -+#include <ctype.h>
 - #include <iostream>
 - #include <iomanip>
 - 
 diff -ruN re2c.orig/files/patch-substr.h
 re2c/files/patch-substr.h
 --- re2c.orig/files/patch-substr.h	Tue Jun  1 05:41:36
 2004
 +++ re2c/files/patch-substr.h	Wed Dec 31 19:00:00 1969
 @@ -1,10 +0,0 @@
 ---- substr.h.orig	Thu May 13 10:58:18 2004
 -+++ substr.h	Tue Jun  1 17:31:18 2004
 -@@ -2,6 +2,7 @@
 - #ifndef _substr_h
 - #define _substr_h
 - 
 -+#include <sys/types.h>
 - #include <iostream>
 - #include "basics.h"
 - 
 
 
        
 ____________________________________________________________________________________
 Yahoo! oneSearch: Finally, mobile search 
 that gives answers, not web links. 
 http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

From: "Michael Scheidell" <scheidell@secnap.net>
To: <bug-followup@FreeBSD.org>,
	<johnl@taugh.com>
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Tue, 5 Jun 2007 19:21:00 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0002_01C7A7A6.A6A7E820
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 Any problem with this patch?
 
 We have been using it for the sa-compile functions in SpamAssassin for =
 almost a month.
 
 If there are any problems with this patch, please let me know.
 
 I am the official maintainer of the p5-Mail-SpamAssassin port, it it =
 requires re2c 0.12 as a minimum (0.11 segfaults)
 
 This is a know problem, and the only fix is 0.12.
 
 
 ------=_NextPart_000_0002_01C7A7A6.A6A7E820
 Content-Type: text/html;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 6.00.2900.3086" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>Any problem with this =
 patch?</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>We have been using it for the =
 sa-compile functions=20
 in SpamAssassin for almost a month.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>If there are any problems with this =
 patch, please=20
 let me know.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>I am the official maintainer of the=20
 p5-Mail-SpamAssassin port, it it requires re2c 0.12 as a minimum (0.11=20
 segfaults)</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>This is a know problem, and the only =
 fix is=20
 0.12.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV>&nbsp;</DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C7A7A6.A6A7E820--
 

From: John R Levine <johnl@taugh.com>
To: Michael Scheidell <scheidell@secnap.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: [taugh.com-johnl] Re: ports/112501: Update devel/re2c to current
 0.12 version
Date: Wed, 6 Jun 2007 00:59:13 +0100 (IST)

 > This is a know problem, and the only fix is 0.12.
 
 FYI, to update to 0.12 all I had to do was to change the version numbers 
 and delete the existing patches which are no longer needed.
 
 Regards,
 John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
 "I dropped the toothpaste", said Tom, crestfallenly.

From: "Michael Scheidell" <scheidell@secnap.net>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Mon, 11 Jun 2007 08:06:50 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0002_01C7ABFF.77725420
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 as John levine said:  all you need it the first patch (the one I =
 submitted)
 
 all you need is new version numbers and remove old patch files.
 
 no need for bison or other complications.
 
 surley, maintainer timeout has happened, this was first submitted may =
 7th.
 
 
 ------=_NextPart_000_0002_01C7ABFF.77725420
 Content-Type: text/html;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 6.00.2900.3086" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>as John levine said:&nbsp; all you need =
 it the=20
 first patch (the one I submitted)</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>all you need is new version numbers and =
 remove old=20
 patch files.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>no need for bison or other=20
 complications.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>surley, maintainer timeout has =
 happened, this was=20
 first submitted may 7th.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C7ABFF.77725420--
 

From: "Michael Scheidell" <scheidell@secnap.net>
To: <bug-followup@FreeBSD.org>,
	<aszlof@FreeBSD.org>
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Tue, 12 Jun 2007 20:57:09 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0002_01C7AD34.3E5CEB10
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 anything on this yet? maintainer timeout yet?
 
 It is absutly required for sa-compile to work in p5-Mail-SpamAssassin.
 
 
 ------=_NextPart_000_0002_01C7AD34.3E5CEB10
 Content-Type: text/html;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 6.00.2900.3086" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>anything on this yet? maintainer =
 timeout=20
 yet?</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>It is absutly required for sa-compile =
 to work in=20
 p5-Mail-SpamAssassin.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV>&nbsp;</DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C7AD34.3E5CEB10--
 

From: bf <bf2006a@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Fri, 15 Jun 2007 14:36:36 -0700 (PDT)

 The ports system and the software in it are changing
 over time, and so the Makefiles need to be tweaked
 occasionally.  It's easier to do this when making an
 update, rather than revisiting the Makefile just to
 make minor changes.  Also, the ports are a compromise
 between   the flexibility of custom builds and
 attempting to meet the needs of the largest number of
 users.  Those are the points I considered when I
 submitted my patch to the port, which in addition to
 removing the now unnecessary patches and updating the
 distinfo and portversion, made a few other small
 changes:
 
 1)remove the CONFIGURE_TARGET -- because the default
 CONFIUGRE_TARGET that's issued by bsd.port.mk seems to
 work fine
 
 2)make a pre-install target to remove scanner.cc --
 because, from the README (you are reading the README,
 aren't you?):
 
 "The above version will be based on the pregenerated
 scanner.cc file. 
 If you want to build that file yourself (recommended
 when installing
 re2c) you need the following steps:
     ./configure
     make
     rm -f scanner.cc
     make install"
 
 
 3)add bison as a build dependency -- because, again
 from the README: 
 
 "Building re2c on unix like platforms requires
 autoconf 2.57 and bison (tested 
 with 1.875 and later). Under windows you don't need
 autoconf or bison 
 and can use the pregenerated files."
 
 4)use some COPYTREE macros instead of CP to install
 the documentation -- because that's what the macros
 are there for, and whether you use COPYTREE_SHARE or
 INSTALL_MAN or whatever, the file permissions should
 be set to the right values.
 
 So while the port may build with the pregenerated
 files, these may not work for everyone, including some
 people that rely upon NLS, and including bison as 
 build-dependency, as the upstream maintainers
 intended, doesn't seem too much of a price to pay to
 prevent this from happening. And the other minor
 changes seem to simplify the Makefile or correct some
 minor problems.
 OK?
 
 I also think that, in the absence of evidence showing
 some problem with the new version, someone ought to
 step in and update this port if the maintainer doesn't
 respond soon, as some people seem to need it.
 
 bf
 
 
       ____________________________________________________________________________________
 Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
 http://autos.yahoo.com/green_center/ 

From: "Michael Scheidell" <scheidell@secnap.net>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/112501: Update devel/re2c to current 0.12 version
Date: Sat, 16 Jun 2007 11:54:59 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0002_01C7B00D.2A538AD0
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 BF is right.  it does look like it should use (require ) bison.  I don't =
 know quality of code without it, but he did look further into the readme =
 than I did.
 
 can you ping maintainer again? if not, commit these?
 
 I need them for the p5-Mail-SpamAssassin port.
 
 
 
 ------=_NextPart_000_0002_01C7B00D.2A538AD0
 Content-Type: text/html;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 6.00.2900.3132" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>BF is right.&nbsp; it does look like it =
 should use=20
 (require ) bison.&nbsp; I don't know quality of code without it, but he =
 did look=20
 further into the readme than I did.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>can you ping maintainer again? if not, =
 commit=20
 these?</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>I need them for the =
 p5-Mail-SpamAssassin=20
 port.</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C7B00D.2A538AD0--
 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Sat Jun 16 19:43:33 UTC 2007 
State-Changed-Why:  
I had little time to inspect all the intricacies, so I took 
the conservative way and just bumped the version. 

- found no evidence bison is really needed (don't trust 
readmes) 
- configure_target is maintainer's style 
- the proposed pre-install forces something to be built 
during the install stage, which is undesirable 
- copytree might be adopted by maintainer later 
- left patches there since they can't hurt, and I have 
no time to check if they are really not needed on all 
supported versions of FreeBSD 

Thanks a lot! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112501 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112501: commit references a PR
Date: Sat, 16 Jun 2007 19:43:19 +0000 (UTC)

 sat         2007-06-16 19:43:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/re2c           Makefile distinfo 
   Log:
   - Update to 0.12.1
   
   PR:             ports/112501
   Submitted by:   John Levine <johnl@taugh.com>, bf <bf2006a@yahoo.com>
   Approved by:    laszlof (maintainer timeout, 39 days)
   
   Revision  Changes    Path
   1.21      +1 -1      ports/devel/re2c/Makefile
   1.13      +3 -3      ports/devel/re2c/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112501: commit references a PR
Date: Mon, 18 Jun 2007 17:08:26 +0000 (UTC)

 sat         2007-06-18 17:08:20 UTC
 
   FreeBSD ports repository
 
   Removed files:
     devel/re2c/files     patch-action.cc patch-substr.h 
   Log:
   - Remove obsolete patches
   
   PR:             ports/112501 (part of)
   Submitted by:   bf <bf2006a@yahoo.com>
   Tested by:      miwi (on 5.x)
   Approved by:    laszlof (maintainer timeout, 39 days)
   
   Revision  Changes    Path
   1.2       +0 -10     ports/devel/re2c/files/patch-action.cc (dead)
   1.2       +0 -10     ports/devel/re2c/files/patch-substr.h (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
