Date: Fri, 05 May 2006 03:10:20 -0700 (PDT) From: Andrew Pantyukhin <infofarmer@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96822: update devel/re2c to 0.10.2 Message-ID: <445b248c.0666a60f.35ab.ffff97af@mx.gmail.com> Resent-Message-ID: <200605051020.k45AKEqY041035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96822 >Category: ports >Synopsis: update devel/re2c to 0.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 05 10:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: System: FreeBSD thror.intranet.gubkin.ru 6.1-RC FreeBSD 6.1-RC #8: Mon Apr 10 16:20:57 MSD 2006 sat@thror.intranet.gubkin.ru:/usr/obj/usr/src/sys/SATH i386 >Description: o Update to 0.10.2 >How-To-Repeat: >Fix: --- re2c.diff begins here --- diff -urN /usr/ports/devel/re2c/Makefile re2c/Makefile --- /usr/ports/devel/re2c/Makefile Mon Apr 24 07:18:49 2006 +++ re2c/Makefile Fri May 5 13:55:02 2006 @@ -6,7 +6,7 @@ # PORTNAME= re2c -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,8 +23,8 @@ .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} + ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}/ @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}/ .endif .include <bsd.port.mk> diff -urN /usr/ports/devel/re2c/distinfo re2c/distinfo --- /usr/ports/devel/re2c/distinfo Mon Apr 24 07:18:49 2006 +++ re2c/distinfo Fri May 5 13:51:33 2006 @@ -1,3 +1,3 @@ -MD5 (re2c-0.10.1.tar.gz) = c0ccaf3f6f190df37663a7dbbfd6554c -SHA256 (re2c-0.10.1.tar.gz) = 496e9b72828958e1181a6fe786b2c4e38fe951de2077e09e0357aeaea42f3cd7 -SIZE (re2c-0.10.1.tar.gz) = 396790 +MD5 (re2c-0.10.2.tar.gz) = 88789bf7a1538a409c36f9517990f105 +SHA256 (re2c-0.10.2.tar.gz) = bb81d61ea4df406b6c1c1d150d433ca34c82cd74e9b8dc9a028aa7cd729b1aa7 +SIZE (re2c-0.10.2.tar.gz) = 499821 diff -urN /usr/ports/devel/re2c/files/patch-action.cc re2c/files/patch-action.cc --- /usr/ports/devel/re2c/files/patch-action.cc Tue Jun 1 13:41:36 2004 +++ re2c/files/patch-action.cc Thu Jan 1 03:00:00 1970 @@ -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 -urN /usr/ports/devel/re2c/files/patch-actions.cc re2c/files/patch-actions.cc --- /usr/ports/devel/re2c/files/patch-actions.cc Thu Jan 1 03:00:00 1970 +++ re2c/files/patch-actions.cc Fri May 5 14:08:09 2006 @@ -0,0 +1,9 @@ +--- ./actions.cc.orig Sat Feb 25 15:57:50 2006 ++++ ./actions.cc Fri May 5 13:53:00 2006 +@@ -1,6 +1,7 @@ + #include <time.h> + #include <string.h> ++#include <ctype.h> + #include <iostream> + #include <iomanip> + #include <cctype> diff -urN /usr/ports/devel/re2c/files/patch-substr.h re2c/files/patch-substr.h --- /usr/ports/devel/re2c/files/patch-substr.h Tue Jun 1 13:41:36 2004 +++ re2c/files/patch-substr.h Fri May 5 13:53:05 2006 @@ -1,10 +1,10 @@ ---- substr.h.orig Thu May 13 10:58:18 2004 -+++ substr.h Tue Jun 1 17:31:18 2004 +--- ./substr.h.orig Sun Jan 1 16:42:10 2006 ++++ ./substr.h Fri May 5 13:53:00 2006 @@ -2,6 +2,7 @@ #ifndef _substr_h #define _substr_h +#include <sys/types.h> #include <iostream> + #include <string> #include "basics.h" - --- re2c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445b248c.0666a60f.35ab.ffff97af>