pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/re2c Update to 0.9.3: fixes build on 2.0_BETA.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19e78207ef8c
branches:  trunk
changeset: 480473:19e78207ef8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 10 18:52:29 2004 +0000

description:
Update to 0.9.3: fixes build on 2.0_BETA.
Changes in 0.9.3:
Fixes one small possible bug in the generated output. ych instead
of yych is output in certain circumstances.
Changes in 0.9.2:
This release fixes most of the known problems with re2c and adds
a few new features as well.

diffstat:

 devel/re2c/Makefile         |  14 +++++---------
 devel/re2c/distinfo         |   7 +++----
 devel/re2c/patches/patch-aa |  13 -------------
 3 files changed, 8 insertions(+), 26 deletions(-)

diffs (57 lines):

diff -r 90ad1f7ea24d -r 19e78207ef8c devel/re2c/Makefile
--- a/devel/re2c/Makefile       Fri Sep 10 17:10:24 2004 +0000
+++ b/devel/re2c/Makefile       Fri Sep 10 18:52:29 2004 +0000
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2004/06/12 08:55:05 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/09/10 18:52:29 wiz Exp $
 
-DISTNAME=      re2c-0.9.1
+DISTNAME=      re2c-0.9.3
 CATEGORIES=    devel
-MASTER_SITES=  http://www.netsw.org/softeng/compilerconstruct/re2c/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=re2c/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.tildeslash.org/
+HOMEPAGE=      http://re2c.org/
 COMMENT=       Deterministic Finite State Automaton generator
 
 USE_GNU_TOOLS+=        make
 USE_LANGUAGES= c c++
-ALL_TARGET=    default
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/re2c ${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/re2c.1 ${PREFIX}/man/man1
+GNU_CONFIGURE= YES
 
 .include "../../mk/bsd.pkg.mk"
diff -r 90ad1f7ea24d -r 19e78207ef8c devel/re2c/distinfo
--- a/devel/re2c/distinfo       Fri Sep 10 17:10:24 2004 +0000
+++ b/devel/re2c/distinfo       Fri Sep 10 18:52:29 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/05/07 01:59:02 danw Exp $
+$NetBSD: distinfo,v 1.3 2004/09/10 18:52:29 wiz Exp $
 
-SHA1 (re2c-0.9.1.tar.gz) = 45b2d33348bc340d633e6f0aca7b1a5e5a75914e
-Size (re2c-0.9.1.tar.gz) = 115783 bytes
-SHA1 (patch-aa) = 216cf9716303e141dec342601cef75ff657cb70f
+SHA1 (re2c-0.9.3.tar.gz) = f7afa459474abadea146031f2d9dbadbfc5a568f
+Size (re2c-0.9.3.tar.gz) = 173075 bytes
diff -r 90ad1f7ea24d -r 19e78207ef8c devel/re2c/patches/patch-aa
--- a/devel/re2c/patches/patch-aa       Fri Sep 10 17:10:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/05/07 01:59:02 danw Exp $
-
---- parser.cc.orig     Sat Mar 13 01:01:22 2004
-+++ parser.cc  Sat Mar 13 01:01:30 2004
-@@ -13,7 +13,7 @@
- #include <time.h>
- #include <iostream.h>
- #include <string.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include "globals.h"
- #include "parser.h"
- int yyparse();



Home | Main Index | Thread Index | Old Index