Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 21:59:20 +0200 (CEST)
From:      Matt Douhan <mdouhan@fruitsalad.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44506: update port databases/unixODBC
Message-ID:  <200210261959.g9QJxKCu097485@mandarin.internal.hasta.se>

next in thread | raw e-mail | index | archive | help

>Number:         44506
>Category:       ports
>Synopsis:       update port databases/unixODBC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 26 13:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210261959.g9QJxKCu097485>