From mdouhan@wizzy.ath.cx  Sat Oct 26 12:59:37 2002
Return-Path: <mdouhan@wizzy.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC51C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Oct 2002 12:59:37 -0700 (PDT)
Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F0B4343E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Oct 2002 12:59:31 -0700 (PDT)
	(envelope-from mdouhan@wizzy.ath.cx)
Received: from localhost ([127.0.0.1] helo=mandarin.internal.hasta.se)
	by mandarin.fruitsalad.org with esmtp (Exim 4.10)
	id 185X5c-000PMM-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 26 Oct 2002 21:59:20 +0200
Received: (from mdouhan@localhost)
	by mandarin.internal.hasta.se (8.12.5/8.12.5/Submit) id g9QJxKCu097485;
	Sat, 26 Oct 2002 21:59:20 +0200 (CEST)
Message-Id: <200210261959.g9QJxKCu097485@mandarin.internal.hasta.se>
Date: Sat, 26 Oct 2002 21:59:20 +0200 (CEST)
From: Matt Douhan <mdouhan@fruitsalad.org>
Reply-To: Matt Douhan <mdouhan@fruitsalad.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update port databases/unixODBC
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44506
>Category:       ports
>Synopsis:       update port databases/unixODBC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 26 13:00:06 PDT 2002
>Closed-Date:    Wed Jan 08 07:59:07 PST 2003
>Last-Modified:  Wed Jan 08 07:59:07 PST 2003
>Originator:     Matt Douhan
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD mandarin.internal.hasta.se 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug 7 00:47:33 CEST 2002 root@mandarin.internal.hasta.se:/usr/obj/usr/src/sys/MANDARIN i386


	
>Description:
Errir in yac.y src file, missing ;

>How-To-Repeat:
	try and build databases/unixODBC
>Fix:


--- sqp/yac.y.orig	Sat Oct 26 21:15:06 2002
+++ sqp/yac.y	Sat Oct 26 21:16:37 2002
@@ -214,6 +214,8 @@
 y_escape:
 		/* optional */				{ $$ = NULL; }
 	|	ESCAPE STRING				{ $$ = $2;   }
+	;
+
 
 y_comparisons:
 		y_comparisons OR y_comparisons		{ $$ = sqpStoreCond( sqpor,   $1,   $3,   NULL ); }

>Release-Note:
>Audit-Trail:

From: Christian Weisgerber <naddy@mips.inka.de>
To: mdouhan@fruitsalad.org
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/44506: update port databases/unixODBC
Date: Sat, 9 Nov 2002 01:35:52 +0100 (CET)

 > >Description:
 > Errir in yac.y src file, missing ;
 
 FWIW, I cannot reproduce this on -CURRENT.
 
 -- 
 Christian "naddy" Weisgerber                          naddy@mips.inka.de
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Wed Jan 8 07:58:28 PST 2003 
State-Changed-Why:  
Fixed one month ago, thanks 

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