From brooks@cx333342-a.fed1.sdca.home.com  Tue Jan 25 00:26:19 2000
Return-Path: <brooks@cx333342-a.fed1.sdca.home.com>
Received: from cx333342-a.fed1.sdca.home.com (cx333342-a.fed1.sdca.home.com [24.4.95.83])
	by hub.freebsd.org (Postfix) with ESMTP id 06FD014F47
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jan 2000 00:26:00 -0800 (PST)
	(envelope-from brooks@cx333342-a.fed1.sdca.home.com)
Received: (from brooks@localhost)
	by cx333342-a.fed1.sdca.home.com (8.9.3/8.9.3) id AAA00512;
	Tue, 25 Jan 2000 00:26:10 -0800 (PST)
	(envelope-from brooks)
Message-Id: <200001250826.AAA00512@cx333342-a.fed1.sdca.home.com>
Date: Tue, 25 Jan 2000 00:26:10 -0800 (PST)
From: brooks@one-eyed-alien.net
Sender: brooks@cx333342-a.fed1.sdca.home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: wine needs USE_BISON on 4.0 current
X-Send-Pr-Version: 3.2

>Number:         16344
>Category:       ports
>Synopsis:       wine needs USE_BISON on 4.0 current
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    se
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 00:30:01 PST 2000
>Closed-Date:    Sun May 28 07:39:57 PDT 2000
>Last-Modified:  Sun May 28 07:40:32 PDT 2000
>Originator:     Brooks Davis
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
The Aerospace Corporation
>Environment:

FreeBSD 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Jan 24 16:05:33 PST 2000     root@:/usr/src/sys/compile/MINYA  i386

>Description:

The wine port barfs when built on a clean 4.0 system while trying to
compile some byacc generated code.

>How-To-Repeat:

	

>Fix:

The simple fix is to set USE_BISON as the attached patch does.  This
results in a wine binary which is capable of playing freecell.  The
longer term solution is probably to update to a more recent snapshot and
fix the problem with byacc or the grammer in question so wine builds
with the native tools.  Unfortunaly, those options are beyone my current
time constraints and knowledge.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/wine/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	1999/12/10 17:36:16	1.76
+++ Makefile	2000/01/25 07:28:30
@@ -20,6 +20,7 @@
 DATE=		991114
 WRKSRC=		${WRKDIR}/wine-${DATE}
 GNU_CONFIGURE=	yes
+USE_BISON=	yes
 MAN1=		wine.1
 MAN5=		wine.conf.5
 ONLY_FOR_ARCHS=	i386

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->se 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sat Jan 29 13:19:35 PST 2000 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 28 07:39:57 PDT 2000 
State-Changed-Why:  
This has been fixed in later wine sources. 

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