Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2002 00:32:31 -0600 (CST)
From:      Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45788: opendx port does not build
Message-ID:  <200211270632.gAR6WVIY022300@cauchy.math.missouri.edu>

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

>Number:         45788
>Category:       ports
>Synopsis:       opendx port does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 26 22:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 13:04:45 CST 2002 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


>Description:

http://bento.freebsd.org/errorlogs/5-full/opendx-4.2.0.log

>How-To-Repeat:
>Fix:


diff -ur --new-file /usr/ports/graphics/opendx/files/patch-src:exec:dpexec:yuiif.y opendx/files/patch-src:exec:dpexec:yuiif.y
--- /usr/ports/graphics/opendx/files/patch-src:exec:dpexec:yuiif.y	Wed Dec 31 18:00:00 1969
+++ opendx/files/patch-src:exec:dpexec:yuiif.y	Wed Nov 27 00:17:52 2002
@@ -0,0 +1,24 @@
+--- src/exec/dpexec/yuiif.y-orig	Mon Jul 31 10:10:38 2000
++++ src/exec/dpexec/yuiif.y	Tue Nov 26 14:31:53 2002
+@@ -1550,18 +1550,21 @@
+ 		    if (! _dxd_exUIPacket)
+ 			yyerrok;
+ 		}
++		;
+ 
+ rightparen	: T_RPAR
+ 		{
+ 		    if (! _dxd_exUIPacket)
+ 			yyerrok;
+ 		}
++		;
+ 
+ rightbracket	: T_RBRA
+ 		{
+ 		    if (! _dxd_exUIPacket)
+ 			yyerrok;
+ 		}
++		;
+ 
+ id		: T_ID
+ 		{

>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?200211270632.gAR6WVIY022300>