From tkato432@yahoo.com  Mon Aug  2 19:00:46 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD9D516A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  2 Aug 2004 19:00:46 +0000 (GMT)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9906143D54
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  2 Aug 2004 19:00:45 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.198.241.114]) by hfep04.dion.ne.jp with SMTP
          id <20040802190041748.NNLE@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Tue, 3 Aug 2004 04:00:41 +0900
Message-Id: <20040803040008.695ef063.tkato432@yahoo.com>
Date: Tue, 3 Aug 2004 04:00:08 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: devel/ragel to 3.6

>Number:         69919
>Category:       ports
>Synopsis:       Update port: devel/ragel to 3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 19:10:19 GMT 2004
>Closed-Date:    Mon Aug 02 20:16:11 GMT 2004
>Last-Modified:  Mon Aug 02 20:16:11 GMT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 3.6

New file:
files/patch-rlperse.y

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ragel/Makefile devel/ragel/Makefile
--- /usr/ports/devel/ragel/Makefile	Fri Feb  6 10:09:51 2004
+++ devel/ragel/Makefile	Mon Aug  2 22:27:54 2004
@@ -7,10 +7,9 @@
 #
 
 PORTNAME=	ragel
-PORTVERSION=	2.2
-PORTREVISION=	1
+PORTVERSION=	3.6
 CATEGORIES=	devel
-MASTER_SITES=	http://www.essemage.com/ragel/
+MASTER_SITES=	http://www.elude.ca/ragel/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Compile regular languages into executable C/C++ code
@@ -19,6 +18,7 @@
 USE_BISON=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	AWK="${AWK}"
 
 MAN1=		ragel.1
@@ -26,7 +26,7 @@
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|-g -Wall|@CFLAGS@|g'
+		's|$$(CFLAGS)|$$(CXXFLAGS)|g'
 
 post-build:
 	@cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} \
diff -urN /usr/ports/devel/ragel/distinfo devel/ragel/distinfo
--- /usr/ports/devel/ragel/distinfo	Thu Jan 29 20:24:09 2004
+++ devel/ragel/distinfo	Mon Aug  2 22:20:01 2004
@@ -1,2 +1,2 @@
-MD5 (ragel-2.2.tar.gz) = e0165484d8eeac0b0637793ed1e7a7e2
-SIZE (ragel-2.2.tar.gz) = 243782
+MD5 (ragel-3.6.tar.gz) = e8290044f4dcaf2f3149489efcec819d
+SIZE (ragel-3.6.tar.gz) = 416327
diff -urN /usr/ports/devel/ragel/files/patch-rlparse.y devel/ragel/files/patch-rlparse.y
--- /usr/ports/devel/ragel/files/patch-rlparse.y	Thu Jan  1 09:00:00 1970
+++ devel/ragel/files/patch-rlparse.y	Mon Aug  2 22:24:22 2004
@@ -0,0 +1,20 @@
+--- rlparse.y.orig	Sat Jul  3 03:46:42 2004
++++ rlparse.y	Mon Aug  2 22:24:05 2004
+@@ -468,7 +468,7 @@
+ NoNameSep:
+ 	/* Nothing */ {
+ 		nameRef.empty();
+-	}
++	};
+ 
+ /* A qualified state reference. */
+ StateRef:
+@@ -483,7 +483,7 @@
+ 	} |
+ 	/* Nothing. */ {
+ 		nameRef.empty();
+-	}
++	};
+ 
+ /* List of names separated by :: */
+ StateRefNames:
diff -urN /usr/ports/devel/ragel/pkg-descr devel/ragel/pkg-descr
--- /usr/ports/devel/ragel/pkg-descr	Tue Sep 10 20:09:04 2002
+++ devel/ragel/pkg-descr	Mon Aug  2 22:17:43 2004
@@ -10,4 +10,4 @@
 machines. Ragel also understands operators that insert function calls into
 machines and operators that control any non-determinism in machines.
 
-WWW: http://www.essemage.com/ragel/
+WWW: http://www.elude.ca/ragel/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon Aug 2 19:12:33 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69919 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Mon Aug 2 20:16:06 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69919 
>Unformatted:
